Previous: Remote Mailbox Delivery, Up: maidag [Contents][Index]
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. |
In case of multiple delivery, exit with code 0 if at least one delivery has succeeded.
Indicate temporary failure if the recipient is over his mail quota. By default, permanent failure is returned. See Mailbox Quotas.
Set the name of DBM quota database file. See DBM Quotas.
Set file name or name pattern of the Sieve filter file. See Sieve Maidag Filters.
When logging Sieve actions, identify messages by the value of this header.
File name or name pattern for Guile filter file. See Scheme Maidag Filters.
Set additional debugging flags. Valid flags are:
Print guimb
stack traces.
Enable sieve
trace (MU_SIEVE_DEBUG_TRACE
).
Enable sieve
instructions trace
(MU_SIEVE_DEBUG_INSTR
).
Log executed Sieve actions.
Log to stderr instead of syslog.
Process forward file file. See Forwarding.
Configure safety checks for the forward file. See forward-file-checks.
Run in LMTP mode.
In LMTP mode, retain supplementary groups from list.
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’.
Reuse existing address (LMTP mode). Default is ‘yes’.
Previous: Remote Mailbox Delivery, Up: maidag [Contents][Index]