bundles/postfix: add submission_header_cleanup file
This commit is contained in:
parent
8180769120
commit
9dd7589f12
2 changed files with 7 additions and 0 deletions
2
bundles/postfix/files/submission_header_cleanup
Normal file
2
bundles/postfix/files/submission_header_cleanup
Normal file
|
@ -0,0 +1,2 @@
|
|||
/^Received:/ IGNORE
|
||||
/^X-Originating-IP:/ IGNORE
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue