From: Lionel B. <lio...@bo...> - 2014-07-01 21:13:30
|
Hi, Just a heads-up about this: > I have sqlgrey defined as such in master.cf <http://master.cf>: > > greylist unix - n n - 0 spawn > user=nobody argv=/usr/bin/perl /usr/sbin/sqlgrey > That's odd. I didn't expect to see it run like that and I'm not sure under which circumstances it makes sense. spawn daemons are only launched if something tries to connect to them and they expect communication on STDIN/OUT/ERR: http://www.postfix.org/spawn.8.html SQLgrey wasn't designed to work like that and should be launched has a separate service. I'm not sure how you make it work at all unless this configuration in master.cf is simply not used and SQLgrey is started separately. Best regards, Lionel |