Note libsasl2-modules requirement

This commit is contained in:
Ben Sturmfels 2023-09-15 21:04:00 +10:00
parent 9f87feb19d
commit 33e27a1e7a
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -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: