Fatal:the Postfix mail system is already running solution _win Server

Source: Internet
Author: User

Fatal:the Postfix mail system is already running solution

【Problem Situations】

When you start the Postfix service, you receive the following error message:

# service Postfix start 
starting postfix Mail transport agent:postfixpostfix/postfix-script: 
fatal:the postfix Mail system is already running 
failed!

In addition, the status report for Postfix Postfix is not running.

# service Postfix status 
Postfix is not running.

【Cause of the problem】

Maybe it's postfix. The last time you forced the shutdown, you did not delete the lock itself. Lock exists at startup and cannot be run.

【Solution】

The 1.Postfix master PID file (that is, the lock) also exists under the/var/spool/postfix/pid directory. Enter the directory to delete the file:

# cd/var/spool/postfix/pid # 
ls 
master.pid 
# RM Master.pid

2. Start the Postfix service after deleting the Master.pid file.

# service Postfix start 
starting postfix Mail transport Agent:postfix

Thank you for reading, I hope to help you, thank you for your support for this site!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.