Name

local and prog

Synopsis

When you enable the local delivery agent with:

MAILER(`local')

you are really enabling two delivery agents—local and prog. The local delivery agent is charged with local, final delivery to a user’s mailbox. The prog delivery agent is used to pipe mail through programs.

The local delivery agent

The local delivery agent’s job is to deliver mail to its final destination in the user’s mailbox. Its name doesn’t tell you what program is actually run to perform that delivery, but it is usually either /bin/mail or /usr/libexec/mail.local, although it could also be procmail or spop.

The program you select to perform the role of final delivery will determine the defaults that this delivery agent starts with. If you need to change any of those defaults, you can first determine what they are by looking in your configuration file for the Mlocal lines. They might look like this, for example:

Mlocal,         P=/usr/lib/mail.local, F=lsDFMAw5:/|@qPSXfmnz9,
                S=EnvFromSMTP/HdrFromL, R=EnvToL/HdrToL,
                T=DNS/RFC822/SMTP, A=mail.local -l

You can use any of the mc configuration macros shown in Table 20-7 to modify or replace these defaults.

Table 20-7. mc macros to modify the local delivery agent

mc macro

§

Default

LOCAL_MAILER_ARGS

See this section

A=mail -d $u

LOCAL_MAILER_CHARSET

C=

no C= default

LOCAL_MAILER_DSN_DIAGNOSTIC_CODE

T=

T=X-Unix

LOCAL_MAILER_EOL

E=

no E= default

LOCAL_MAILER_FLAGS

See this section

F=lsDFMAw5:/|@qPrmn9

LOCAL_MAILER_MAX

See this section ...

Get Sendmail, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.