Hi, I'm using postfix-2.10.3 on fedora20 with sqlgrey, distributed across three separate servers through mysql. I've configured it using:
check_policy_service inet:127.0.0.1:2501 in main.cf. However, this doesn't provide fault protection in the same way as the greylist.pl example does in the smtpd policy docs describe. The issue is that sqlgrey is a daemon, not a binary that is spawned every time a call is made. Am I understanding it correctly that greylist.pl is run once for every query, or is it okay to have the sqlgrey daemon run from master.cf in the same way? Thanks, Alex