summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-25 15:09:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-25 15:09:32 -0300
commit62c8a5b159e2ae3402880196780bfc466cb26137 (patch)
tree38458f44b7b5332d488911e47b52d50074b4797f /templates
parent306fd0f909cef9b82292788f91bd7d7d2cc773c6 (diff)
downloadpuppet-mail-62c8a5b159e2ae3402880196780bfc466cb26137.tar.gz
puppet-mail-62c8a5b159e2ae3402880196780bfc466cb26137.tar.bz2
Managing sympa and postfix integration
Diffstat (limited to 'templates')
-rw-r--r--templates/postfix/transport_regexp.erb2
-rw-r--r--templates/postfix/virtual_regexp.erb1
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/postfix/transport_regexp.erb b/templates/postfix/transport_regexp.erb
new file mode 100644
index 0000000..a7885f7
--- /dev/null
+++ b/templates/postfix/transport_regexp.erb
@@ -0,0 +1,2 @@
+/^.*+owner\@<%= sympa_subdomain.gsub(/\./, '\.') %>\.(.*)$/ sympabounce:
+/^.*\@<%= sympa_subdomain.gsub(/\./, '\.') %>\.(.*)$/ sympa:
diff --git a/templates/postfix/virtual_regexp.erb b/templates/postfix/virtual_regexp.erb
new file mode 100644
index 0000000..b1c1245
--- /dev/null
+++ b/templates/postfix/virtual_regexp.erb
@@ -0,0 +1 @@
+/^(.*)-owner\@<%= sympa_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+owner@$2