SMTP Authentifizierung schlägt nach Umstellung auf LL27 SP4 fehl

Hallo,

nach der Umstellung von LL26 SP4 auf LL27 SP4 kann ich keine Mails per SMTP versenden.
Wenn ich die Debug-Logs vergleiche, sieht es für mich so aus, als ob bei LL27 die Authentifizierung fehlschlägt.

Die Login-Daten werden in beiden Fällen identisch übergeben:
Export.Mail.SMTP.LogonName
Export.Mail.SMTP.SecureConnection (“2” TLS)
Export.Mail.SMTP.ServerAddress
Export.Mail.SMTP.ServerPort
Export.Mail.SMTP.ServerUser
Export.Mail.SMTP.ServerPassword
Export.Mail.SMTP.POPBeforeSMTP ( “0”, ‘Nein’)
Export.Mail.SMTP.SenderAddress
Export.Mail.SMTP.SenderName

Der einzige Unterschied in den Logfiles, der mir auffällt ist, dass eine Verbindung zum selben Mailserver aufgebaut wird (‘smtp.goneo.de’, port 587)
aber in der “Socketresponse” ein Unterschied zu sehen ist (hub2 bzw. hub1.)
Bei LL26 finde ich diese Zeile im Log:
[SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-hub2.goneo.de
Bei LL27:
[SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-hub1.goneo.de

Der Fehlercode bei LlPrintEnd lautet: -1012

Die LL27-Version habe ich auf meinem Programmierrechner (Windows 11 Pro nach Deinstallation LL26) und einem frisch aufgesetzten/aktualisiertem Windows 10 Pro-PC getestet.

Die m.E. relevanten Ausschnitte der Logdateien stehen unten.

Hat jemand eine Idee, wo das Problem liegen könnte?

Schon mal vielen Dank,

Ingo

=============================================================

LL26-DEBUG-LOG (funktioniert)
:black_small_square:;1000;31.08.2022 09:28:23.467;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Socket: connecting to ‘smtp.goneo.de’, port 587
:black_small_square:;1000;31.08.2022 09:28:23.498;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Socket: trying IPV4 connect to ‘85.220.143.7:587’
:black_small_square:;1000;31.08.2022 09:28:23.513;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Socket: connect() succeeded
:black_small_square:;1000;31.08.2022 09:28:23.513;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Socket: → connected to ‘85.220.143.7’, service ‘587’
:black_small_square:;1000;31.08.2022 09:28:23.701;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Socket: → (also known as ‘smtp.goneo.de’, service ‘587’)
:black_small_square:;1000;31.08.2022 09:28:23.701;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: NtfyConnectionState(3,1)
:black_small_square:;1000;31.08.2022 09:28:23.701;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[1]‘220 hub2.goneo.de ESMTP Postfix’
(…)
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: >DumpAndVerifyCertificates(smtp.goneo.de)
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: client context is valid
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: >DisplayCertChain()
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Server subject: ‘CN=*.goneo.de’
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Server issuer: ‘C=US, O=DigiCert Inc, CN=RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1’
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: CA subject: ‘C=US, O=DigiCert Inc, CN=RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1’
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: CA issuer: ‘C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA’
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <DisplayCertChain()
:black_small_square:;1000;31.08.2022 09:28:23.795;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: >VerifyServerCertificate(smtp.goneo.de)
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Certificate verification succeeded
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <VerifyServerCertificate(…)
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <DumpAndVerifyCertificates(…)
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: ->‘EHLO automatkothke.de
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: >clsSSPI::Send(01907180, 23)
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: ->52 bytes: 17 03 03 00 2F 00 00 00 00 00 00 00 01 8…11 DB 72 74 DA 27 15
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <clsSSPI::Send(…) → 52
:black_small_square:;1000;31.08.2022 09:28:23.810;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: >clsSSPI::Receive(): 0 bytes available in cache
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-177 bytes: 17 03 03 00 AC D6 99 BA DA 8B 5A 7B 3E 3…DD 60 37 CF F5 AA 0B
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: Receive(): 148 bytes are now available in cache
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <clsSSPI::Receive(…) → 148
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[1]‘250-hub2.goneo.de
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[2]‘250-PIPELINING’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[3]‘250-SIZE 51200000’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[4]‘250-ETRN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[5]‘250-AUTH PLAIN LOGIN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[6]‘250-ENHANCEDSTATUSCODES’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[7]‘250-8BITMIME’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[8]‘250-DSN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: <-[9]‘250 CHUNKING’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-hub2.goneo.de
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-PIPELINING’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-SIZE 51200000’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-ETRN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-AUTH PLAIN LOGIN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-ENHANCEDSTATUSCODES’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-8BITMIME’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-DSN’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250 CHUNKING’
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx matches, code=250
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: response is in allowed list → OK
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: NtfyConnectionState(4,0)
:black_small_square:;1000;31.08.2022 09:28:23.826;1;LL.Mail;1EAC;100:2=CMLS26​:diamonds:101:1=0; [SendMail] MX32: ->‘AUTH LOGIN’

LL27-DEBUG-LOG (Authentification Error)
:black_small_square:;1000;30.08.2022 18:00:30.797;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Socket: connecting to ‘smtp.goneo.de’, port 587
:black_small_square:;1000;30.08.2022 18:00:30.803;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Socket: trying IPV4 connect to ‘85.220.143.7:587’
:black_small_square:;1000;30.08.2022 18:00:30.821;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Socket: connect() succeeded
:black_small_square:;1000;30.08.2022 18:00:30.821;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Socket: → connected to ‘85.220.143.7’, service ‘587’
:black_small_square:;1000;30.08.2022 18:00:35.365;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Socket: → (also known as ‘smtp.goneo.de’, service ‘587’)
:black_small_square:;1000;30.08.2022 18:00:35.365;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: NtfyConnectionState(3,1)
:black_small_square:;1000;30.08.2022 18:00:35.365;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[1]‘220 hub1.goneo.de ESMTP Postfix’
(…)
:black_small_square:;1000;30.08.2022 18:00:35.440;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: >DumpAndVerifyCertificates(smtp.goneo.de)
:black_small_square:;1000;30.08.2022 18:00:35.440;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: client context is valid
:black_small_square:;1000;30.08.2022 18:00:35.440;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;30.08.2022 18:00:35.440;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: >DisplayCertChain()
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Server subject: ‘CN=*.goneo.de’
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Server issuer: ‘C=US, O=DigiCert Inc, CN=RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1’
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: CA subject: ‘C=US, O=DigiCert Inc, CN=RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1’
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: CA issuer: ‘C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA’
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <DisplayCertChain()
:black_small_square:;1000;30.08.2022 18:00:35.442;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: >VerifyServerCertificate(smtp.goneo.de)
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Certificate verification succeeded
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <VerifyServerCertificate(…)
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <DumpAndVerifyCertificates(…)
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: ->‘EHLO automatkothke.de
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: >clsSSPI::Send(09C85EA0, 23)
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: ->52 bytes: 17 03 03 00 2F 00 00 00 00 00 00 00 01 F…3C E5 B8 4F 22 1E 6D
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <clsSSPI::Send(…) → 52
:black_small_square:;1000;30.08.2022 18:00:35.445;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: >clsSSPI::Receive(): 0 bytes available in cache
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-177 bytes: 17 03 03 00 AC 90 68 2B 8A 95 E0 BD 86 F…A5 0F 76 EC 5E 6E 9E
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: =clsSSPI::Status SEC_E_OK
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: Receive(): 148 bytes are now available in cache
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <clsSSPI::Receive(…) → 148
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[1]‘250-hub1.goneo.de
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[2]‘250-PIPELINING’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[3]‘250-SIZE 51200000’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[4]‘250-ETRN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[5]‘250-AUTH PLAIN LOGIN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[6]‘250-ENHANCEDSTATUSCODES’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[7]‘250-8BITMIME’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[8]‘250-DSN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: <-[9]‘250 CHUNKING’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-hub1.goneo.de
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-PIPELINING’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-SIZE 51200000’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-ETRN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-AUTH PLAIN LOGIN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-ENHANCEDSTATUSCODES’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-8BITMIME’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250-DSN’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx does not match
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: test ‘250 CHUNKING’
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: RegEx matches, code=250
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: clsSMTPSocket::SocketIsResponseComplete: response is in allowed list → OK
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: NtfyConnectionState(4,0)
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: EXCEPTION(authentication failed: 250-PIPELINING, 250-SIZE 51200000, 250-ETRN, 250-AUTH PLAIN LOGIN, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250-DSN, 250 CHUNKING)
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: NtfyConnectionState(3,0)
:black_small_square:;1000;30.08.2022 18:00:35.462;1;LL.Mail;474C;100:2=CMLS27​:diamonds:101:1=0; [SendMail] MX32: ->‘RSET’

Guten Tag Herr Kothke,

vielen Dank für den Beitrag und die Details aus dem Log.

Die genannte Auffälligkeit in Bezug auf den anderen Hub wird vermutlich nicht die Ursache sein, da dies vom verwendeten Mail-Provider automatisch zugeordnet wird. Die weitere Kommunikation erfolgt korrekterweise auch über diesen Hub und sollte daher auch funktionieren.

Damit wir Ihnen nun aber weiter unter die Arme greifen können würden wir Sie bitte über das Supportportal einen Case dazu zu eröffnen. Dann können wir einmal das gesamte Logfile austauschen und Ihnen direkt eine Vorabversion zur weiteren Qualifizierung des Verhaltens zur Verfügung stellen.

Vielen Dank,
Daniel Stein