Update postfix deployment

This commit is contained in:
Adrien Reslinger 2025-04-19 10:26:22 +02:00
parent 90ba5f6642
commit 6645ccac13
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 11 additions and 3 deletions

View file

@ -159,3 +159,7 @@ postlog unix-dgram n - n - 1 postlogd
#mailman unix - n n - - pipe
# flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
# ${nexthop} ${user}
{% if postfix_mydestination is defined %}
policyd-spf unix - n n - - spawn
user=nobody argv=/usr/libexec/postfix/policyd-spf
{% endif %}