Chris Lewis wrote:
ari x wrote:
Charlie Brady wrote:

What problem are you trying to solve? Are you wishing to change the behaviour of qpsmtpd when somebody connects to it on port 465 using telnet (i.e. using telnet protocol rather than TLS)? Do you have a problem with too many people connecting via telnet and then not disconnecting?

qpsmtpd with tls seem not to work, i try to send test message via swaks with tls and authentication but it time out.

I believe port 465 (SMTPS) is supposed to _start_ in SSL. It won't give you a banner. It's expecting SSL right after connection.

Port 25 (SMTP) and 587 SMTPSUBMIT run with TLS will banner, and you have to issue STARTTLS after seeing a EHLO response report that it's available.

hi,

i use port 587 and qpsmtpd with tls does work.

thank you...


I assure you that TLS with qpsmtpd does work. Just try ecarhev4.nortel.com, ala:

# telnet ecarhev4.nortel.com 25
Trying 47.248.0.46...
Connected to ecarhev4.nortel.com.
Escape character is '^]'.
220 ecarhev4.nortel.com ESMTP qpsmtpd 0.43rc1 ready; send us your mail, but not your spam.
EHLO me
250-ecarhev4.nortel.com Hi ertps004.nortel.com [47.234.0.38]
250-PIPELINING
250-8BITMIME
250 STARTTLS


Reply via email to