in reply to Re: SMTP and Authentication
in thread SMTP and Authentication

Yeah, that means that the way that ISP is doing authentication is through a process called: POP-before-SMTP. There is another form of authentication called SMTP AUTH that won't work with this... Hopefully, this info will help someone else, though. Thanks!

Replies are listed 'Best First'.
Re: Re: Re: SMTP and Authentication
by dws (Chancellor) on Mar 09, 2001 at 23:25 UTC
    If your ISP is using POP-before-SMTP as a way of closing their SMTP servers to unauthorized relaying, you may have a slight latency problem if the POP server isn't on the same box as the SMPT server. My ISP (pair.com) usually takes 2-3 seconds, but sometimes takes upwards of 10 seconds to relay the right message from their POP to their SMPT server.

    It takes all of one line of script to work around this. The annoyance was mostly in discovering this behavior.