AW: SMTP Error (454)

Timotheus Pokorra timotheus at kolab.org
Mon Dec 9 09:47:20 CET 2013


Hello Henrik,

I can reproduce this.
I also checked my /var/log/maillog, and it says:
Dec  9 09:34:06 j67324 postfix/submission/smtpd[5151]: warning: TLS 
library problem: 5151:error:02001002:system library:fopen:No such file 
or 
directory:bss_file.c:169:fopen('/etc/pki/tls/certs/example.org.ca-chain.pem','r'):

I realized that there was a bug in my initSSL script, some paths were 
wrong in the postfix configuration.
I have fixed the script now.

To fix your configuration, you can run this:
postconf -e smtpd_tls_cert_file=/etc/pki/tls/private/example.org.crt
postconf -e 
smtpd_tls_CAfile=/etc/pki/tls/private/example.org.ca-chain.pem
service postfix restart

All the best,
   Timotheus


On 2013-12-05 20:30, Henrik Bohr wrote:
> By the way,
> 
> the smtp error seems to be related to a TLS problem:
> 
> In /var/log/roundcubemail/smtp I found the following:
> 
> [05-Dec-2013 19:21:43,000000 +0100]: Recv: 454 4.7.0 TLS not available
> due to local problem
> 
> [05-Dec-2013 19:21:43,000000 +0100]: Send: RSET
> 
> [05-Dec-2013 19:21:43,000000 +0100]: Recv: 530 5.7.0 Must issue a
> STARTTLS command first
> 
> [05-Dec-2013 19:21:43,000000 +0100]: Send: QUIT
> 
> [05-Dec-2013 19:21:43,000000 +0100]: Recv: 221 2.0.0 Bye
> 
> Henrik
> 
> VON: users-bounces at lists.kolab.org
> [mailto:users-bounces at lists.kolab.org] IM AUFTRAG VON Henrik Bohr
> GESENDET: Donnerstag, 5. Dezember 2013 20:23
> AN: users at lists.kolab.org
> BETREFF: SMTP Error (454)
> 
> Dear all,
> 
> after installing Kolab 3.1 on a fresh Centos 6.4 and enabling SSL via
> the following script
> (https://github.com/tpokorra/kolab3_tbits_scripts/blob/master/kolab3.1/initSSL.sh
> [1] ), sending of emails is not possible. I receive the following
> error: SMTP Error (454)
> 
> Does anybody know how to solve this problem?
> 
> Kind regards,
> 
> Henrik
> 
> Links:
> ------
> [1]
> https://github.com/tpokorra/kolab3_tbits_scripts/blob/master/kolab3.1/initSSL.sh
> 
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users


More information about the users mailing list