dotrc:exim:message_size
Differences
This shows you the differences between two versions of the page.
| dotrc:exim:message_size [2011/09/01 14:07] – created adi | dotrc:exim:message_size [2011/09/02 17:16] (current) – added authenticated users message size as well adi | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| control = submission/ | control = submission/ | ||
| control = dkim_disable_verify | control = dkim_disable_verify | ||
| - | | + | + # no size limit checking -- use a max_message_size |
| - | set acl_m_size = ${readfile{CONFDIR/ | + | + set acl_m_size = ${readfile{CONFDIR/ |
| </ | </ | ||
| this expects a file named CONFDIR/ | this expects a file named CONFDIR/ | ||
| + | |||
| + | ======= setting the limit for authenticated users ======= | ||
| + | |||
| + | specify a maximum message size for authenticated users when relaying mail for them: | ||
| + | |||
| + | in '' | ||
| + | |||
| + | < | ||
| + | | ||
| + | authenticated = * | ||
| + | control = submission/ | ||
| + | control = dkim_disable_verify | ||
| + | + # no size limit checking -- use a max_message_size | ||
| + | + set acl_m_size = ${readfile{CONFDIR/ | ||
| + | </ | ||
| ======= setting the limit for local domains ======= | ======= setting the limit for local domains ======= | ||
| Line 35: | Line 50: | ||
| ======= execute the limits ======= | ======= execute the limits ======= | ||
| + | |||
| + | (!) acl_m_size needs to be set -- otherwise mails will be stuck in the queue! | ||
| in '' | in '' | ||
dotrc/exim/message_size.1314886034.txt.gz · Last modified: 2011/09/01 14:07 by adi
