At 03:49 PM 2/16/2009, bharathan kailath wrote:
hi
is there anyway i can prevent spams from <http://live.com>live.com
with internal filters of postfix
help appreciated
thanks
if you just have a specific site, you can always use something like
check_client_access under smtpd_recipient_restrictions (could just as
well be smtpd_client_restrictions but most advocate putting those
restrictions under smtpd_recipient_restrictions).
check_client_access hash:/etc/postfix/access
and you'd just need a /etc/postfix/access file hashed appropriately.
Rick