1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

have to install postfix-sqlite so dictionary type is recognized

This commit is contained in:
Christopher A. DeFlumeri 2018-07-08 14:31:23 -04:00
parent 3b9aea3e68
commit ea40a425cf

View File

@ -50,7 +50,7 @@ source /etc/mailinabox.conf # load global vars
# > anti-spam solutions) must register with dnswl.org and purchase a subscription.
echo "Installing Postfix (SMTP server)..."
apt_install postfix postfix-pcre postgrey ca-certificates
apt_install postfix postfix-sqlite postfix-pcre postgrey ca-certificates
# ### Basic Settings