From e4caed9277db6e73e9d012396485dd5930562881 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 3 Jun 2015 16:28:05 -0400 Subject: [PATCH] add a note in the setup script about the use of our postgrey fork and dnswl's license terms --- setup/mail-postfix.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index f8bc1ae4..08e143c3 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -41,6 +41,13 @@ source /etc/mailinabox.conf # load global vars # always will. # * `ca-certificates`: A trust store used to squelch postfix warnings about # untrusted opportunistically-encrypted connections. +# +# postgrey is going to come in via the Mail-in-a-Box PPA, which publishes +# a modified version of postgrey that lets senders whitelisted by dnswl.org +# pass through without being greylisted. So please note [dnswl's license terms](https://www.dnswl.org/?page_id=9): +# > 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. apt_install postfix postfix-pcre postgrey ca-certificates