| Summary: | Sending Failed. hostname missing in EHLO command | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Gerhard Gappmeier <gerhard.gappmeier> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
KMail error message
Wireshark record of SMTP problem config1 config2 |
||
|
Description
Gerhard Gappmeier
2010-03-07 17:06:50 UTC
Created attachment 41411 [details]
KMail error message
Created attachment 41412 [details]
Wireshark record of SMTP problem
Created attachment 41413 [details]
config1
Created attachment 41414 [details]
config2
I could clarify that problem in IRC #kontact. The problem was caused by an underscore in the hostname which is in illegal hostname character. Before it worked anyway, but a change in Qt has made hostname parsing more restrictive and this seems to lead to the problem described above (Kmail sends an EHLO without hostname). Possible workarounds/solutions: 1.) Change your hostname to contain only valid characters. 2.) Override your hostname in KMail SMTP settings with a fake hostname that contains only valid characters. |