Hi Fred, thanks very much for the reply, comments below...
--On Wednesday, July 20, 2005 3:06 PM -0700 Fred Viles
<fv+exim@???> wrote:
> Does everyone who is authorized to use this server for outbound relay
> use authentication? That would be best, you don't have to worry
> about what host they are on.
I agree, but unfortunately there are just too many people in this world who
are unable to set up SMTP AUTH in their OE client. So, we have a number of
host IP ranges cleared :(
> Sounds like you just need to add an accept stanza to handle
> authorized users sending to spamsoap_domains directly. If they all
> authenticate, it can be as simple as:
They don't, so I guess I'll have to do this:
accept domains = +spamsoap_domains
authenticated = *
accept domains + +spamsoap_domains
hosts = +relay_from_hosts
accept domains = +spamsoap_domains
endpass
message = traffic for $domain not accepted from
$sender_host_address
hosts = 66.179.26.128/26
I guess this will work, but I am reluctant to do it. It leaves users open
to virus from each other. I know they won't be spamming each other, but
viruses are a different story.
Is there really no way to force every message to route out via SMTP with
dnslookup?
Thanks again...
Jim