We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When all remote MXes reject the transaction with 5XX (e.g. due to a missing PTR record), the bounce reason is recorded as "Failure to reach any MX".
The primary point of attack would probably be https://github.com/cmail-mta/cmail/blob/master/cmail-dispatchd/smtp.c#L218
This should be changed to record the SMTP response if one was present.
The text was updated successfully, but these errors were encountered:
cbdevnet
No branches or pull requests
When all remote MXes reject the transaction with 5XX (e.g. due to a missing PTR record), the bounce reason is recorded as "Failure to reach any MX".
The primary point of attack would probably be https://github.com/cmail-mta/cmail/blob/master/cmail-dispatchd/smtp.c#L218
This should be changed to record the SMTP response if one was present.
The text was updated successfully, but these errors were encountered: