LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   postfix status:master dead but pidfile exist (https://www.linuxquestions.org/questions/linux-newbie-8/postfix-status-master-dead-but-pidfile-exist-877172/)

lixon 04-26-2011 08:46 AM

postfix status:master dead but pidfile exist
 
hie

please help urgently:postfix status:[COLOR="DarkRed"]master dead but pid file exist[:(:o/COLOR]

vickyk 04-26-2011 09:07 AM

First do .. service postfix stop and then service postfix start.

If it does not help, try to delete the pid file.

To search for the pid file use the command

find / -iname master.pid


If nothing helps, check the logs at /var/log/maillog or /var/log/messages

mpasha06 02-07-2018 02:50 AM

Postfix : master dead but pid file exists
 
# /etc/init.d/postfix status
master dead but pid file exists


Clear PID from below files

# > /var/spool/postfix/pid/master.pid
# > /var/lock/subsys/postfix (if exists)
# > /var/lib/postfix/master.lock


and restart the postfix service.

# /etc/init.d/postfix restart

vincix 02-07-2018 09:17 AM

Are you all bots? That's the only explanation for this exchange.


All times are GMT -5. The time now is 10:27 PM.