equal
deleted
inserted
replaced
61 |
61 |
62 ‣ supports multiple destinations per e-mail alias |
62 ‣ supports multiple destinations per e-mail alias |
63 ‣ destinations can be deleted separately |
63 ‣ destinations can be deleted separately |
64 ‣ destinations can be interpolated using the original address' localpart |
64 ‣ destinations can be interpolated using the original address' localpart |
65 and domain, allowing aliases to have different meaning in aliasdomains, |
65 and domain, allowing aliases to have different meaning in aliasdomains, |
66 e.g. with the following defined in example.org: |
66 e.g. with the following defined in example.org:: |
|
67 |
67 postmaster@example.org → postmaster+%d@admin.example.org |
68 postmaster@example.org → postmaster+%d@admin.example.org |
68 If example.com is an aliasdomain of example.org, the alias will become |
69 |
|
70 If example.com is an aliasdomain of example.org, the alias will become:: |
|
71 |
69 postmaster@example.org → postmaster+example.org@admin.example.org |
72 postmaster@example.org → postmaster+example.org@admin.example.org |
70 postmaster@example.com → postmaster+example.com@admin.example.org |
73 postmaster@example.com → postmaster+example.com@admin.example.org |
71 |
74 |
72 Installation Prerequisites |
75 Installation Prerequisites |
73 ========================== |
76 ========================== |