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
+16.4k Golang : Loop each day of the current month example
+32.5k Golang : Math pow(the power of x^y) example
+17.5k Golang : Get future or past hours, minutes or seconds
+40.2k Golang : UDP client server read write example
+23.6k Golang : Get ASCII code from a key press(cross-platform) example
+10.6k RPM : error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
+14.6k Golang : How to get URL port?
+6.8k Golang : Derive cryptographic key from passwords with Argon2
+6.7k Golang : How to validate ISBN?
+12.2k Golang : Pagination with go-paginator configuration example
+10.2k Golang : Compare files modify date example
+5.5k Golang : Display advertisement images or strings on random order