HI list
Im working in a Postfix+openldap+dovecot platform, and now Im checking
how to activate autentication sending mails using dovecot. All this time
only was a relay and now I need to the a complete server.
my main.cf is:
# TLS parameters
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/ssl/private/mycert.pem
smtpd_tls_cert_file = /etc/ssl/mycert.crt
smtpd_tls_CAfile = /etc/ssl/TERENASSL_PATH.pem
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
#SASL
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = yes
smtpd_sender_login_maps = ldap:/etc/postfix/ldap_aliases.cf
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks
reject_unauth_destination
smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd
relayhost = [smtp.server.com]:25
Somebody has experience to config dovecot how LDA to send mails using
openldap? I was checking in google for howtos but are confused about
parameters
Any idea?
Thanks & Best Regards