Re: [Davmail-users] No credentials available for NTLM
Brought to you by:
mguessan
From: Mike B. <mi...@mb...> - 2022-04-05 13:22:14
|
I was a bit hasty with the logs, after 5 minutes they looked like this: DavMail: ``` 2022-04-05 14:16:53,142 INFO [davmail.smtp.SmtpServer] davmail.connection - CONNECT - 0:0:0:0:0:0:0:1:62631 2022-04-05 14:16:53,217 INFO [SmtpConnection-62631] org.apache.commons.httpclient.auth.AuthChallengeProcessor - ntlm authentication scheme selected 2022-04-05 14:16:53,217 INFO [SmtpConnection-62631] org.apache.commons.httpclient.HttpMethodDirector - No credentials available for NTLM <any realm>@mail.pmcs.de:443 2022-04-05 14:21:53,223 ERROR [SmtpConnection-62631] davmail - Read timed out java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:961) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:82) at java.base/java.io.PushbackInputStream.read(PushbackInputStream.java:135) at davmail.AbstractConnection$LineReaderInputStream.readLine(AbstractConnection.java:55) at davmail.AbstractConnection.readClient(AbstractConnection.java:223) at davmail.smtp.SmtpConnection.run(SmtpConnection.java:68) 2022-04-05 14:21:53,224 INFO [SmtpConnection-62631] davmail.connection - DISCONNECT - 0:0:0:0:0:0:0:1:62631 ``` MailMate: ``` 12:16:53 Running action 12:16:53 Handling request 12:16:53 Clearing connection to localhost 12:16:53 Ready to run action (type: 1000, retry count: 0) 12:16:53 Clearing connection to localhost 12:16:53 Trying to connect to localhost on port 1025 (CFNetwork) with STARTTLS (not required) 12:16:53 Resolved hostname (localhost). 12:16:53 Successful connection. 12:16:53 Ready for reading. 12:16:53 S: 220 DavMail 5.5.1-3299 SMTP ready at Tue Apr 05 14:16:53 CEST 2022 12:16:53 Warning: Unknown response ignored: '220 DavMail 5.5.1-3299 SMTP ready at Tue Apr 05 14:16:53 CEST 2022' (status: 'DAVMAIL'). 12:21:53 Waited 300 seconds on read. 12:21:53 S: 421 Read timed out 12:21:53 Warning: Unknown response ignored: '421 Read timed out ' (status: 'READ'). 12:21:53 Error: Reading ended without error. 12:21:53 S: <<< terminated reading >>> 12:21:53 Error code: 10 12:21:53 Failed action (1000). Reset observed read/write timeouts: 203/8 12:21:53 Handling reply ``` -- Best Regards Mike |