From: Bruce B. <bb...@bo...> - 2014-08-08 18:13:49
|
Thanks again, Dan. I ended up taking Karl's recommendation by removing the call in postfix's main.cf and sending it a 'reload'. Starting and stopping sqlgrey on OS X is a bit more than just executing 'sqlgrey -k; sqlgrey -d' :-) Also, according to the comments in sqlgrey.conf, the reject code is "only used if reject_first_attempt/reject_early_reconnect = immed", the default being 'delay'. Again, thanks to you both. Regards, Bruce On Aug 7, 2014, at 2:43 PM, da...@ha... wrote: > Yes, a restart of sqlgrey only though. Not postfix or anything else. > You can do it like: > $ sqlgrey -k; sqlgrey -d > > its very fast. > > > - Dan > > On 2014-08-07 21:29, Bruce Bodger wrote: >> Thanks, Dan. I presume making changes to sqlgrey.conf would require a restart to take effect? >> >> Bruce >> >> >> On Aug 7, 2014, at 3:30 AM, da...@ha... wrote: >> >>> 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 >>> >>> ------------------------------------------------------------------------------ >>> Infragistics Professional >>> Build stunning WinForms apps today! >>> Reboot your WinForms applications with our WinForms controls. >>> Build a bridge from your legacy apps to the future. >>> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Sqlgrey-users mailing list >>> Sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlgrey-users >>> >> >> >> ------------------------------------------------------------------------------ >> Infragistics Professional >> Build stunning WinForms apps today! >> Reboot your WinForms applications with our WinForms controls. >> Build a bridge from your legacy apps to the future. >> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk >> _______________________________________________ >> Sqlgrey-users mailing list >> Sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlgrey-users > > > ------------------------------------------------------------------------------ > Infragistics Professional > Build stunning WinForms apps today! > Reboot your WinForms applications with our WinForms controls. > Build a bridge from your legacy apps to the future. > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > _______________________________________________ > Sqlgrey-users mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlgrey-users > |