aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/templates/sympa_aliases
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/templates/sympa_aliases')
-rw-r--r--modules/postfix/templates/sympa_aliases5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/postfix/templates/sympa_aliases b/modules/postfix/templates/sympa_aliases
new file mode 100644
index 00000000..14d01daf
--- /dev/null
+++ b/modules/postfix/templates/sympa_aliases
@@ -0,0 +1,5 @@
+# everything is handled with transports in postfix,
+# but according to http://www.sympa.org/faq/postfix, we also need this one
+<% escaped_domain = ( 'ml.' + domain ).sub('.','\.') %>
+/^(.*)-owner\@<%= escaped_domain %>$/ $1+owner@ml.<%= domain %>
+