34 • Domain features |
34 • Domain features |
35 |
35 |
36 ‣ configurable transport_ setting per domain |
36 ‣ configurable transport_ setting per domain |
37 ‣ unique group identifier (GID) per domain |
37 ‣ unique group identifier (GID) per domain |
38 ‣ each domain may have one or more alias domain names |
38 ‣ each domain may have one or more alias domain names |
39 ‣ activate or deactivate services (SMTP, POP, IMAP and ManageSieve) for new |
39 ‣ activate or deactivate services (SMTP, POP3, IMAP and ManageSieve) for new |
40 or all accounts of a domain |
40 or all accounts of a domain |
41 ‣ configurable quota limits (size and/or number of messages) for the |
41 ‣ configurable quota limits (size and/or number of messages) for the |
42 domain's accounts |
42 domain's accounts |
43 ‣ supports relocated_ users |
43 ‣ supports relocated_ users |
44 ‣ the postmaster account can be created automatically when a new domain is |
44 ‣ the postmaster account can be created automatically when a new domain is |
50 ‣ alias domain names can be switched between domains |
50 ‣ alias domain names can be switched between domains |
51 |
51 |
52 • Account features |
52 • Account features |
53 |
53 |
54 ‣ configurable transport per account |
54 ‣ configurable transport per account |
55 ‣ activate or deactivate one/more/all services (SMTP, POP, IMAP and |
55 ‣ activate or deactivate one/more/all services (SMTP, POP3, IMAP and |
56 ManageSieve) per account |
56 ManageSieve) per account |
57 ‣ configurable quota limit (size and/or number of messages) per user |
57 ‣ configurable quota limit (size and/or number of messages) per user |
58 ‣ per-account configuration overrides defaults defined by the domain, |
58 ‣ per-account configuration overrides defaults defined by the domain, |
59 otherwise the setting is inherited |
59 otherwise the setting is inherited |
60 ‣ unique user identifier (UID) per user |
60 ‣ unique user identifier (UID) per user |
61 |
61 |
62 • Alias features |
62 • Alias features |
63 |
63 |
64 ‣ supports multiple destinations per e-mail alias |
64 ‣ supports multiple destinations per e-mail alias |
65 ‣ destinations can be deleted separately |
65 ‣ destinations can be deleted separately |
66 ‣ destinations can be interpolated using the original address' localpart |
66 ‣ destinations can be interpolated using the original address' local-part |
67 and domain, allowing aliases to have different meaning in aliasdomains, |
67 and domain, allowing aliases to have different meaning in alias domains, |
68 e.g. with the following defined in example.org:: |
68 e.g. with the following defined in example.org:: |
69 |
69 |
70 postmaster@example.org → postmaster+%d@admin.example.org |
70 postmaster@example.org → postmaster+%d@admin.example.org |
71 |
71 |
72 If example.com is an aliasdomain of example.org, the alias will become:: |
72 If example.com is an alias domain of example.org, the alias will become:: |
73 |
73 |
74 postmaster@example.org → postmaster+example.org@admin.example.org |
74 postmaster@example.org → postmaster+example.org@admin.example.org |
75 postmaster@example.com → postmaster+example.com@admin.example.org |
75 postmaster@example.com → postmaster+example.com@admin.example.org |
76 |
76 |
77 Installation Prerequisites |
77 Installation Prerequisites |