diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 15:09:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-25 15:09:32 -0300 |
commit | 62c8a5b159e2ae3402880196780bfc466cb26137 (patch) | |
tree | 38458f44b7b5332d488911e47b52d50074b4797f /templates/postfix/virtual_regexp.erb | |
parent | 306fd0f909cef9b82292788f91bd7d7d2cc773c6 (diff) | |
download | puppet-mail-62c8a5b159e2ae3402880196780bfc466cb26137.tar.gz puppet-mail-62c8a5b159e2ae3402880196780bfc466cb26137.tar.bz2 |
Managing sympa and postfix integration
Diffstat (limited to 'templates/postfix/virtual_regexp.erb')
-rw-r--r-- | templates/postfix/virtual_regexp.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |