Michael Jakscht wrote:
>
> accept domains = +local_domains
> means that all INCOMING mails from external domains are able to get
in
> WITHOUT the DNSBL checks
> this is what I do not want.
> I want that
>
>> [...] not that has come from the local domains.
>
>
> But this is what I want... mails coming from the local_domains and
> relay_from_hosts
> ACL must not have the ACL check...
> They must be able to relay.
So, you've set up a host list called local_networks and one called
relay_hosts - the
accept hosts = +local_networks : +relay_from_hosts
line will allow these people to send. Basically, as already stated,
all you need to do is take the
accept domains = +local_domains
line and put it below any acl directives that you wish to perform on
email coming in to local domains.
John