From: <da...@ha...> - 2014-08-07 08:30:42
|
On 2014-08-07 04:02, Karl O. Pinc wrote: > On 08/06/2014 07:42:20 PM, Bruce Bodger wrote: >> Good day, >> >> I would like to temporarily disable sqlgrey. Would adding * and *.* >> to client_fqdn_whitelist.local achieve this goal? Is there a better >> way to TEMPORARILY disable greylisting? > Turn off the stuff added to check_policy_filter in > /etc/postfix/main.cf. Comment it out and do > a "postfix reload". > I've usually set: reject_code = dunno in sqlgrey.conf when testing code changes in sqlgrey. This is like running in a "simulation mode", where everything works as normal, except you just let all the mail through anyway. I guess it depends on why you need to disable it. - Dan |