From edb2be979bb9dc16c2f3536974abe695c77c66af Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 21 Sep 2017 19:25:43 +0200 Subject: [PATCH] [Postfix] Changes to ignore watchdog checks --- data/conf/postfix/master.cf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/data/conf/postfix/master.cf b/data/conf/postfix/master.cf index 955728d1..d494637c 100644 --- a/data/conf/postfix/master.cf +++ b/data/conf/postfix/master.cf @@ -44,6 +44,8 @@ anvil unix - - n - 1 anvil scache unix - - n - 1 scache maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} + +# start zeyple zeyple unix - n n - - pipe user=zeyple argv=/usr/local/bin/zeyple.py ${recipient} 127.0.0.1:10026 inet n - n - 10 smtpd @@ -55,5 +57,21 @@ zeyple unix - n n - - pipe -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o smtpd_authorized_xforward_hosts=127.0.0.0/8 +# end zeyple +# start whitelist_fwd 127.0.0.1:10027 inet n n n - 0 spawn user=nobody argv=/usr/local/bin/whitelist_forwardinghosts.sh +# end whitelist_fwd + +# start watchdog-specific +589 inet n - n - - smtpd + -o smtpd_client_restrictions=permit_mynetworks,reject + -o syslog_name=watchdog + -o smtpd_milters= + -o non_smtpd_milters= + -o queue_service_name=watchdog_qmgr + -o local_transport=discard + -o default_transport=discard +watchdog_qmgr fifo n - n 300 1 qmgr + -o syslog_facility=local0 +# end watchdog-specific