From ad06965f5e96c993344a580b290edfae44dc09e2 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 2 Feb 2023 12:14:09 +0200 Subject: [PATCH] Add sasl auth daemon --- tasks/configure.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index af7cf67..41a62f2 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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"