Re: [qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread ag
> From: Eric Broch <ebr...@whitehorsetc.com> > Reply-To: <qmailtoaster-list@qmailtoaster.com> > Date: Thursday, June 22, 2017 at 10:17 AM > To: <qmailtoaster-list@qmailtoaster.com> > Subject: Re: [qmailtoaster] STARTTLS on CENT-6.9 > > > > >

Re: [qmailtoaster] STARTTLS on CENT-6.9

2017-06-22 Thread Jaime Lerner
cert is renewed and the servercert.pem file is updated From: Eric Broch <ebr...@whitehorsetc.com> Reply-To: <qmailtoaster-list@qmailtoaster.com> Date: Thursday, June 22, 2017 at 10:17 AM To: <qmailtoaster-list@qmailtoaster.com> Subject: Re: [qmailtoaster] STARTTLS on CE

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",) == 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