This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
picoenterprise:mta [2017/05/11 17:08] Luc Nieland |
picoenterprise:mta [2017/05/11 17:33] (current) Luc Nieland maximal_queue_lifetime |
||
---|---|---|---|
Line 35: | Line 35: | ||
Add the postfix user to the group sasl: | Add the postfix user to the group sasl: | ||
+ | usermod -a -G sasl postfix | ||
- | + | Configure SASL: /etc/default/saslauthd | |
- | /etc/default/saslauthd | + | |
<code> | <code> | ||
Line 62: | 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 |