bundlewrap/bundles/postfix/metadata.py

19 lines
385 B
Python

defaults = {
'apt': {
'packages': {
'postfix': {},
},
},
'monit': {
'services': {
'postfix': {
'bin': '/usr/lib/postfix/sbin/master',
'ports': {
'25': {
'protocol': 'smtp',
},
},
},
},
},
}