[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mpop-users] Problems trying to get mpop to talk to Exchange 2007.
Hello,
I am trying to get mpop to grab all messages from a pop account and save
them to a local directory for offline processing.
In the session below you will notice that the USER command is without a
username. I was just wondering if it was something obvious (to you)
that I did or if it is some kind of bug.
I'd appreciate any feedback. Thanks.
Here is my config:
defaults
tls on
tls_starttls on
delivery maildir ~/var/maildrop
account somehost
host mail.somehost.com
auth plain
tls_fingerprint BF:76:44:64:5D:8D:C6:DE:8E:9B:5E:6E:43:AA:18:F7:63:40:BF:3B
user user1
password SomePassword
account default : somehost
And here is the debug output...
<-- +OK The Microsoft Exchange POP3 service is ready.
--> CAPA
<-- +OK
<-- TOP
<-- UIDL
<-- STLS
<-- .
--> STLS
<-- +OK Begin TLS negotiation.
TLS certificate information:
Owner:
Common Name: somehost.local
Issuer:
Common Name: somehost-CA
Validity:
Activation time: Sun Apr 17 16:00:17 2011
Expiration time: Mon Apr 16 16:00:17 2012
Fingerprints:
SHA1: BF:76:44:64:5D:8D:C6:DE:8E:9B:5E:6E:43:AA:18:F7:63:40:BF:3B
MD5: 6E:4B:9C:3A:23:4C:4F:F4:ED:C1:BB:7F:DE:49:09:76
--> CAPA
<-- +OK
<-- TOP
<-- UIDL
<-- SASL NTLM GSSAPI PLAIN
<-- USER
<-- .
--> AUTH PLAIN AGxvY2FrAFNvbGlkY2F0MjAxMQ==
<-- -ERR Protocol error. 16
mpop: authentication failed (method PLAIN)
mpop: error during mail retrieval (account default from /home/danny/.mpoprc)