Re: [qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread ag
.pem file is updated > > From: Eric Broch > Reply-To: > Date: Thursday, June 22, 2017 at 10:17 AM > To: > Subject: Re: [qmailtoaster] STARTTLS on CENT-6.9 > > > > > Hi Andreas, > > > I'm not sure if you're a coder, but here's the sect

Re: [qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread Jaime Lerner
t'sEncrypt cert is renewed and the servercert.pem file is updated From: Eric Broch Reply-To: Date: Thursday, June 22, 2017 at 10:17 AM To: Subject: Re: [qmailtoaster] STARTTLS on CENT-6.9 Hi Andreas, I'm not sure if you're a coder, but here's the section

Re: [qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread Eric Broch
Hi Andreas, I'm not sure if you're a coder, but here's the section of code in qmail-smtpd.c that sends STARTTLS upon meeting certain criteria. #ifdef TLS if (!ssl && (stat("control/servercert.pem",&st) == 0)) out("\r\n250-STARTTLS"); #endif Looks like you need 1) TLS defined, 2) ssl

[qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread Andreas Galatis
Hello List, since some time my qmailserver does not offer STARTTLS on ports 25 and 587 Dovecot offers STARTTLS, everything is fine. Qmail does not. I have another qmailserver with on CENT working fine and offering STARTTLS, tlsserverciphers are the same, same openssl- 1.0.1e-57 Both s