kvaps / docker-kolab

Kolab image with nginx, ssl, opendkim, amavis and fail2ban
MIT License
41 stars 19 forks source link

Sending an email to self results in SMTP Error (454): Authentication Failed #8

Closed danbo closed 8 years ago

danbo commented 8 years ago

maillog shows:
postfix/submission/smtpd[2529]: cannot load Certificate Authority data: disabling TLS support.

my chain.pem is empty

Looking at start.sh 315: cat $certificate_path > $fullchain_path

When I copied my cert.pem to chain.pem, it started working.

danbo commented 8 years ago

maillog is however is also still showing

starttls: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits new) no authentication

even though it works, not sure if I should be concerned.

kvaps commented 8 years ago

Fixed, thanks for your reports!