On Mon, Jan 01, 2007 at 06:36:54PM -0800, Jeff Lasman wrote:
> I'm using CentOS 4.4 I've already posted this on CentOS users but I've
> gotten only one (non-useful) reply <frown>.
>
> So I'm hoping someone here has used or tried to use greylistd on either
> RHEL or on CentOS and can help me get this running.
>
> I start it using "service greylistd start". I'm presuming that should
> work, as all the files seem to be in place for it to work.
>
> <snip>
> # service greylistd start
> Starting greylistd: [FAILED]
> #
> </snip>
greylistd probably started, but the initfile didn't properly detect it,
e.g. it is a cosmetical bug. Does the following patch to the init file
fix this?
# daemon --user greylistd /usr/sbin/greylistd
initlog $INITLOG_ARGS -c "su -s /bin/bash - greylistd -c \"/usr/sbin/greylistd > /dev/null 2>&1 &\""
sleep 2
- ps uax | grep -v grep | grep '/usr/bin/python /usr/sbin/greylistd' > /dev/null
+ ps uax | grep -v grep | grep '/usr/sbin/greylistd' > /dev/null
RETVAL=$?
base=greylistd
--
Axel.Thimm at ATrpms.net