Skip to content

Instantly share code, notes, and snippets.

View chrisdchristo's full-sized avatar

Chris Damian chrisdchristo

View GitHub Profile
@chrisdchristo
chrisdchristo / 101_postfix.md
Created November 29, 2013 13:52
101: Postfix

101: Postfix

Postfix is an SMTP server MTA (Mail transfer agent) which handles sending and receiving emails. Install like so: sudo apt-get install postfix libsasl2-modules You will need ports 25 and ports 587 open on the firewall for SMTP and SSMTP.

Configuring

Open the postfix config file:

sudo nano /etc/postfix/main.cf