Hello,
Very strange problem:
root@xxx:/var/log# /etc/init.d/postgrey stop
[ ok ] Stopping postfix greylisting daemon: postgrey.
root@xxx:/var/log# service postgrey status
[FAIL] postgrey is not running ... failed!
root@xxx:/var/log# ps -ef|grep postgrey
postgrey 6790 1 0 ago24 ? 00:05:27 /usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=10023 --delay=60 --max-age=20 --auto-whitelist-clients=10
root 28869 22856 0 11:13 pts/0 00:00:00 grep postgrey
So, there is a process that is there... why? Any Solution?
Very strange problem:
root@xxx:/var/log# /etc/init.d/postgrey stop
[ ok ] Stopping postfix greylisting daemon: postgrey.
root@xxx:/var/log# service postgrey status
[FAIL] postgrey is not running ... failed!
root@xxx:/var/log# ps -ef|grep postgrey
postgrey 6790 1 0 ago24 ? 00:05:27 /usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=10023 --delay=60 --max-age=20 --auto-whitelist-clients=10
root 28869 22856 0 11:13 pts/0 00:00:00 grep postgrey
So, there is a process that is there... why? Any Solution?