bundlewrap/bundles/postfix/metadata.py
2022-09-09 19:50:42 +02:00

34 lines
610 B
Python

defaults = {
'apt': {
'packages': {
'postfix': {},
'postfix-pgsql': {},
'acl': {}, #setfacl
}
},
'backup': {
'paths': {
'/var/vmail',
},
},
'grafana_rows': {
'postfix_queue',
},
'letsencrypt': {
'reload_after': {
'postfix',
},
},
'nftables': {
'input': {
'tcp dport {25, 465, 587} accept',
},
},
'telegraf': {
'config': {
'inputs': {
'postfix': [{}],
},
},
},
}