Switch to virtual domains/aliases/mailboxes #530

Merged
raucao merged 1 commits from feature/email_virtual_domains into feature/email 2023-12-13 12:06:44 +00:00
Owner
  • Switch the whole email setup to virtual domains, aliases, and mailboxes
    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.
  • Move mailboxes to /var/vmail
    Dedicated to virtual accounts vs system accounts
  • Change LDAP attributes and usage
    mailRoutingAddress and mailForwardingAddress already exist in 389ds default schemas and are indexed/searchable. We only add a forwarding address when necessary now, instead of duplicate values in mailacceptinggeneralid and maildrop when not forwarded. We also don't need mailhome anymore.
  • Fix dovecot default folder creation/mapping
    Was declared in 10-mail.conf, but overwritten partially in 15-mailboxes.conf.
* Switch the whole email setup to virtual domains, aliases, and mailboxes 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. * Move mailboxes to `/var/vmail` Dedicated to virtual accounts vs system accounts * Change LDAP attributes and usage `mailRoutingAddress` and `mailForwardingAddress` already exist in 389ds default schemas and are indexed/searchable. We only add a forwarding address when necessary now, instead of duplicate values in `mailacceptinggeneralid` and `maildrop` when not forwarded. We also don't need `mailhome` anymore. * Fix dovecot default folder creation/mapping Was declared in `10-mail.conf`, but overwritten partially in `15-mailboxes.conf`.
raucao added 1 commit 2023-12-13 12:05:12 +00:00
raucao force-pushed feature/email_virtual_domains from a70f5f9507 to 69af908f6b 2023-12-13 12:05:43 +00:00 Compare
raucao merged commit f4d1009473 into feature/email 2023-12-13 12:06:44 +00:00
raucao deleted branch feature/email_virtual_domains 2023-12-13 12:06:45 +00:00
Sign in to join this conversation.
No description provided.