Install libsasl2-modules (#44)

Required for SMTP relays to work
This commit is contained in:
David Duque 2022-02-17 23:25:01 +00:00
parent 16b521c2f0
commit 56b0fc02da
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

View file

@ -42,7 +42,7 @@ source /etc/mailinabox.conf # load global vars
# * `ca-certificates`: A trust store used to squelch postfix warnings about
# untrusted opportunistically-encrypted connections.
echo "Installing Postfix (SMTP server)..."
apt_install postfix postfix-sqlite postfix-pcre postgrey ca-certificates
apt_install postfix postfix-sqlite postfix-pcre postgrey ca-certificates libsasl2-modules
# ### Basic Settings