exactly..
I assume these rules could safely go before the rbl rule as well?
# Accept if the message comes from one of the hosts for which we are an
# outgoing relay. Recipient verification is omitted here, because in many
# cases the clients are dumb MUAs that don't cope well with SMTP error
# responses. If you are actually relaying out from MTAs, you should
probably
# add recipient verification here.
accept hosts = +relay_from_hosts
# Accept if the message arrived over an authenticated connection, from
# any host. Again, these messages are usually from MUAs, so recipient
# verification is omitted.
accept authenticated = *
Steve
John Burnham wrote:
>> Yes, that's a good approach - leaving out the obvious question of why
>> some of your network is getting listed on DNSBLs to cause this to be a
>> problem in the first place.....
>>
>>
> He might just be objecting to unnecessary RBL checks and the associated costs of
> the lookups.
> J
>
>