From e24fb4cad386dcc0514e0fd5b96d2b0a7e7d6082 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 14 May 2025 11:18:56 +0200 Subject: [PATCH] install_postfix_advanced.sh: fix error in creating master.cf (+policy-spf). --- install_postfix_advanced.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 8e6895f..ff2be97 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -3826,7 +3826,7 @@ EOF if ! $(grep -iq -E "^policyd-spf\s+" "$postfix_master_cf" 2> /dev/null) ; then cat <> $postfix_master_cf -policyd-spf unix - n n - 0 spawn +policy-spf unix - n n - 0 spawn user=policyd-spf argv=/usr/bin/policyd-spf EOF fi