t/all: fixup test for missing IPC::Run
[ssoma-mda.git] / Documentation / ssoma-mda.txt
1 % ssoma-mda(1) ssoma user manual
2
3 # NAME
4
5 ssoma-mda - mail delivery agent for ssoma
6
7 # SYNOPSIS
8
9 ssoma-mda [-1] /path/to/ssoma/repository.git < message
10
11 # DESCRIPTION
12
13 ssoma-mda delivers messages to a git repository as described by
14 ssoma_repository(5).  It reads messages from STDIN and takes no
15 command-line arguments.  It may be invoked by the MTA (mail transport
16 agent, e.g. postfix or exim) or as part of another MDA (e.g. procmail or
17 maildrop)
18
19 ssoma-mda takes no command-line options and does not alter its own
20 permissions.  This must be done by the MTA or MDA which invokes
21 ssoma-mda.
22
23 # OPTIONS
24
25 -1
26 :       Only allow a Message-ID to appear once in the database.
27         Future messages with an identical Message-ID will not be allowed.
28
29 # FILES
30
31 See ssoma_repository(5) for details.
32
33 # ENVIRONMENT
34
35 ssoma-mda depends on no environment variables
36
37 # CONTACT
38
39 All feedback welcome via plain-text mail to <ssoma@public-inbox.org>\
40 The mail archives are hosted at git://public-inbox.org/ssoma
41 See ssoma(1) for instructions on how to subscribe.
42
43 # COPYRIGHT
44
45 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.\
46 License: AGPLv3 or later <http://www.gnu.org/licenses/agpl-3.0.txt>
47
48 # SEE ALSO
49
50 git(1), ssoma(1), ssoma_repository(5)