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/>

See Also

git(1), git-config(1), public-inbox-v1-format(5)

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).

1993-10-02 public-inbox.git public-inbox user manual