From 1a837294e6aca74f06b14824d74cb0c34f9ee4b9 Mon Sep 17 00:00:00 2001 From: "Christopher A. DeFlumeri" Date: Sun, 8 Jul 2018 14:32:45 -0400 Subject: [PATCH] comment --- setup/mail-postfix.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 03ae0e0b..61936ff3 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -48,7 +48,10 @@ source /etc/mailinabox.conf # load global vars # > Every user with more than 100’000 queries per day on the public nameserver # > infrastructure and every commercial vendor of dnswl.org data (eg through # > anti-spam solutions) must register with dnswl.org and purchase a subscription. - +# +# Since we're not installing the mail-in-a-box ppa, we just get bare postgrey +# We also install postfix-sqlite, since otherwise the sqlite dictionary type +# will not work echo "Installing Postfix (SMTP server)..." apt_install postfix postfix-sqlite postfix-pcre postgrey ca-certificates