Skip to content

Instantly share code, notes, and snippets.

View alexted's full-sized avatar
🐉

Alex Ted alexted

🐉
View GitHub Profile
@alexted
alexted / 01_postfix_installer.md
Created December 21, 2018 22:32 — forked from MarcelFox/01_postfix_installer.md
Postfix + Dovecot + Postgresql + Postfixadmin + Roundcube + Opendkim

Postfix Installer

Following script may be used for configuring complete and secure email server on fresh install of Debian 9. It will probably work on other distributions using apt-get. After minor changes you'll be able to use it on other Linux distros.

What it does?

02_postfix.sh:

  • Install Postfix and configure it with TLS support.
  • Install Dovecot and configure it's transport on Postfix.
  • Download, extract and correct permissions for Postfixadmin.
  • Download, extract and correct permissions for Roundcube.