diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 13:41:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 13:41:42 -0300 |
commit | 9cfb03fef5af5d2a75334e527b088f9713a87b3f (patch) | |
tree | 3410aaf95393e2412c0b8d4f976c077bc141c87b | |
parent | 777d2cef1c466924f6fc40640932ef74b76276f0 (diff) | |
download | puppet-postfix-9cfb03fef5af5d2a75334e527b088f9713a87b3f.tar.gz puppet-postfix-9cfb03fef5af5d2a75334e527b088f9713a87b3f.tar.bz2 |
Adding sympa transports
-rw-r--r-- | templates/master.cf.debian-etch.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/master.cf.debian-etch.erb b/templates/master.cf.debian-etch.erb index d8e02d8..e6bc4ec 100644 --- a/templates/master.cf.debian-etch.erb +++ b/templates/master.cf.debian-etch.erb @@ -102,3 +102,9 @@ dovecot unix - n n - - pipe schleuder unix - n n - - pipe flags=DRhu user=schleuder argv=/usr/bin/schleuder ${user} <% end %> +<% if postfix_use_sympa == 'yes' %> +sympa unix - n n - - pipe + flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient} +sympabounce unix - n n - - pipe + flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${user} +<% end %> |