monit #4
1 changed files with 12 additions and 0 deletions
|
@ -4,4 +4,16 @@ defaults = {
|
||||||
'postfix': {},
|
'postfix': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'monit': {
|
||||||
|
'services': {
|
||||||
|
'postfix': {
|
||||||
|
'bin': '/usr/lib/postfix/sbin/master',
|
||||||
|
'ports': {
|
||||||
|
'25': {
|
||||||
|
'protocol': 'smtp',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
Loading…
Reference in a new issue