From ea40a425cf22227fabc816bc7b6ed839495f9c5a Mon Sep 17 00:00:00 2001 From: "Christopher A. DeFlumeri" Date: Sun, 8 Jul 2018 14:31:23 -0400 Subject: [PATCH] have to install postfix-sqlite so dictionary type is recognized --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index ca52edbd..03ae0e0b 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -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