[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do cobalts still relay for IPs with no PTRs ?
- Subject: Re: [cobalt-users] How do cobalts still relay for IPs with no PTRs ?
- From: "Fragga" <fragga@xxxxxxxxxxxx>
- Date: Sat Feb 1 06:24:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Can anyone shed any light on a config option i need to
> change to maybe "ignore" IPs with no PTR which is seems cobalts do ?
to answer my own questions and for future reference to who anyone else who
comes across this problem you have to include
FEATURE(`accept_unresolvable_domains')
when building the macro in the sendmail.mc file to create the sendmail.cf
file. If you include FEATURE(`access_db',`hash -o /etc/mail/access.db')
aswell then it will still check against the IPs, Domains, etc but wont fail
when relaying for IPs it cant perform a reverse lookup on.
fragga