Add sasl auth daemon

This commit is contained in:
Antonio J. Delgado 2023-02-02 12:14:09 +02:00
parent 08b125c579
commit ad06965f5e

View file

@ -169,6 +169,12 @@
backup: true backup: true
create: 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 - name: Ensure CRON job to update clients exists
cron: cron:
name: "Update SMTPD trusted clients" name: "Update SMTPD trusted clients"