From: Matthijs Kooijman Date: Sat, 25 Apr 2009 16:33:19 +0000 (+0200) Subject: spamassassin: Mark a bunch of hosts as internal. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=91103cae3861433e87c9a163fc91d53df2f30187 spamassassin: Mark a bunch of hosts as internal. --- diff --git a/etc/spamassassin/local.cf b/etc/spamassassin/local.cf index b8ba322..065a15e 100644 --- a/etc/spamassassin/local.cf +++ b/etc/spamassassin/local.cf @@ -4,3 +4,20 @@ # for all configuration options. # ########################################################################### + +# The SMTP of utwente are trusted and regarded as internal, so received header +# DNS checks with -lastexternal check the address before utwente instead of the +# utwente adresses. Also add kat to this list, since she fetches and resends +# mails. + +# Note that by not setting trusted_networks, all internal_networks are also +# trusted (which is what we want) + +# utwente MX +internal_networks 130.89.2.0/24 +# utwente mailboxes +internal_networks 130.89.5.0/24 +# SNT mailservers (at least 130.89.175.26 is one, that delivers for *.student.utwente.nl) +internal_networks 130.89.175.0/24 +# kat +internal_networks 130.89.168.160/32