19 lines
No EOL
385 B
Python
19 lines
No EOL
385 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'postfix': {},
|
|
},
|
|
},
|
|
'monit': {
|
|
'services': {
|
|
'postfix': {
|
|
'bin': '/usr/lib/postfix/sbin/master',
|
|
'ports': {
|
|
'25': {
|
|
'protocol': 'smtp',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
} |