--On Wednesday, January 09, 2013 10:53 AM -0800 Quanah Gibson-Mount <[email protected]> wrote:

Submission and "smtps" perform essentially the same function, and
should get identical settings, with the obvious addition of tls
wrappermode for smtps.

Perfect, thank you very much!

Ok, I've modified my master.cf for the smtpd daemons to the following. Does it appear in general, more sane?

smtp      inet  n       -       n       -       -       smtpd
       -o content_filter=scan:[127.0.0.1]:10029
465    inet  n       -       n       -       -       smtpd
       -o content_filter=scan:[127.0.0.1]:10029
       -o smtpd_tls_wrappermode=yes
       -o smtpd_sasl_auth_enable=yes
       -o smtpd_client_restrictions=
       -o smtpd_data_restrictions=
       -o smtpd_end_of_data_restrictions=
       -o smtpd_helo_restrictions=
       -o smtpd_recipient_restrictions=
       -o smtpd_relay_restrictions=
       -o smtpd_sender_restrictions=
submission inet n      -       n       -       -       smtpd
       -o content_filter=scan:[127.0.0.1]:10029
       -o smtpd_etrn_restrictions=reject
       -o smtpd_sasl_auth_enable=yes
       -o smtpd_tls_security_level=may
       -o smtpd_client_restrictions=permit_sasl_authenticated,reject
       -o smtpd_data_restrictions=
       -o smtpd_end_of_data_restrictions=
       -o smtpd_helo_restrictions=
       -o smtpd_recipient_restrictions=
       -o smtpd_relay_restrictions=
       -o smtpd_sender_restrictions=
[127.0.0.1]:10025 inet n  -       n       -       -  smtpd
       -o content_filter=
       -o local_recipient_maps=
       -o virtual_mailbox_maps=
       -o virtual_alias_maps=
       -o relay_recipient_maps=
       -o smtpd_restriction_classes=
       -o smtpd_delay_reject=no
       -o smtpd_client_restrictions=permit_mynetworks,reject
       -o smtpd_data_restrictions=
       -o smtpd_end_of_data_restrictions=
       -o smtpd_helo_restrictions=
       -o smtpd_milters=
       -o smtpd_sender_restrictions=
       -o smtpd_relay_restrictions=
       -o smtpd_recipient_restrictions=permit_mynetworks,reject
       -o mynetworks_style=host
       -o mynetworks=127.0.0.0/8,[::1]/128
       -o strict_rfc821_envelopes=yes
       -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_address_mappings
       -o local_header_rewrite_clients=
[127.0.0.1]:10029 inet n - n - - smtpd
       -o content_filter=
       -o local_recipient_maps=
       -o virtual_mailbox_maps=
       -o virtual_alias_maps=
       -o relay_recipient_maps=
       -o smtpd_restriction_classes=
       -o smtpd_delay_reject=no
       -o smtpd_milters=inet:localhost:8465
       -o smtpd_client_restrictions=permit_mynetworks,reject
       -o smtpd_sender_restrictions=
       -o smtpd_helo_restrictions=
       -o smtpd_recipient_restrictions=permit_mynetworks,reject
       -o smtpd_relay_restrictions=
       -o smtpd_data_restrictions=
       -o smtpd_end_of_data_restrictions=

Thanks!

--Quanah

--

Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra ::  the leader in open source messaging and collaboration

Reply via email to