On Thu, 5 Oct 2006, Andrew Daviel wrote:
# ipopd/ipop3d
+OK POP3 trmail.triumf.ca 2006a.94 server ready
auth
+OK Supported authentication mechanisms:
.
capa
+OK Capability list follows:
TOP
LOGIN-DELAY 180
UIDL
STLS
USER
.
quit
+OK Sayonara

That is output from an ipop3d server that allows unencrypted plaintext password authentication.

HOWEVER, when I do
        telnet trmail.triumf.ca pop3
I get the folowing:

        % telnet trmail.triumf.ca pop3
        Trying 142.90.100.150...
        Connected to trmail.triumf.ca (142.90.100.150).
        Escape character is '^]'.
        +OK POP3 trmail.triumf.ca 2006a.94 server ready
        capa
        +OK Capability list follows:
        TOP
        LOGIN-DELAY 180
        UIDL
        STLS
        .
        quit
        +OK Sayonara
        Connection closed by foreign host
        %

Notice that the USER capability is missing. This is why your dinosaur clients can not log in. You evidentally have a different binary installed than what you think you have.

# ipop3d
+OK POP3 trmail-old.triumf.ca v2001.80 server ready
auth
+OK Supported authentication mechanisms:
LOGIN
.
capa
+OK Capability list follows:
TOP
LOGIN-DELAY 180
UIDL
STLS
USER
SASL LOGIN
.
quit
+OK Sayonara

Don't be mislead by the "LOGIN" authentication mechanism above. That is a SASL mechanism, not the USER/PASS authentication mechanism. SASL plaintext mechanisms are always suppressed.

-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to