3 public-inbox-mda - mail delivery agent for public-inbox
7 B<public-inbox-mda> E<lt>MESSAGE
11 Mail Delivery Agent (MDA) for public-inbox installations.
12 Each system user may have their own public-inbox instances.
13 This may be invoked via L<procmail(1)> or similar tools.
15 By default, it relies on L<spamc(1)> for filtering mail,
16 but may be disabled via
17 L<public-inbox-config(5)/publicinboxmda.spamcheck>
25 By default, public-inbox-mda does some simple checks before
26 invoking L<spamc(1)> since it is intended to receive mail before
27 it goes to a mailing list.
29 However, some users prefer to use public-inbox-mda to mirror
30 mailing lists. This option exists to support those users.
32 Using this option, the following prechecks are disabled:
34 * multiple Message-IDs
35 * non-existent Message-IDs
36 * Message-IDs longer than 244 characters long
37 * From: header shorter than 3 characters
38 * Subject: header shorter than 2 characters
39 * unusable Date: headers
40 * inbox address specified in To: or Cc: header
48 =item ORIGINAL_RECIPIENT
50 The original recipient email address, set by the MTA. Postfix
51 sets it by default, untested on other MTAs.
53 This does not have to be set if relying on C<publicinbox.$NAME.listid>
54 directives configured in L<public-inbox-config(5)>.
58 Per-user config file parseable by L<git-config(1)>.
59 See L<public-inbox-config(5)>.
61 Default: ~/.public-inbox/config
65 emergency Maildir destination.
67 Default: ~/.public-inbox/emergency/
74 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
76 The mail archives are hosted at L<https://public-inbox.org/meta/>
77 and L<http://hjrcffqmbrq6wope.onion/meta/>
81 Copyright 2013-2020 all contributors L<mailto:meta@public-inbox.org>
83 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
87 L<git(1)>, L<git-config(1)>, L<public-inbox-v1-format(5)>