From f12db60f358dbf5506e373477c04488a2c269332 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 5 Jun 2015 18:25:09 +0200 Subject: Add a reserved domain 'discard.fripost.org' to discard messages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘noreply@’ aliases can be added by routing them to ‘@discard.fripost.org’. --- roles/MX/files/etc/postfix/virtual/reserved_alias.pcre | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'roles/MX/files') diff --git a/roles/MX/files/etc/postfix/virtual/reserved_alias.pcre b/roles/MX/files/etc/postfix/virtual/reserved_alias.pcre index f1c79c7..9fe60c8 100644 --- a/roles/MX/files/etc/postfix/virtual/reserved_alias.pcre +++ b/roles/MX/files/etc/postfix/virtual/reserved_alias.pcre @@ -1,5 +1,6 @@ -/^(?:postmaster|abuse)(?:\+.*)?@fripost\.org$/ admin@fripost.org +/^(?:postmaster|abuse)(?:\+.*)?@fripost\.org$/ admin@fripost.org # For other domains, RFC 822 section 6.3 and RFC 2142 section 4 # mandatory aliases are forwarded to OUR admin team and to the domain # owner or postmaster, if there are any. -/^(postmaster|abuse)(?:\+.*)?@(.*)/ $2/$1@reserved.fripost.org +/^(postmaster|abuse)(?:\+.*)?@(.*)/ $2/$1@reserved.fripost.org +/^(double-bounce)(?:\+.*)?@(.*)/ $2/$1@discard.fripost.org -- cgit v1.2.3