diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-06-05 17:10:50 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-06-05 17:10:50 +0200 |
commit | cd581573ff74ace2906056b088420c7dcf35899f (patch) | |
tree | 1a17a7fb88a52fd4e6f7c25a0d05e648e5ae521d | |
parent | 921415b5130c62b205fa2ade9dd078a32e569f97 (diff) |
Add a note regarding noreply aliases.
-rw-r--r-- | e-post/doman.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-post/doman.mdwn b/e-post/doman.mdwn index c01a5f5..41e8b2b 100644 --- a/e-post/doman.mdwn +++ b/e-post/doman.mdwn @@ -75,6 +75,12 @@ On a related note, we encourage domain owners to create aliases for common roles and services such as `root@`, `hostmaster@`, `webmaster@`, etc. See [RFC 2142](https://tools.ietf.org/html/rfc2142) for details. +For [technical reasons](http://www.postfix.org/postconf.5.html#double_bounce_sender), +messages to `double-bounce@` are silently discarded. +Furthermore a virtual domain `discard.fripost.org` is available on the +MX:es, for which all messages are silently discarded. Hence you can +define your own `noreply@` alias by routing it to `noreply@discard.fripost.org`. + ## I want my domain `example.net` to mirror my other domain `example.org`, but only add addresses under the later. What you want is to make `example.net` a *domain alias* and point it |