]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/public-inbox-mda.pod
avoid spaces after shell redirection operators
[public-inbox.git] / Documentation / public-inbox-mda.pod
1 =head1 NAME
2
3 public-inbox-mda - mail delivery for public-inbox
4
5 =head1 SYNOPSIS
6
7 B<public-inbox-mda> E<lt>MESSAGE
8
9 =head1 DESCRIPTION
10
11 Mail Delivery Agent (MDA) for public-inbox installations.
12 Each system user may have their own public-inbox instances
13
14 =head1 ENVIRONMENT
15
16 =over 8
17
18 =item ORIGINAL_RECIPIENT
19
20 the original recipient email address, from Postfix
21
22 =item PI_CONFIG
23
24 config file. default: ~/.public-inbox/config
25
26 =item PI_EMERGENCY
27
28 emergency destination.  default: ~/.public-inbox/emergency/
29
30 =back
31
32 =head1 PI_CONFIG FILE
33
34 This is a config file parseable by L<git-config(1)>.
35
36 =head1 CONTACT
37
38 All feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
39
40 The mail archives are hosted at L<http://public-inbox.org/meta/>
41
42 =head1 COPYRIGHT
43
44 Copyright 2013-2016 all contributors L<mailto:meta@public-inbox.org>
45
46 License: AGPL-3.0+ L<http://www.gnu.org/licenses/agpl-3.0.txt>
47
48 =head1 SEE ALSO
49
50 L<git(1)>, L<git-config(1)>, L<ssoma_repository(5)>