-
Notifications
You must be signed in to change notification settings - Fork 18
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
SASL authentication failed in Mail relay rules by recipient #7069
Comments
Good evening, I also have this problem, I tried to go to the link but it asks me for an account, how can I see the solution? |
The link to Nethesis team private chat does not give any solution to this bug. For now it only leads to this bug report. You'll see this bug with "testing" label when we have one. |
Fix relay rule credential handling Refs NethServer/dev#7069
Test case
|
Translate-URL: https://hosted.weblate.org/projects/ns8/mail/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/mail/pt_BR/ Translation: NS8/mail Co-authored-by: Davide Principi <[email protected]> Co-authored-by: LibreTranslate <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Refs NethServer/dev#7069
Fix Postfix configuration to implement its builtin rule evaluation order: 1. Recipient rules, by domain or full address 2. Sender rules, by domain or full address 3. Wildcard rule, if none of the above matches Refs NethServer/dev#7069
In testing, 1.4.10-dev.3 Repeat the previous test cases. Ensure the behavior is consistent with the previous comment and NethServer/ns8-docs#128 |
Settings must be copied across different rule types: in case of Default and Recipient settings are shared. This aligns the add-relay-rule action behavior to the correct behavior of alter-relay-rule. Refs NethServer/dev#7069
In testing, 1.4.10-dev.4
|
test cases: VERIFIED |
Clarify behavior of rule updates in mail relay Refs NethServer/dev#7069
The Mail Relay rules page allows defining recipient-based relay rules, where each rule can have its own relay host and credentials settings. When using the same relay host for different recipients, the Postfix SMTP client fails to deliver the message, showing a "SASL authentication failed" error. The message stays in the queue.
Steps to reproduce
Expected behavior
The message is delivered successfully.
Actual behavior
The message remains in the queue with the error "SASL authentication failed."
With increased Postfix verbosity1, similar lines are sent to the log:
Components
See also
Discussion https://mattermost.nethesis.it/nethesis/pl/w9wbrq7p83go5e5ga94oauxsbe
Thanks to @nrauso
Footnotes
POSTFIX_DEBUG=4 reload-config
See https://github.com/NethServer/ns8-mail/tree/main/postfix#environment-variables ↩The text was updated successfully, but these errors were encountered: