Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP errors not reported "properly" #248

Open
redbullpeter opened this issue Nov 7, 2024 · 0 comments
Open

SMTP errors not reported "properly" #248

redbullpeter opened this issue Nov 7, 2024 · 0 comments

Comments

@redbullpeter
Copy link

Version: 2.2.81

SMTP errors are not reported as reported by the SMTP host which makes it difficult to debug issues. For example when there is a 4.7.1 error this is the reported "Server Response":
{
"code": 422,
"message": "SMTP Error: data not accepted.",
"errors": [
"SMTP Error: data not accepted."
]
}

However at the server end the error is:

milter-reject: END-OF-MESSAGE from unknown[xxx.xxx.xxx.xxx]: 4.7.1 Service unavailable - try again later;

The error code is always 422 and the messages are not the actual error. The information provided here should be the actual server response or the full transcript of the SMTP exchange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant