add log@hcoop.net to local only delivery list
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 26 Oct 2018 02:56:47 +0000 (22:56 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 26 Oct 2018 02:56:47 +0000 (22:56 -0400)
only hcoop servers may send mail to the new log alias

conf.d/acl/30_exim4-config_check_rcpt

index 1112909..c426f60 100644 (file)
@@ -366,7 +366,7 @@ acl_check_rcpt:
   # spamassassin.
   deny
        log_message = rejecting non-hcoop host sending to logs
-       recipients = logs@*.hcoop.net
+       recipients = logs@*.hcoop.net,log@hcoop.net
        !hosts = +relay_from_hosts
 
   #############################################################################