GNOME Bugzilla – Bug 248873
SMTP errors misreported.
Last modified: 2006-05-12 19:42:06 UTC
When attempting to send a mail via a server which isn't configured to allow relaying, it says so... received: 550 relay not permitted Evolution doesn't see fit to give me this information. It brings up a dialog box inventing a bogus reason instead... 'Requested action not taken: mailbox unavailable' I get a similarly bizarre and incorrect error report after the SMTP exchange sending : EHLO 2002:c1ed:8229::1 received: 501 Syntactically invalid EHLO argument(s) ... upon asking evo to test an outgoing server for available auth types. This time, evo declares the server 'does not appear to support SSL'.
your server doesn't support ENHANCEDSTATUSCODES, so we default back to sane default error messages as described by the rfc. this is not a bug.
ENHANCEDSTATUSCODES is irrelevant. The server gave a plain text explanation of the error, which Evolution doesn't report. Making up error messages is broken.
this EHLO syntax bug was fixed quite a while ago now and there's another bug open about falling back to the server error messages (even when ENHANCEDSTATUSCODES is not supported by the server). so closing this report.
better smtp error messages bug is bug #341579