]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/public-inbox-mda.pod
use Perl POD instead of pandoc-flavored Markdown
[public-inbox.git] / Documentation / public-inbox-mda.pod
1 % public-inbox-mda(1) public-inbox user manual
2
3 =head1 NAME
4
5 public-inbox-mda - mail delivery for public-inbox
6
7 =head1 SYNOPSIS
8
9 B<public-inbox-mda> E<lt> message
10
11 =head1 DESCRIPTION
12
13 Mail Delivery Agent (MDA) for public-inbox installations.
14 Each system user may have their own public-inbox instances
15
16 =head1 ENVIRONMENT
17
18 =over 8
19
20 =item ORIGINAL_RECIPIENT
21
22 the original recipient email address, from Postfix
23
24 =item PI_CONFIG
25
26 config file. default: ~/.public-inbox/config
27
28 =item PI_EMERGENCY
29
30 emergency destination.  default: ~/.public-inbox/emergency/
31
32 =back
33
34 =head1 PI_CONFIG FILE
35
36 This is a config file parseable by L<git-config(1)>.