On Tue, July 14, 2009 21:28, neroxyr wrote: > tks cheking the local.cf i had a blacklist_from *...@*.* > i delete that line and put the whitelist_from *...@gmail.com
dont use whitelist_from, senders can forge it very easyly, if you want to whitelist use whitelist_from_dkim whitelist_from_spf whitelist_from_auth all of them can have def_ prepended to get def_whitelist_from_spf and friends so eg whitelist_from_auth f...@gmail.com will check full email and only gives negative score if the email is really from gmail use def_whitelist_* *...@gmail.com if you want to use wildcards its a diff score on whitelist_from_* and def_whitelist_from_* the last have less weight then the first newer use whitelist_from, newer -- xpoint