In article <[email protected]>, Steve Blinkhorn <[email protected]> wrote: >Thanks for this. I have been on a chase around lots of reports of >similar issues with dovecot, and I think I now have a working >configuration. But which of the several adjustments to files in >dovecot/conf.d I made actually fixed things I cannot tell. > >The Postfix error is particularly odd: apparently Postfix is looking in >the ssl/certs directory for a private key, yet the main.cf file says: > >smtpd_tls_cert_file = /etc/ssl/certs/newpostfix.pem >smtpd_tls_key = /etc/ssl/private/newpostfix.pem > >It would seem strange to me if no-one else has encountered the same >problem, but I haven't found a successful conjunction of Google search >terms to throw up fellow-sufferers. >
Here's my config: smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtp_tls_CAfile = /etc/openssl/cacert.pem smtp_tls_session_cache_database = btree:/var/spool/postfix/smtp_tls_session_cach e smtp_tls_security_level = may smtpd_tls_CAfile = /etc/openssl/cacert.pem smtpd_tls_cert_file = /etc/postfix/postfix-cert.pem smtpd_tls_key_file = /etc/postfix/postfix-key.pem smtpd_tls_received_header = yes smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_session_ca che tls_random_source = dev:/dev/urandom smtpd_tls_security_level = may christos
