>ps aux | grep master (No result)
postfix needs, is master so postfix isn't running >ps aux | grep sendmail (No result) go >ps aux | grep smtp (result) without master, don't know what "smtp" is, it ain't postfix what does "postfix check" show? man less "less /var/log/messages" for errors "less /var/log/maillog" for signs of life from postfix or sendmail. postfix start and then look in the above files again
