Hi all. Just installed postfix, and having a basic issue: When I start it, I get no errors, but upon 'reloading' I get the following error:
Reloading Postfix configuration...postfix/postfix-script: fatal: the Postfix mail system is not running
failed.
So, I noticed during install via apt-get that it couldn't find exim, and looking in aptitude, it seems that sendmail is still installed... could this be my problem? I've checked /var/log/syslog and /var/log/mail.log, but there is no trace of an error...
Here are the mail application installed via aptitude:
mailx
postfix
procmail
sendmail-base
sendmail-cf
sensible-mda
All I will be doing with postfix will be mail forwarding (i.e.
thatguy@example.com =>
thatguy@realdomain.com). Anything else on that list I can safely remove after I nuke sendmail?
Thanks for any assistance!
Paul