From: Yves B. <yve...@sy...> - 2005-09-19 19:57:01
|
On Sat, 17 Sep 2005, Matthias Andree wrote: MA >fetchmail has code in place to do NTLM auth with POP3, too, although the MA >manual page doesn't say so. Can you show the "fetchmail --nosyslog -Nvv" MA >snippet that shows the NTLM negotiation attempt? Here is the result of the CAPA command (I changed strings for privacy): yves@Voyager:/soft/.install/Sources/02-WEB/01-Fetchmail$ telnet <the_server> 110 Trying <the_server>... Connected to <the_server>. Escape character is '^]'. +OK Microsoft Exchange Server 2003 POP3 server version 6.5.7226.0 (<the_server>) ready. CAPA +OK Capability list follows TOP USER PIPELINING EXPIRE NEVER UIDL SASL NTLM . AUTH NTLM +OK QUIT -ERR Logon failure: unknown user name or bad password. QUIT +OK Microsoft Exchange Server 2003 POP3 server version 6.5.7226.0 signing off. Connection closed by foreign host. yves@Voyager:/soft/.install/Sources/02-WEB/01-Fetchmail$ Here is the fetchmail configuration file: # Configuration created Thu Sep 8 16:40:38 2005 by fetchmailconf set postmaster "yves" set bouncemail set no spambounce set properties "" set daemon 30 poll <the_server> with proto POP3 auth ntlm user 'username' there with password '*******' is 'yves' here options pass8bits The problem seem to be with the authentication. Exchange interpret the string "auth ntlm" as "auth msn"! Here is the results of the command you asked: yves@Voyager:/soft/.install/Sources/02-WEB/01-Fetchmail$ fetchmail --nosyslog -Nvv -f .fetchmailrc.0 fetchmail: démarrage de fetchmail 6.2.5 en tâche de fond fetchmail: 6.2.5 interroge <the_server> (protocole POP3) à lun 19 sep 2005 13:38:29 EDT : récupération en cours fetchmail: POP3< +OK Microsoft Exchange Server 2003 POP3 server version 6.5.7226.0 (<the_server>) ready. fetchmail: POP3> AUTH MSN fetchmail: POP3< -ERR The specified authentication package is not supported.fetchmail: Échec de l'autorisation sur <the_user>@<the_server> fetchmail: POP3> QUIT fetchmail: POP3< +OK Microsoft Exchange Server 2003 POP3 server version 6.5.7226.0 signing off. fetchmail: 6.2.5 interroge <the_server> (protocole POP3) à lun 19 sep 2005 13:38:30 EDT : interrogation finie fetchmail: État de la requête=3 (ECHEC DE L'AUTHENTIFICATION) fetchmail: Effacement du fichier fetchids. fetchmail: mise en sommeil à lun 19 sep 2005 13:38:30 EDT Thank you, Yves -- Yves Boisjoly, Administrateur systèmes UNIX Yve...@sy... http://www.lepetittuxervateur.ca |