Displaying 1 result from an estimated 1 matches for "pgsql_sasl_send".
2012 Jun 18
1
dovecot-sieve and LMT
...ynetworks reject_sender_login_mismatch permit_sasl_authenticated reject_unauth_destination reject_unverified_recipient
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_login_maps = pgsql:/etc/postfix/lookup/pgsql_sasl_senders.cf
smtpd_sender_restrictions =
smtpd_soft_error_limit = 10
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /home/mweil/CA/cert.pem
smtpd_tls_key_file = /home/mweil/CA/key.pem
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = pgsql:/...