[Akonadi] [Bug 387926] Release version 17.12: Sending a mail with SMTP fails with: org.kde.pim.ksmtp: Socket error: 1
kzi
bugzilla_noreply at kde.org
Fri Dec 22 21:23:01 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=387926
--- Comment #31 from kzi <kde at snafu.de> ---
(In reply to Fabian Vogt from comment #30)
> ksmtp sends the server's hostname instead of the local hostname by accident
> with the "EHLO" command. The mail.snafu.de server rejects that immediately,
> but example.com works.
>
> Please try this workaround to confirm: In the account configuration dialog,
> in the "advanced" tab, enter "example.com" as "Send custom hostname to
> server".
Indeed, that works around my issue. After your hint I learned:
> telnet mail.snafu.de 587
EHLO foo.bar
250-... (ok)
EHLO mail.snafu.de
550 EHLO/HELO not allowed by local policy.
Connection closed by foreign host.
So seemingly /every/ EHLO domain parameter but the server host is accepted!
Thank you so much for this offtopic help!
> Please open a new bug report for that.
I will, now that I have a clue. ;)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list