doc: fix links to AGPL-3.0+ documentation
[ssoma.git] / Documentation / ssoma-mda.pod
blobb95155f8c3a20fb87970de5ade8fa569669fef27
1 % ssoma-mda(1) ssoma user manual
3 =head1 NAME
5 ssoma-mda - mail delivery agent for ssoma
7 =head1 SYNOPSIS
9 B<ssoma-mda> [-1] /path/to/ssoma/repository.git E<lt> message
11 =head1 DESCRIPTION
13 ssoma-mda delivers messages to a git repository as described by
14 L<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)
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.
23 =head1 OPTIONS
25 =over 8
27 =item -1
29 Only allow a Message-ID to appear once in the database.
30 Future messages with an identical Message-ID will not be allowed.
32 =back
34 =head1 FILES
36 See L<ssoma_repository(5)> for details.
38 =head1 ENVIRONMENT
40 ssoma-mda depends on no environment variables
42 =head1 CONTACT
44 All feedback welcome via plain-text mail to E<lt>meta@public-inbox.orgE<gt>
46 The mail archives are hosted at L<git://public-inbox.org/meta>
48 See L<ssoma(1)> for instructions on how to subscribe.
50 =head1 COPYRIGHT
52 Copyright 2013-2016 all contributors E<lt>meta@public-inbox.orgE<gt>
54 License: AGPL-3.0+ L<http://www.gnu.org/licenses/agpl-3.0.txt>
56 =head1 SEE ALSO
58 L<git(1)>, L<ssoma(1)>, L<ssoma_repository(5)>