2.10.9 Maidag Configuration File Summary

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

Statement Reference
debug See section Debug Statement.
mailbox See section Mailbox Statement.
locking See section Locking Statement.
pam See section PAM Statement.
sql See section SQL Statement.
virtdomain See section Virtdomain Statement.
radius See section Radius Statement.
ldap See section LDAP Statement.
auth See section Auth Statement.
mailer See section Mailer Statement.
server See section Server Settings. Used only in LMTP mode.
acl See section ACL Statement.
tcp-wrappers See section 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 section Mailbox Quotas.

Maidag Config: quota-db file

Set the name of DBM quota database file. See section Keeping Quotas in DBM File.

Maidag Config: sieve-filter pattern

Set file name or name pattern of the Sieve filter file. See section 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 section 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 section Forwarding.

Maidag Config: forward-file-checks list

Configure safety checks for the forward file. See section 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’.