[bug] E-Mail: SMTP 504 Unrecognized Authentication Type (Support for AUTH GSSAPI NTLM)

asked 2014-06-12 10:38:51 +0300

jolanda gravatar image

updated 2014-06-12 12:09:08 +0300

Inspired by https://together.jolla.com/question/41641/e-mail-smtp-504-unrecognized-authentication-type-support-for-auth-login/ I tried to figure out, was the reason for my own SMTP problems is. It seems, that besided AUTH LOGIN the email client also doesn't support AUTH GSSAPI NTLM. Here is the log:

[945] Juni 12 01:31:51 [Debug] SMTP :  newConnection 
[945] Juni 12 01:31:51 [Debug] SMTP :  Open SMTP connection 
[945] Juni 12 01:31:51 [Debug] Messaging :  QMailTransport::Socket::Socket SET PROXY host= "" port= 0 
[945] Juni 12 01:31:51 [Debug] Messaging :  Opening connection -  "<removed>" : 587  TLS 
[945] Juni 12 01:31:51 [Debug] Messaging :  SMTP : connection established 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "220 Welcome to <removed>" 
[945] Juni 12 01:31:51 [Debug] SMTP :  SEND: EHLO [127.0.0.1] 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-<removed> Hello <removed>" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-SIZE 104857600" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-PIPELINING" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-DSN" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-ENHANCEDSTATUSCODES" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-STARTTLS" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-AUTH GSSAPI NTLM" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-8BITMIME" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-BINARYMIME" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250 CHUNKING" 
[945] Juni 12 01:31:51 [Debug] account-service.cpp: 167 onChanged 
[945] Juni 12 01:31:51 [Debug] account-service.cpp: 167 onChanged 
[945] Juni 12 01:31:51 [Debug] account-service.cpp: 167 onChanged 
[945] Juni 12 01:31:51 [Debug] IMAP :  void ImapClient::onAccountsUpdated(const QMailAccountIdList&) "<removed>" 
[945] Juni 12 01:31:51 [Debug] Messaging :  Custom Field: "qmf-smtp-capabilities-listed" = "true" 
[945] Juni 12 01:31:51 [Debug] IMAP :  void ImapClient::onAccountsUpdated(const QMailAccountIdList&) "<removed>" 
[945] Juni 12 01:31:51 [Debug] SMTP :  SEND: STARTTLS 
[945] Juni 12 01:31:51 [Debug] IMAP :  void ImapClient::onAccountsUpdated(const QMailAccountIdList&) "<removed>" 
[945] Juni 12 01:31:51 [Debug] IMAP :  void ImapClient::onAccountsUpdated(const QMailAccountIdList&) "<removed>" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "220 2.0.0 SMTP server ready" 
[945] Juni 12 01:31:51 [Debug] Messaging :  SMTP : Secure connection established 
[945] Juni 12 01:31:51 [Debug] SMTP :  Connected 
[945] Juni 12 01:31:51 [Debug] SMTP :  SEND: EHLO [127.0.0.1] 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-<removed> Hello <removed>" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-SIZE 104857600" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-PIPELINING" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-DSN" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-ENHANCEDSTATUSCODES" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-AUTH GSSAPI NTLM LOGIN" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-8BITMIME" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250-BINARYMIME" 
[945] Juni 12 01:31:51 [Debug] SMTP :  RECV: "250 CHUNKING" 
[945] Juni 12 01:31:51 [Debug] SMTP :  SEND: AUTH PLAIN <removed> 
[945] Juni 12 01:31:57 [Debug] SMTP :  RECV: "504 5.7.4 Unrecognized authentication type" 
[945] Juni 12 01:31:57 [Debug] SMTP :  Closed connection: "504 5.7.4 Unrecognized authentication type
" 
[945] Juni 12 01:31:57 [Debug] Messaging :  Action completed 5789615915011 result failure 
[945] Juni 12 01:32:00 [Debug] IMAP :  "4" SEND a004 LOGOUT 
[945] Juni 12 01:32:00 [Debug] IMAP :  "4" RECV: * BYE Microsoft Exchange Server 2010 IMAP4 server signing off. 
[945] Juni 12 01:32:00 [Debug] IMAP :  "4" RECV: a004 OK LOGOUT completed.
edit retag flag offensive close delete