diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 20:39:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 20:39:40 -0300 |
commit | f5b8ec2d957259a0c8e9213d4cdea26be4c3d498 (patch) | |
tree | 7e22275ef1649781937c9dfce88ad24bfac9c6d7 /templates/postfix/firma/virtual_regexp.erb | |
parent | ff887b27067ff733091b4488640e8e3b64c0886a (diff) | |
download | puppet-mail-f5b8ec2d957259a0c8e9213d4cdea26be4c3d498.tar.gz puppet-mail-f5b8ec2d957259a0c8e9213d4cdea26be4c3d498.tar.bz2 |
Adding virtual regexp for firma
Diffstat (limited to 'templates/postfix/firma/virtual_regexp.erb')
-rw-r--r-- | templates/postfix/firma/virtual_regexp.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/postfix/firma/virtual_regexp.erb b/templates/postfix/firma/virtual_regexp.erb new file mode 100644 index 0000000..9d7f6b9 --- /dev/null +++ b/templates/postfix/firma/virtual_regexp.erb @@ -0,0 +1 @@ +/^(.*)-request\@<%= firma_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+request@$2 |