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
+6.1k Golang : Tell color name with OpenCV example
+14k Golang : Generate universally unique identifier(UUID) example
+5.4k Golang : Normalize email to prevent multiple signups example
+9.7k Golang : Print UTF-8 fonts on image example
+12.2k Golang : Find commonalities in two slices or arrays example
+7.8k Golang : interface - when and where to use examples
+12.2k Golang : convert(cast) string to float value
+19k Golang : Generate MD5 checksum of a file
+19.3k Golang : Repeat a character by multiple of x factor
+5k Golang : Calculate pivot points for a cross
+4.8k Golang : Break string into a slice of characters example
+19.7k Fix "Failed to start php5-fpm.service: Unit php5-fpm.service is masked."