This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
picoenterprise:mta [2013/12/18 12:53] Luc Nieland |
picoenterprise:mta [2017/05/11 17:33] (current) Luc Nieland maximal_queue_lifetime |
||
|---|---|---|---|
| Line 34: | Line 34: | ||
| ====Configuration==== | ====Configuration==== | ||
| - | /etc/default/saslauthd | + | Add the postfix user to the group sasl: |
| + | usermod -a -G sasl postfix | ||
| + | |||
| + | |||
| + | Configure SASL: /etc/default/saslauthd | ||
| <code> | <code> | ||
| Line 58: | Line 62: | ||
| <code> | <code> | ||
| + | maximal_queue_lifetime = 12w | ||
| + | bounce_queue_lifetime = 12w | ||
| smtpd_banner = postoffice.example.com ESMTP | smtpd_banner = postoffice.example.com ESMTP | ||
| disable_vrfy_command = yes | disable_vrfy_command = yes | ||