public-inbox-mda - Man Page
mail delivery agent for public-inbox
Synopsis
public-inbox-mda </path/to/RFC2822_message
Description
Mail Delivery Agent (MDA) for public-inbox installations. Each system user may have their own public-inbox instances. This may be invoked via procmail(1) or similar tools.
By default, it relies on spamc(1) for filtering mail, but may be disabled via "publicinboxmda.spamcheck" in public-inbox-config(5)
Options
- --no-precheck
By default, public-inbox-mda does some simple checks before invoking spamc(1) since it is intended to receive mail before it goes to a mailing list.
However, some users prefer to use public-inbox-mda to mirror mailing lists. This option exists to support those users.
Using this option, the following prechecks are disabled:
* multiple Message-IDs * non-existent Message-IDs * Message-IDs longer than 244 characters long * From: header shorter than 3 characters * Subject: header shorter than 2 characters * unusable Date: headers * inbox address specified in To: or Cc: header
Environment
- ORIGINAL_RECIPIENT
The original recipient email address, set by the MTA. Postfix sets it by default, untested on other MTAs.
This does not have to be set if relying on
publicinbox.$NAME.listid
directives configured in public-inbox-config(5).- PI_CONFIG
Per-user config file parseable by git-config(1). See public-inbox-config(5).
Default: ~/.public-inbox/config
- PI_EMERGENCY
emergency Maildir destination.
Default: ~/.public-inbox/emergency/
Contact
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
Copyright
Copyright 2013-2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
See Also
Referenced By
lei-security(7), public-inbox-compact(1), public-inbox-config(5), public-inbox-convert(1), public-inbox-edit(1), public-inbox-extindex(1), public-inbox-imapd(1), public-inbox-index(1), public-inbox-learn(1), public-inbox-netd(1), public-inbox-nntpd(1), public-inbox-overview(7), public-inbox-pop3d(1), public-inbox-purge(1), public-inbox-v1-format(5), public-inbox-watch(1), public-inbox-xcpdb(1).