Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:postfix_centos_7_-_amavis_anbinden_filter

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
tachtler:postfix_centos_7_-_amavis_anbinden_filter [2015/10/17 15:41] – [/etc/postfix/master.cf] klaustachtler:postfix_centos_7_-_amavis_anbinden_filter [2015/10/19 11:00] – [/etc/postfix/master.cf] klaus
Zeile 52: Zeile 52:
 ... ...
 ... ...
-# Tachtler - enabled -  +# Tachtler - new -  
-# Outgoing FROM Postfix TO AMaViS +# Outgoing traffic from trusted networks, with amavisd-new (altermime). 
-smtpd     pass                                smtpd+192.168.1.60:smtp      inet  n                               smtpd 
 +  -o content_filter= 
 +  -o smtpd_proxy_filter=192.168.0.70:10024 
 +  -o smtpd_client_connection_count_limit=4 
 +  -o smtpd_proxy_options=speed_adjust 
 +192.168.0.60:smtp      inet  n                               smtpd 
 +  -o content_filter= 
 +  -o smtpd_proxy_filter=192.168.0.70:10024 
 +  -o smtpd_client_connection_count_limit=4 
 +  -o smtpd_proxy_options=speed_adjust 
 +127.0.0.1:smtp      inet  n       -                         smtpd
   -o content_filter=   -o content_filter=
   -o smtpd_proxy_filter=192.168.0.70:10024   -o smtpd_proxy_filter=192.168.0.70:10024
-  -o smtpd_milters= 
   -o smtpd_client_connection_count_limit=4   -o smtpd_client_connection_count_limit=4
   -o smtpd_proxy_options=speed_adjust   -o smtpd_proxy_options=speed_adjust
 # Tachtler - new - # Tachtler - new -
-Incoming FROM AMaViS TO Postfix+Outgoing traffic, BACK from amavisd-new from smtpd_proxy_filter.
 192.168.0.60:10025     inet  n                               smtpd 192.168.0.60:10025     inet  n                               smtpd
   -o content_filter=   -o content_filter=
Zeile 73: Zeile 82:
   -o smtpd_recipient_restrictions=permit_mynetworks,reject   -o smtpd_recipient_restrictions=permit_mynetworks,reject
   -o smtpd_data_restrictions=   -o smtpd_data_restrictions=
-  -o mynetworks=0.0.0.0/32,127.0.0.0/8,192.168.0.0/24,192.168.1.0/24,192.168.2.0/24,88.217.171.167/32+  -o mynetworks=0.0.0.0/32,127.0.0.0/8,10.7.0.0/24,10.7.1.0/24,192.168.0.0/25,88.217.171.167/32
   -o receive_override_options=no_unknown_recipient_checks   -o receive_override_options=no_unknown_recipient_checks
 +# Tachtler - new -
 +# Outgoing traffic, BACK from amavisd-new from content_filter.
 +192.168.0.60:10027     inet  n                               smtpd
 +  -o content_filter=
 +  -o smtpd_proxy_filter=
 +  -o smtpd_milters=
 +  -o smtpd_authorized_xforward_hosts=127.0.0.0/8,192.168.0.0/24,192.168.1.0/24,192.168.2.0/24,88.217.171.167/32
 +  -o smtpd_delay_reject=no
 +  -o smtpd_client_restrictions=
 +  -o smtpd_helo_restrictions=
 +  -o smtpd_sender_restrictions=
 +  -o smtpd_relay_restrictions=
 +  -o smtpd_recipient_restrictions=permit_mynetworks,reject
 +  -o smtpd_data_restrictions=reject_unauth_pipelining
 +  -o smtpd_end_of_data_restrictions=
 +  -o smtpd_restriction_classes=
 +  -o mynetworks=0.0.0.0/32,127.0.0.0/8,10.7.0.0/24,10.7.1.0/24,192.168.0.0/25,88.217.171.167/32
 +  -o smtpd_error_sleep_time=0
 +  -o smtpd_soft_error_limit=1001
 +  -o smtpd_hard_error_limit=1000
 +  -o smtpd_client_connection_count_limit=0
 +  -o smtpd_client_connection_rate_limit=0
 +  -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters
 +  -o local_header_rewrite_clients=
 +...
 +...
 +...
 +# Tachtler - enabled - 
 +submission inet n                               smtpd
 +  -o syslog_name=postfix/submission
 +  -o content_filter=lmtp:[192.168.0.70]:10026
 +  -o smtpd_tls_security_level=encrypt
 +  -o smtpd_sasl_auth_enable=yes
 +  -o smtpd_reject_unlisted_recipient=no
 +#  -o smtpd_client_restrictions=$mua_client_restrictions
 +#  -o smtpd_helo_restrictions=$mua_helo_restrictions
 +#  -o smtpd_sender_restrictions=$mua_sender_restrictions
 +  -o smtpd_recipient_restrictions=
 +  -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
 +  -o milter_macro_daemon_name=ORIGINATING
 ... ...
 ... ...
tachtler/postfix_centos_7_-_amavis_anbinden_filter.txt · Zuletzt geändert: 2015/10/26 12:33 von klaus