Matt wrote: > This seems to work but is there anyway to insure that it does not block > any bounces generated internally by Exim itself?
AFAIK, Exim's bounces are not ACL-checked, but I'm not sure about that. > I see where it has blocked the fake bounces as its supposed to but > I also see this entry and not sure what it means: > 2005-12-05 20:39:30 H=localhost (www.mydomain.com) [127.0.0.1] F=<> > rejected > RCPT <[EMAIL PROTECTED]>: no bounces from clients add "! hosts = :" if you want to allow that. > Also, I have several thousand messages in my mail input queue. I am sure > MANY are these faked bounces. Any idea how to clean those out without > waiting a week? something like exim -Mrm $(exipick -i -f '^$') will remove all messages with empty envelope sender from the queue. -- ## 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/
