remove mail processor filter
This commit is contained in:
parent
c65f17ae3c
commit
efbbe9756c
1 changed files with 5 additions and 5 deletions
|
@ -12,21 +12,21 @@
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
# SMTP: Port 25
|
# SMTP: Port 25
|
||||||
smtp inet n - y - - smtpd
|
smtp inet n - y - - smtpd
|
||||||
-o content_filter=filter_smtp:
|
# -o content_filter=filter_smtp:
|
||||||
# Submission: Port 587
|
# Submission: Port 587
|
||||||
submission inet n - y - - smtpd
|
submission inet n - y - - smtpd
|
||||||
-o smtpd_tls_security_level=encrypt
|
-o smtpd_tls_security_level=encrypt
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
|
||||||
-o milter_macro_daemon_name=ORIGINATING
|
-o milter_macro_daemon_name=ORIGINATING
|
||||||
-o content_filter=filter_submission:
|
# -o content_filter=filter_submission:
|
||||||
# SMTPS: Port 465
|
# SMTPS: Port 465
|
||||||
smtps inet n - y - - smtpd
|
smtps inet n - y - - smtpd
|
||||||
-o smtpd_tls_wrappermode=yes
|
-o smtpd_tls_wrappermode=yes
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
-o milter_macro_daemon_name=ORIGINATING
|
-o milter_macro_daemon_name=ORIGINATING
|
||||||
-o content_filter=filter_smtps:
|
#-o content_filter=filter_smtps:
|
||||||
#628 inet n - y - - qmqpd
|
#628 inet n - y - - qmqpd
|
||||||
pickup unix n - y 60 1 pickup
|
pickup unix n - y 60 1 pickup
|
||||||
cleanup unix n - y - 0 cleanup
|
cleanup unix n - y - 0 cleanup
|
||||||
|
@ -42,7 +42,7 @@ flush unix n - y 1000? 0 flush
|
||||||
proxymap unix - - n - - proxymap
|
proxymap unix - - n - - proxymap
|
||||||
proxywrite unix - - n - 1 proxymap
|
proxywrite unix - - n - 1 proxymap
|
||||||
smtp unix - - y - - smtp
|
smtp unix - - y - - smtp
|
||||||
-o content_filter=filter_smtp:
|
# -o content_filter=filter_smtp:
|
||||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
||||||
relay unix - - y - - smtp
|
relay unix - - y - - smtp
|
||||||
-o smtp_fallback_relay=
|
-o smtp_fallback_relay=
|
||||||
|
@ -54,7 +54,7 @@ discard unix - - y - - discard
|
||||||
local unix - n n - - local
|
local unix - n n - - local
|
||||||
virtual unix - n n - - virtual
|
virtual unix - n n - - virtual
|
||||||
lmtp unix - - y - - lmtp
|
lmtp unix - - y - - lmtp
|
||||||
-o content_filter=filter_lmtp:
|
# -o content_filter=filter_lmtp:
|
||||||
anvil unix - - y - 1 anvil
|
anvil unix - - y - 1 anvil
|
||||||
scache unix - - y - 1 scache
|
scache unix - - y - 1 scache
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue