From d351c57e56a7015f930c29db55cbef9c420a9c34 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Fri, 5 Feb 2021 22:40:23 +0100 Subject: [PATCH] fix sympa path --- templates/master.cf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/master.cf.j2 b/templates/master.cf.j2 index 937f07b..5a5f797 100644 --- a/templates/master.cf.j2 +++ b/templates/master.cf.j2 @@ -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 %}