Hi there,
my QMail is confusing mail-clients like Outlook when trying to send mail with SMTP-Authentification.
My Outlook complains "Fehler (0x800CCC80) beim Ausführen der Aufgabe "xxx@yyy.de - Nachrichten werden gesendet": "Vom Server wird keine der von diesem Client unterstützten Authentifizierungsmethoden unterstützt." which means "The server doesn't support any authentication types supported by this client".
I read the SMTP-AUTH-RFC and found that the SMTP-server should answer "250 - AUTH PLAIN LOGIN ..." after the EHLO-command. But my server doesn't give any answer containing AUTH-types. This is the answer when I gave "telnet abc.xyz.net 25" at the command-prompt:
220 abc.xyz.net ESMTP
ehlo testcomputer
250-abc.xyz.net
250-STARTTLS
250-PIPELINING
250 8BITMIME
So right now I can only use POP-before-SMTP which is not supported by many mobile clients.
Any help appreciated.
Thanks, Joerg (info-at-hueddersen.de)
my QMail is confusing mail-clients like Outlook when trying to send mail with SMTP-Authentification.
My Outlook complains "Fehler (0x800CCC80) beim Ausführen der Aufgabe "xxx@yyy.de - Nachrichten werden gesendet": "Vom Server wird keine der von diesem Client unterstützten Authentifizierungsmethoden unterstützt." which means "The server doesn't support any authentication types supported by this client".
I read the SMTP-AUTH-RFC and found that the SMTP-server should answer "250 - AUTH PLAIN LOGIN ..." after the EHLO-command. But my server doesn't give any answer containing AUTH-types. This is the answer when I gave "telnet abc.xyz.net 25" at the command-prompt:
220 abc.xyz.net ESMTP
ehlo testcomputer
250-abc.xyz.net
250-STARTTLS
250-PIPELINING
250 8BITMIME
So right now I can only use POP-before-SMTP which is not supported by many mobile clients.
Any help appreciated.
Thanks, Joerg (info-at-hueddersen.de)