Previous: Remote Mailbox Delivery, Up: maidag


3.11.9 Maidag Configuration File Summary

The behavior of maidag is affected by the following configuration statements:

Statement Reference
debug See Debug Statement.
mailbox See Mailbox Statement.
locking See Locking Statement.
pam See PAM Statement.
sql See SQL Statement.
virtdomain See Virtdomain Statement.
radius See Radius Statement.
ldap See LDAP Statement.
auth See Auth Statement.
mailer See Mailer Statement.
server See Server Settings. Used only in LMTP mode.
acl See ACL Statement.
tcp-wrappers See Tcp-wrappers Statement.

— Maidag Config: ex-multiple-delivery-success bool

In case of multiple delivery, exit with code 0 if at least one delivery has succeeded.

— Maidag Config: ex-quota-tempfail bool

Indicate temporary failure if the recipient is over his mail quota. By default, permanent failure is returned. See Mailbox Quotas.

— Maidag Config: quota-db file

Set the name of DBM quota database file. See DBM Quotas.

— Maidag Config: sieve-filter pattern

Set file name or name pattern of the Sieve filter file. See Sieve Maidag Filters.

— Maidag Config: message-id-header name

When logging Sieve actions, identify messages by the value of this header.

— Maidag Config: guile-filter pattern

File name or name pattern for Guile filter file. See Scheme Maidag Filters.

— Maidag Config: debug flags

Set additional debugging flags. Valid flags are:

g
Print guimb stack traces.
t
Enable sieve trace (MU_SIEVE_DEBUG_TRACE).
i
Enable sieve instructions trace (MU_SIEVE_DEBUG_INSTR).
l
Log executed Sieve actions.

— Maidag Config: stderr bool

Log to stderr instead of syslog.

— Maidag Config: forward-file file

Process forward file file. See Forwarding.

— Maidag Config: forward-file-checks list

Configure safety checks for the forward file. See forward-file-checks.

— Maidag Config: lmtp bool

Run in LMTP mode.

— Maidag Config: group list

In LMTP mode, retain supplementary groups from list.

— Maidag Config: listen url

In LMTP mode, listen on url. Valid URLs are: ‘tcp://host:port’ (note that port is mandatory), ‘file://socket-file-name’ or ‘socket://socket-file-name’.

— Maidag Config: reuse-address bool

Reuse existing address (LMTP mode). Default is ‘yes’.