How to use Postfix for sending emails
Hello!
For people that want to use Postfix for JobRoller or others sending emails, it's important the next things. I'm using Ubuntu, but probably this list will give you some important hints:
- You must remove Sendmail, both can't work together well
- Install Postfix in your server and configure it, it's very easy.
- You must put this line in php.ini and of course restart web server: sendmail_path = /usr/sbin/sendmail -t -i -f xxxx@yourdomain.com
- If you've problems, mkfifo /var/spool/postfix/public/pickup kill Sendmail, that probably is still listening on 25, and restart Postfix.
If you need help, please post here!
Best.