Grant Peel wrote: > Hi all, > > I have a number of domains that the MX is set to an outside > spamfiltering server. These domains are still getting spam that is > being sent directly to our servers, thus bypassing the spamfiltering. > > > Now in order for use to accept email from the spamfiltering service, > I need to accept mail for that domain. > > Is there a was to tell the mailserver to only accept mail for those > domains that comes from specific hosts? > > -Grant
You can do something like this in the ACLs. I do it in the check_rcpt ACL: require message = only accept messages from certain servers hosts = 192.168.1.25 Put the IP(s) of your spamfiltering service instead of 192.168.1.25 and it will only accept messages from them. Thanks, mikeS -- Michael F. Sprague | System and Network Engineering (SaNE), Inc [email protected] | http://www.saneinc.net -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
