Switch to virtual domains/aliases/mailboxes #530
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/email_virtual_domains"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows to easily add other hosted domains on the same mail server domain in the future (i.e. if present in LDAP, we can point the MX records of any domain to
mail.kosmos.org
). It also prevents clashes with local accounts/mail and generally makes for a cleaner setup./var/vmail
Dedicated to virtual accounts vs system accounts
mailRoutingAddress
andmailForwardingAddress
already exist in 389ds default schemas and are indexed/searchable. We only add a forwarding address when necessary now, instead of duplicate values inmailacceptinggeneralid
andmaildrop
when not forwarded. We also don't needmailhome
anymore.Was declared in
10-mail.conf
, but overwritten partially in15-mailboxes.conf
.a70f5f9507
to69af908f6b