Juan Miscaro wrote:
I had STARTTLS working for port 25 for many months with no problem.  I
am using amavisd-new/spamassassin as content filter.  But now, due to
port blocking, I need to set this up on port 587 so I can send mail
directly to my server with my mail client (thunderbird).
...
Yet when I telnet from localhost Postfix is not offering any services:

$ telnet localhost 587
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.example.com ESMTP
helo localhost
250 mail.example.com
quit
221 2.0.0 Bye
Connection closed by foreign host.

must test with
ehlo hostname
NOT
helo hostname

  -- Noel Jones

Reply via email to