Chris Miller wrote:
> That is true, there will be messages from localhost that should be
> accepted. How can I allow it from localhost, but have the rule applied to
> remote hosts?
simply add localhost (127.0.0.1) to the list of allowed hosts, either in
filtering_servers (not so good) or the acl (preferred), like this:
hosts = 127.0.0.1 : +filtering_servers
> What is the diff between defer and deny? I can't seem to find that in
> the docs anywhere...
chapter 39
oh, and please don't top-post.
(
http://www.catb.org/jargon/html/T/top-post.html)