LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   postfix loses SMTP connection after HELO (https://www.linuxquestions.org/questions/linux-networking-3/postfix-loses-smtp-connection-after-helo-245187/)

josephswagner 10-20-2004 01:42 PM

postfix loses SMTP connection after HELO
 
I receive this message in the info log for my Postfix server when it tries to relay through my ISP's smtp server

I have postfix configured to use sasl auth to connect to the server

here is the message

lost connection with smtp.isp.net[ip address] while sending HELO

Any ideas?

BillJennings 10-21-2004 12:58 AM

Does your ISPs mail server support SASL?

If not, this would explain the problem as the HELO is the first thing it sends after establishing a connection.

Sincerely

Bill Jennings

josephswagner 10-21-2004 10:11 AM

I have sasl enabled.
I telneted to the server and I figured out that you have to check your pop account before sending through smtp.

I'm still working on finding a way to do this. Any ideas?

BillJennings 10-21-2004 12:30 PM

Figure out how long you have after doing a POP3 authentication before you have to do the SMTP send. Then install fetchmail and have it poll you POP3 account slightly more often.

Hope this helps.

Bill Jennings


All times are GMT -5. The time now is 07:52 AM.