Browse Source

fix sympa path

master
parent
commit
d351c57e56
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/master.cf.j2

+ 2
- 2
templates/master.cf.j2 View File

@@ -137,9 +137,9 @@ mailman unix - n n - - pipe
${nexthop} ${user}
{% if postfix_with_sympa %}
sympa unix - n n - - pipe
flags=hqRu user=sympa argv=/usr/local/sympa/bin/queue ${nexthop}
flags=hqRu user=sympa argv=/opt/sympa/bin/queue ${nexthop}
sympabounce unix - n n - - pipe
flags=hqRu user=sympa argv=/usr/local/sympa/bin/bouncequeue ${nexthop}
flags=hqRu user=sympa argv=/opt/sympa/bin/bouncequeue ${nexthop}
{% endif %}

{% if postfix_check_spf %}


Loading…
Cancel
Save