Hello, First of all thank you for your support.
Let me explain my case in more detail...... I have 5 domains on a server...... domain1 domain2 domain3 domain4 domain5 domain2 to domain5 should be able to recieve emails from anyone. But domain1 should recieve email from only 1 IP(s) or host(s); on the same server , else reject emails coming from any other hosts. Thanks, On 8/23/07, Dave Evans <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 23, 2007 at 07:34:37PM +0530, Madan Thapa wrote: > > Is there any way to configure exim to reject all mail to a server say > > (ServerA) for a particular domain say xyz.com, unless it comes from a > > certain IP(s) , while still allowing the other domains on the server > accept > > mail from anyone? > > If I understand your requirements correctly, something like > > deny > domains = xyz.com > !hosts = +certain_ips > message = Whatever you want to say here > > somewhere near the top of your acl_smtp_rcpt should do the trick. > (As long as you define the "hostlist certain_ips = ..." appropriately > somewhere). > > Read all about it: > http://www.exim.org/exim-html-current/doc/html/spec_html/ch40.html > > -- > Dave Evans > Power Internet Limited, registered in England #03053650 at Norfolk House, > 82 Saxon Gate West, Central Milton Keynes, Buckinghamshire, MK9 2DL. > For more information, see http://www.powernet.co.uk/~davide/about-powernet > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFGzZl+7rFWY9Z4t9cRArchAJ0Rmkz9OuZkMyeHlkxbS3ZB1XPKfgCgpL7k > mFnIPb9cygZwZZC/rcc0VNM= > =j5a7 > -----END PGP SIGNATURE----- > > -- > ## 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/ > -- ## 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/
