docs: document alias-address domain flag and priority rules - #260
Merged
Conversation
Add coverage for the new "Add alias addresses from user domain" domain flag (NethServer/dev#7545), which exposes a user's LDAP mail attribute as an additional address, and explain how it and the existing user/group flags rank against explicit Addresses page entries when the same value is defined more than once. Assisted-by: Claude:claude-sonnet-5
Move the per-user "<username>@<domain>" address note under a new "User mailbox" subsection and tie it to the "Add user addresses from user domain" flag it actually depends on, and clarify that a new public mailbox gets a wildcard address, not a per-domain one. Assisted-by: Claude:claude-sonnet-5
Italian translation of 7a44744, covering the new "Add alias addresses from user domain" domain flag (NethServer/dev#7545) and the Addresses page priority rules. Assisted-by: Claude:claude-sonnet-5
Italian translation of 80ee72b: move the personal mailbox address note under a "Casella di posta utente" subsection tied to the "Add user addresses from user domain" flag, and clarify that a new public mailbox gets a wildcard address. Assisted-by: Claude:claude-sonnet-5
Contributor
|
The *internal* check runs as a smtpd_relay_restrictions lookup against the raw recipient address, before virtual_alias_maps resolves it to actual destinations. It is therefore independent of the delivery priority order, not tied to whichever entry wins delivery. Assisted-by: Claude:claude-sonnet-5
Italian translation of the previous commit. Assisted-by: Claude:claude-sonnet-5
gsanchietti
approved these changes
Sep 9, 2026
lucagasparini
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add alias addresses from user domaindomain flag, which exposes a user's LDAPmailattribute as an additional address (Import LDAP mail attribute as user alias address dev#7545, implemented in feat: expand LDAP mail attribute as virtual alias ns8-mail#296 and fix(ui): show addalias entries alongside domain aliases ns8-mail#299).<username>@<domain>address depends on theAdd user addresses from user domainflag, and that a new public mailbox gets a wildcard address.NethServer/dev#7545
Test plan
docs/administrator-manual/applications/mail.mdand its Italian translation