Add sasl auth daemon
This commit is contained in:
parent
08b125c579
commit
ad06965f5e
1 changed files with 6 additions and 0 deletions
|
@ -169,6 +169,12 @@
|
|||
backup: true
|
||||
create: true
|
||||
|
||||
- name: Ensure SASL authentication daemon is enabled and started
|
||||
service:
|
||||
name: saslauthd
|
||||
state: started
|
||||
enable: true
|
||||
|
||||
- name: Ensure CRON job to update clients exists
|
||||
cron:
|
||||
name: "Update SMTPD trusted clients"
|
||||
|
|
Loading…
Reference in a new issue