bundles/postfix: add alias database
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d39cb5bd82
commit
3ff5d8a7dd
4 changed files with 26 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue