1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00

Updated EMail (markdown)

This commit is contained in:
Mic92 2016-02-17 15:46:07 +00:00
parent b76d9be3a1
commit 0006ca391f

View File

@ -8,6 +8,21 @@ Running email in dn42 is not very complicated. Your SMTP daemon probably alread
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.
## Test email
Send an email to `test@evenet.dn42` to check if your mail setup is correct. This host will reply using the following
sieve filter:
```
require ["regex", "variables", "vacation-seconds"];
if header :contains "To" ["test@evenet.dn42"] {
if header :matches "Subject" "*" {
set "subject_was" ": ${1}";
}
vacation :addresses ["test@evenet.dn42"] :seconds 60 :subject "Re: ${subject_was}" "Your dn42 email setup works!";
}
```
####Example####
| Handle | Alias | Redirection |