Rename extraVirtualAliases to aliases and update description

The extra and virtual parts are redundant and Postfix specific and not
at all required. Compare forwards for example.
This commit is contained in:
Martin Weinelt
2026-03-23 00:03:41 +01:00
parent 23364b04e8
commit 31c7607ef4
5 changed files with 18 additions and 19 deletions
+3 -3
View File
@@ -68,9 +68,9 @@ complicate the setup significantly.
- Use of ``homeDirectory``, ``uid``, ``gid`` LDAP attributes (we are
committed to a virtual setup with one vmail user/uid/gid and UUID based home
directories)
- Declarative aliases through :option:`mailserver.extraVirtualAliases`. These
are limited to local accounts, because Postfix enforces sender ownership based
on login identity and does not consult virtual aliases for authorization.
- Declarative aliases through :option:`mailserver.aliases`. These are limited
to local accounts, because Postfix enforces sender ownership based on login
identity and does not consult virtual aliases for authorization.
Enabling LDAP support
~~~~~~~~~~~~~~~~~~~~~