X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fpostfix%2Fmaster.cf;h=604f9fe1fc9eeb63a12fb19149db2e5b70b5287e;hp=de2d283e674d0f412f83c4cf7485358067be2232;hb=b75d4503ef9c919231c0c02daf5a1ed1e57c73af;hpb=f6488dca3163e1ca5870485351fdec671bec000f diff --git a/etc/postfix/master.cf b/etc/postfix/master.cf index de2d283..604f9fe 100644 --- a/etc/postfix/master.cf +++ b/etc/postfix/master.cf @@ -7,25 +7,25 @@ # ========================================================================== smtp inet n - - - - smtpd submission inet n - - - - smtpd - -o smtpd_tls_security_level=encrypt -o milter_macro_daemon_name=ORIGINATING -# -o smtpd_tls_req_ccert=yes + -o smtpd_sasl_auth_enable=yes -o smtpd_tls_ask_ccert=yes - -o smtpd_tls_loglevel=1 - -o smtpd_tls_ccert_verifydepth=2 -o smtpd_tls_auth_only=yes - -o smtpd_sasl_auth_enable=yes -smtps inet n - - - - smtpd + -o smtpd_tls_ccert_verifydepth=2 + -o smtpd_tls_loglevel=1 + -o smtpd_tls_req_ccert=yes -o smtpd_tls_security_level=encrypt - -o smtpd_tls_wrappermode=yes - -o smtpd_sasl_auth_enable=yes - -o smtpd_client_restrictions=permit_sasl_authenticated,reject +smtps inet n - - - - smtpd -o milter_macro_daemon_name=ORIGINATING - -o smtpd_tls_req_ccert=no + -o smtpd_client_restrictions=permit_sasl_authenticated,reject + -o smtpd_sasl_auth_enable=yes -o smtpd_tls_ask_ccert=yes - -o smtpd_tls_loglevel=1 - -o smtpd_tls_ccert_verifydepth=2 -o smtpd_tls_auth_only=yes + -o smtpd_tls_ccert_verifydepth=0 + -o smtpd_tls_loglevel=1 + -o smtpd_tls_req_ccert=no + -o smtpd_tls_security_level=encrypt + -o smtpd_tls_wrappermode=yes #628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup cleanup unix n - - - 0 cleanup @@ -90,3 +90,9 @@ spfcheck unix - n n - 0 spawn user=policyd-spf argv=/usr/sbin/postfix-policyd-spf-perl noclue unix - n n - - pipe flags=q user=noclue argv=/usr/local/bin/noclue-delivery ${recipient} ${sender} +#-- SYMPA begin +#sympa unix - n n - - pipe +# flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient} +#sympabounce unix - n n - - pipe +# flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${recipient} +#-- SYMPA end