From 59b1a0eb5aff20052cc077016e56c54793f738cc Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 29 May 2011 15:34:28 +0200 Subject: [PATCH] exim: Remove katherina from the trusted MX list. This host is not online anymore. --- etc/exim4/conf.d/main/main_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/exim4/conf.d/main/main_config b/etc/exim4/conf.d/main/main_config index b86e7d0..386d1c2 100644 --- a/etc/exim4/conf.d/main/main_config +++ b/etc/exim4/conf.d/main/main_config @@ -25,7 +25,7 @@ hostlist relay_from_hosts = *.drsnuggles.stderr.nl : drsnuggles.stderr.nl # Don't reject spam from these hosts, since they are known dumb, but trusted # relays. They will only send rejects to the wrong people. -hostlist dont_reject_spam_hosts = katherina.student.utwente.nl : kat.student.utwente.nl : *.utsp.utwente.nl +hostlist dont_reject_spam_hosts = *.utsp.utwente.nl # Use this domain on any unqualified addresses that get submitted. Since this # can come from any vserver, just use our main hostname. -- 2.30.2