d480332d80aa9932cfc928338017af28ddb54a7e
howto/EMail.md
| ... | ... | @@ -5,12 +5,17 @@ Running email in dn42 is not very complicated. Your SMTP daemon probably alread |
| 5 | 5 | * configure your mail server if needed |
| 6 | 6 | |
| 7 | 7 | ## Redirect |
| 8 | +~~There are forwarding rules for _PERSON_ @ dn42.org to the mail addresses which have been given in the registry. Please note that the trailing `-DN42` is stripped from the local part.~~ |
|
| 8 | 9 | |
| 9 | -There are forwarding rules for _PERSON_ @ dn42.org to the mail addresses which hav been given in the registry. Please note that the trailing `-DN42` is stripped from the local part. |
|
| 10 | +####Example#### |
|
| 11 | + |
|
| 12 | +| Handle | Alias | Redirection | |
|
| 13 | +|:------------ |:-------------- |:--------------------- | |
|
| 14 | +| `STV0G-DN42` | [email protected] | [email protected]` | |
|
| 10 | 15 | |
| 11 | 16 | ## Test email |
| 12 | 17 | |
| 13 | -Send an email to `[email protected]` to check if your mail setup is correct. This host will reply using the following |
|
| 18 | +~~Send an email to `[email protected]` to check if your mail setup is correct.~~ This host will reply using the following |
|
| 14 | 19 | sieve filter: |
| 15 | 20 | |
| 16 | 21 | ``` |
| ... | ... | @@ -23,12 +28,6 @@ if header :contains "To" ["[email protected]"] { |
| 23 | 28 | } |
| 24 | 29 | ``` |
| 25 | 30 | |
| 26 | -####Example#### |
|
| 27 | - |
|
| 28 | -| Handle | Alias | Redirection | |
|
| 29 | -|:------------ |:-------------- |:--------------------- | |
|
| 30 | -| `STV0G-DN42` | [email protected] | [email protected]` | |
|
| 31 | - |
|
| 32 | 31 | ## Exim tips |
| 33 | 32 | |
| 34 | 33 | ### Sending emails |