From 33e27a1e7af91b1d1ad11c034ce7a51472579a3a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Fri, 15 Sep 2023 21:04:00 +1000 Subject: [PATCH] Note libsasl2-modules requirement --- deploy/ansible/install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/ansible/install.yml b/deploy/ansible/install.yml index 0dfeff6f..195a50bb 100644 --- a/deploy/ansible/install.yml +++ b/deploy/ansible/install.yml @@ -45,7 +45,8 @@ - name: Install Postfix apt: - name: postfix,mailutils + # libsasl2-modules fixes "SASL authentication failure: No worthy mechs found" + name: postfix,libsasl2-modules,mailutils - name: Install Certbot apt: