2022-01-03 12:44:59 +00:00
|
|
|
defaults = {
|
|
|
|
'apt': {
|
|
|
|
'packages': {
|
|
|
|
'postfix': {},
|
|
|
|
},
|
|
|
|
},
|
2022-01-04 12:15:54 +00:00
|
|
|
'monit': {
|
|
|
|
'services': {
|
|
|
|
'postfix': {
|
|
|
|
'bin': '/usr/lib/postfix/sbin/master',
|
|
|
|
'ports': {
|
|
|
|
'25': {
|
|
|
|
'protocol': 'smtp',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2022-01-03 12:44:59 +00:00
|
|
|
}
|