Gmail as relayhost for Postfix
I just installed a new Ubuntu 13.04 server and thought I’d look into using gmail as relayhost for Postfix instead of Exim for a change. Postfix is the default MTA (mail transfer agent) on Ubuntu, so let’s set it up already… Installing packages:
1 |
sudo apt-get install postfix ca-certificates libsasl2-2 libsasl2-modules mailutils |
If you have not installed postfix… Read more »