Adding sympa transports

This commit is contained in:
Silvio Rhatto 2010-08-24 13:41:42 -03:00
parent 777d2cef1c
commit 9cfb03fef5

View file

@ -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 %>