mise en place de la signature dkim pour sympa

This commit is contained in:
fab
2026-09-09 09:30:26 +02:00
parent 0089c4f12a
commit ba9e2cad63
3 changed files with 20 additions and 0 deletions
+9
View File
@@ -31,6 +31,15 @@ command=/usr/sbin/rsyslogd -n
stdout_events_enabled=true
stderr_events_enabled=true
[program:opendkim]
startsecs=0
stopwaitsecs=10
autostart=true
autorestart=true
command=/usr/sbin/opendkim -f -x /etc/opendkim/opendkim.conf
stdout_events_enabled=true
stderr_events_enabled=true
[program:postfix]
startsecs=0
stopwaitsecs=55