How to make sure all mails using Postfix?
Posted
by
Ngompol2
on Server Fault
See other posts from Server Fault
or by Ngompol2
Published on 2011-06-23T13:41:06Z
Indexed on
2011/06/23
16:24 UTC
Read the original article
Hit count: 195
I'm using Ubuntu 10.10 32 bit. This is new server with nginx, php-fpm and PHP 5.3
I will install postfix
. Currently the server can send mail (maybe sending through sendmail
) but very slow until PHP timeout.
To install, I will run:
sudo apt-get install php-pear
sudo pear install mail
sudo pear install Net_SMTP
sudo pear install Auth_SASL
sudo pear install mail_mime
sudo apt-get install postfix
But after Postfix installed, how to make sure all mails using Postfix?
© Server Fault or respective owner