Package: postgrey
Version: 1.32-6.1
Severity: normal

I solved this by the following methods.

mkdir /var/run/postgrey
chown postgrey:postgrey /var/run/postgrey

change /etc/init.d/postgrey:
    PIDFILE=/var/run/$NAME.pid
        to
    PIDFILE=/var/run/$NAME/$NAME.pid

/etc/init.d/postgrey stop
rm /var/run/postgrey.pid
/etc/init.d/postgrey start



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to