Postfix

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(Created page with "= Installation = * If sendmail was installed, stop it first. <pre> $ /etc/init.d/sendmail stop </pre> * Install Postfix. <pre> $ apt-get install postfix </pre> * Select <code...")
Newer edit →

Revision as of 11:30, 1 August 2013

Installation

  • If sendmail was installed, stop it first.
$ /etc/init.d/sendmail stop 
  • Install Postfix.
$ apt-get install postfix 
  • Select Internet Site

If receiving email should be done by Google Apps instead of Postfix, edit /etc/postfix/main.cf file.

mydestination = localhost.localdomain, localhost
fallback_transport = relay
$ service postfix restart 
Personal tools