Summary: | "Syntactically invalid EHLO argument(s)" for SMTP server on localhost | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | David Baron <d_baron> |
Component: | sending | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.52 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Baron
2008-07-08 17:21:40 UTC
Could you attach a copy of the used EHLO string? You can get this by taking a trace of the ip traffic when trying to send the message, or if you hav access to the server it might have it its log. You could also activate kio_smtp in kdebugdialog, then you'll get the traffic on the console. We have problems determining the correct hostname for localhost, that is not easily possible with Qt. FYI, for me it sends: C: >> EHLO pc1.localnet << Try setting a fake hostname (either 127.0.0.1 or your real IP, or hostname if you have one) in the SMTP configuration, maybe that'll help (I can't think of another reason why the mail would be rejected). BTW, if this turns out to be the fault of the hostname, this would be a duplicate of bug 34421. On Wednesday 09 July 2008 15:17:53 Thomas McGuire wrote: [bugs.kde.org quoted mail] I entered a valid host name (the system-wide default is not) and succeeded in sending mail. So go ahead and mark as duplicate 34421 |