bundles/postfix: add alias database
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-09 10:52:24 +01:00
parent d39cb5bd82
commit 3ff5d8a7dd
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 26 additions and 0 deletions

View file

@ -19,6 +19,13 @@ defaults = {
'cron': {
'clamav-unofficial-sigs': f'{node.magic_number%60} */4 * * * clamav /usr/sbin/clamav-unofficial-sigs >/dev/null 2>&1',
},
'postfix': {
'aliases': {
'clamav': {
'root',
},
},
},
}