Quote:
|
Originally Posted by wildhuman I use "ps aux|grep mta" and ps aux|grep postfix, no more other mta or postfix is running
I searched the forum, but i can not find a method to fix problem, please help me. |
Howdy,
Well, it does look like something is hogging up port 25, your mail port.
Perhaps instead of grepping for 'mta' and 'postfix', do a 'ps aux|grep sendmail'.
Sendmail is the default for RedHat/CentOS at the moment, so if you're running one of those, there's an excellent chance sendmail managed to get started somehow.
If so, you can just run:
/etc/init.d/sendmail stop
Good luck,
-Eric