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

Fix wildcard relay rule #144

Merged
merged 4 commits into from
Nov 25, 2024
Merged

Fix wildcard relay rule #144

merged 4 commits into from
Nov 25, 2024

Conversation

DavidePrincipi
Copy link
Member

@DavidePrincipi DavidePrincipi commented Nov 22, 2024

According to Postfix's behavior and documented by sender_dependent_relayhost_maps we can implement rule priority in this 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

We must adjust our implementation and documentation accordingly.

TODO:

Refs NethServer/dev#7069

According to Postfix's behavior, we can implement rule priority in this
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
@DavidePrincipi DavidePrincipi self-assigned this Nov 22, 2024
@DavidePrincipi DavidePrincipi marked this pull request as ready for review November 25, 2024 10:35
@DavidePrincipi DavidePrincipi merged commit 7bbd14f into main Nov 25, 2024
4 checks passed
@DavidePrincipi DavidePrincipi deleted the bug-7069-2 branch November 25, 2024 16:14
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

Successfully merging this pull request may close these issues.

2 participants