postfix: add monit integration

This commit is contained in:
Rico 2022-01-04 13:15:54 +01:00
parent 917d2b9a2c
commit 201487549e
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 12 additions and 0 deletions

View File

@ -4,4 +4,16 @@ defaults = {
'postfix': {},
},
},
'monit': {
'services': {
'postfix': {
'bin': '/usr/lib/postfix/sbin/master',
'ports': {
'25': {
'protocol': 'smtp',
},
},
},
},
},
}