bundles/postfix: add submission_header_cleanup file

This commit is contained in:
Franzi 2020-11-10 20:34:27 +01:00
parent 8180769120
commit 9dd7589f12
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,2 @@
/^Received:/ IGNORE
/^X-Originating-IP:/ IGNORE

View file

@ -26,6 +26,11 @@ files = {
'svc_systemd:postfix:restart',
},
},
'/etc/postfix/submission_header_cleanup': {
'triggers': {
'svc_systemd:postfix:restart',
},
},
'/usr/local/share/icinga/plugins/check_postfix_queue': {
'mode': '0755',
},