Enabling a domain to send email from all their ISP ip range
Hi I've just configured sendmail to use blacklists, as they are too strict
and I would like to enable some users to send email to me even from their
home using their provider connection, I would like to know how to do I
enable the range of addresses of the ISP.
this is a part of my sendmail.mc
(...FEATURE enabling 4 black lists)
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`delay_checks', `friend')
i.e.
in order to enable all addresses like "84-123-175-15.onocable.ono.com" in
access file I thought to use this
Spam:.onocable.ono.com FRIEND
Is this correct? it seems it doesn't work!
Thanks,
Leonardo.
|