Logged into the server
and then checked the mail log and it continuously generating “Queue
report unavailable – mail system is down”.
I have run the
following to find out the root cause.
-
Run the “df -hT” command to check the Hard disk space.
-
“top” command to check the memory usage of the system.
-
Then run the /etc/init.d/zimbra status, it shows all the services running. No issues at all.
-
Checked the “netstat -ant | grep 25” zimbra listening on the port as well.
So far other than the
maillog error it does not give any error message. As usual, google
the error message and found solution for the issue.
It's issue with the
postfix master.pid file. To rectify it, need to remove the master.pid
file and restart zimbra service again. Issue below commands.
-
find / -name master.pid
-
cd /opt/zimbra/data/postfix/spool/pid/
-
mv master.pid master.pidori
-
then /etc/init.d/zimbra restart
This will solve the
issue.
No comments:
Post a Comment