diff options
| author | 2024-08-24 19:01:47 +0100 | |
|---|---|---|
| committer | 2024-08-24 19:07:08 +0100 | |
| commit | e8f21d267764c01680ffc50a6113a3c288f38483 (patch) | |
| tree | 49526be49d88b7199f006424b8789ea3c7576687 /ansible/roles/postfix | |
| parent | Explicitly run spamc hooks as debian-spamd (diff) | |
Run spamassassin as debian-spamd instead of spamd
Diffstat (limited to 'ansible/roles/postfix')
| -rw-r--r-- | ansible/roles/postfix/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/postfix/tasks/main.yml b/ansible/roles/postfix/tasks/main.yml index f647c24..b35c924 100644 --- a/ansible/roles/postfix/tasks/main.yml +++ b/ansible/roles/postfix/tasks/main.yml @@ -176,7 +176,7 @@ # spamassassin filtering spamassassin unix - n n - - pipe - user=spamd argv=/usr/bin/spamc -f -e + user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} # authenticated submission cleanup |