diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:33:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-11 21:33:58 -0300 |
commit | 305f4e0948b089a5405100acf7e35f599de28f0c (patch) | |
tree | 328e152f3a14bea02951a5f8ef56db6338de5c51 /templates/postfix | |
parent | 95bb0df356b27ac9eebd2dab7c12ea34281eb814 (diff) | |
download | puppet-mail-305f4e0948b089a5405100acf7e35f599de28f0c.tar.gz puppet-mail-305f4e0948b089a5405100acf7e35f599de28f0c.tar.bz2 |
Updating firma revision and fixing virtual regexp
Diffstat (limited to 'templates/postfix')
-rw-r--r-- | templates/postfix/firma/virtual_regexp.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postfix/firma/virtual_regexp.erb b/templates/postfix/firma/virtual_regexp.erb index f938a3f..7ba1b16 100644 --- a/templates/postfix/firma/virtual_regexp.erb +++ b/templates/postfix/firma/virtual_regexp.erb @@ -1 +1 @@ -/^(.*)-request\@<%= firma_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+request@<%= firma_subdomain %>$2 +/^(.*)-request\@<%= firma_subdomain.gsub(/\./, '\.') %>\.(.*)$/ $1+request@<%= firma_subdomain %>.$2 |