Bumo wrote:
> 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.
The access value you want is "RELAY", not "FRIEND". I don't know what
the "Spam:" tag is related to - I don't think that is a valid tag for
an access table entry. I am not sure if the leading dot will cause any
problem - the examples I have seen of access entries don't have that.
See, for example:
http://www.freebsd.org/doc/en_US.ISO.../sendmail.html
Daniel Feenberg
feenberg isat nber dotte org