Quellcode durchsuchen

fix sympa path

master
Ursprung
Commit
d351c57e56
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      templates/master.cf.j2

+ 2
- 2
templates/master.cf.j2 Datei anzeigen

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


Laden…
Abbrechen
Speichern