On May 16, 2007, at 12:53 AM, Elias Kesh wrote: > > Thank you for the help . I did replace the acl_check_rcpt: with > your and when > I run the exim --bhc 1.2.3.4 and choose a domain outside of my two > then it > gets rejected, Great. > > When I run telnet relay-test.mail-abuse.org it still seems to allow > the > address : > rcpt to: <[EMAIL PROTECTED]> > <<< 250 Accepted > > Is this a valid test case since I an running it as root on the > server ?
Did you restart the running exim? It doesn't read its config file dynamically. using -bhc 1.2.3.4 means you test exim as if you were using a TCP connection from 1.2.3.4. If exim treated -bh(c) and a real TCP connection differently with regards to ACLs, that would be a bug. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
