Postfix

From KevinWiki

Revision as of 11:59, 1 August 2013 by Kevin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installation

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

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 
  • Test
$ sendmail email@address 
FROM: sender@address
SUBJECT: Some subject.
email body.
blah blah.
.
Personal tools