Linux/Unix : fatal: the Postfix mail system is already running
Problem :
Postfix throws out this error message :
fatal: the Postfix mail system is already running
when attempting to start postfix service. The strange thing is that the postfix daemon is not running. You can find out if the postfix service is running or not by issuing this command :
>service postfix status
postfix is not running.
Solution :
Chances are that the postfix's PID file was not deleted during previous shutdown or because of some other reason. Navigate to /var/spool/postfix/pid
and remove the master.pid
file.
Start the service again :
>service postfix start
and if every goes smoothly, it should produce this message :
Starting Postfix Mail Transport Agent: postfix
Hope this helps!
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+9.4k Golang : Format strings to SEO friendly URL example
+14.5k Golang : How to check for empty array string or string?
+34.9k Golang : Integer is between a range
+9k Golang : Generate random Chinese, Japanese, Korean and other runes
+5.9k Golang : Get Hokkien(福建话)/Min-nan(閩南語) Pronounciations
+20.4k Golang : Underscore or snake_case to camel case example
+39.7k Golang : UDP client server read write example
+34.7k Golang : Upload and download file to/from AWS S3
+24.9k Golang : Get current file path of a file or executable
+8.8k Golang : How to use Gorilla webtoolkit context package properly
+33.6k Golang : Create x509 certificate, private and public keys
+6.2k Golang : Calculate diameter, circumference, area, sphere surface and volume