Mark Watts: > I'd like to be able to reject connections from remote IP addresses if > they're from certain countries (or conversely only allow from certain > countries). > > What are my options for doing this in/with postfix?
The option is a per-country access map, policy plugin, milter, or deep content filter. http://www.ipdeny.com/ http://www.postfix.org/access.5.html http://www.postfix.org/cidr_table.5.html http://www.postfix.org/SMTPD_POLICY_README.html http://www.postfix.org/MILTER_README.html http://www.postfix.org/SMTPD_PROXY_README.html http://www.postfix.org/FILTER_README.html Wietse