diff options
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 | 
