| another access.db question Hi everybody When sendmail / DNS cant resolve hostname to ip it says (maybe forged) So I block by ip. When I read cf/README I find this part: <-snip-> [127.0.0.3] OK [1:2:3:4:5:6:7:8] OK The latter two entries are for checks against ${client_name} if the IP address doesn't resolve to a hostname (or is considered as "may be forged"). <-snip-> So my question is, do I block by ip and [ip] ? If for ex I have to block 219.157.198.185 Do I write following in access (the [] is the difference)? 219.157.198.185 [219.157.198.185] Or is it enough with 219.157.198.185 ? regards |