[Bug/Gemini] SMTP Connections to smtp.strato.de don't work
On my Gemini (official SFOS X) SMTP connections to strato.de don't work. Jolla C / Jolla Tablet don't have this problem. I readed the accounts serveral times (with reboot between delete/add). IMAP with the same username/passwort works with no problem. Other accounts - for example GMX - working without a problem on the gemini.
Example messageserver log:
[1131] März 25 19:56:34 [Debug] SMTP : newConnection
[1131] März 25 19:56:34 [Debug] SMTP : Open SMTP connection
[1131] März 25 19:56:34 [Debug] Messaging : QMailTransport::Socket::Socket SET PROXY host= "" port= 0
[1131] März 25 19:56:34 [Debug] Messaging : Opening connection - "smtp.strato.de" : 465 SSL
[1131] März 25 19:56:34 [Debug] Messaging : SMTP : connection established
[1131] März 25 19:56:34 [Debug] Messaging : SMTP : Secure connection established
[1131] März 25 19:56:34 [Debug] SMTP : Connected
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "220 smtp.strato.de ESMTP RZmta (P5 -)"
[1131] März 25 19:56:34 [Debug] SMTP : SEND: EHLO [fe80::7f1c:9e91:8e04:70b2%ifb0]
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-smtp.strato.de greets 2003:da:3712:d300:175d:f6f6:241:7576"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-ENHANCEDSTATUSCODES"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-PIPELINING"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-8BITMIME"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-DELIVERBY"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-SIZE 104857600"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-REQUIRETLS"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-BURL imap"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250-CHUNKING"
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "250 HELP"
[1131] März 25 19:56:34 [Debug] SMTP : SEND: AUTH CRAM-MD5
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "334 PDYyMjFhNWMxMjgwMTM5ODE2OWQ0MTc4NGQyQHNtdHAuc3RyYXRvLmRlPg=="
[1131] März 25 19:56:34 [Debug] SMTP : SEND: <login hidden>
[1131] März 25 19:56:34 [Debug] SMTP : RECV: "501 5.0.0 Invalid HELO domain name"
[1131] März 25 19:56:34 [Debug] Messaging : void SSOSessionManager::recreateSsoIdentity() Recreating SSO identity using auth method "password"
[1131] März 25 19:56:34 [Debug] connection-manager.cpp 107 setupSocketConnection p2p error: QDBusError("org.freedesktop.DBus.Error.FileNotFound", "Failed to connect to socket /run/user/100000/signond/socket: Datei oder Verzeichnis nicht gefunden") 1
[1131] März 25 19:56:34 [Debug] connection-manager.cpp 148 init Peer connection unavailable, activating service
[1131] März 25 19:56:34 [Debug] authsessionimpl.cpp 94 initInterface
[1131] März 25 19:56:35 [Debug] connection-manager.cpp 165 init Connected to "libsignon-qt3"
[1131] März 25 19:56:35 [Debug] SMTP : Got SSO response
[1131] März 25 19:56:35 [Debug] SMTP : SEND: AUTH CRAM-MD5
[1131] März 25 19:56:35 [Debug] SMTP : RECV: "503 5.5.0 Already authenticated"
[1131] März 25 19:56:35 [Debug] Messaging : void SSOSessionManager::credentialsNeedUpdate() Setting credentials need update for the service "smtp" from account 42 using authentication method "password"
[1131] März 25 19:56:35 [Debug] SMTP : Closed connection: "503 5.5.0 Already authenticated\r\n"
[1131] März 25 19:56:35 [Debug] Messaging : Action completed 10488310136833 result failure
Does somebody have an idea? :(
Bart S ( 2019-03-26 15:35:07 +0200 )edit<login hidden>
do you happen to supply only a login name or also a domain\login name. It looks like the HELO response is quite late for the EHLO message.