Adding sympa transports
This commit is contained in:
parent
777d2cef1c
commit
9cfb03fef5
1 changed files with 6 additions and 0 deletions
|
@ -102,3 +102,9 @@ dovecot unix - n n - - pipe
|
||||||
schleuder unix - n n - - pipe
|
schleuder unix - n n - - pipe
|
||||||
flags=DRhu user=schleuder argv=/usr/bin/schleuder ${user}
|
flags=DRhu user=schleuder argv=/usr/bin/schleuder ${user}
|
||||||
<% end %>
|
<% 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 %>
|
||||||
|
|
Loading…
Reference in a new issue