diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 22:43:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:09 +0200 |
commit | 9ff98e18e5dd6967bce1457cff1884ec632cf2b5 (patch) | |
tree | 99adb4054b83f975dec12753d8d76a80d3c1d64a /roles/common | |
parent | c7080c68fb4594f01a2edc98a2014c109a5afe16 (diff) |
Configure the Mail Delivery Agent.
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/files/etc/postfix/master.cf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/roles/common/files/etc/postfix/master.cf b/roles/common/files/etc/postfix/master.cf index b8bc458..fa8fed9 100644 --- a/roles/common/files/etc/postfix/master.cf +++ b/roles/common/files/etc/postfix/master.cf @@ -9,6 +9,8 @@ # (yes) (yes) (yes) (never) (100) # ========================================================================== smtp inet n - - - - smtpd +16132 inet n - - - - smtpd +2526 inet n - - - - smtpd pickup fifo n - - 60 1 pickup cleanup unix n - - - 0 cleanup qmgr fifo n - n 300 1 qmgr @@ -33,6 +35,9 @@ virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache -16132 inet n - - - - smtpd reserved-alias unix - n n - - pipe flags=Rhu user=mail argv=/usr/local/sbin/reserved-alias.pl ${original_recipient} @fripost.org +amavisfeed unix - - n - 2 lmtp + -o lmtp_destination_recipient_limit=1000 + -o lmtp_send_xforward_command=yes + -o lmtp_data_done_timeout=1200s |