Skip to content

Instantly share code, notes, and snippets.

View baronkis's full-sized avatar

Giedrius baronkis

  • JSC Cgates
  • Vilnius
View GitHub Profile
@baronkis
baronkis / 01_postfix_installer.md
Last active November 17, 2023 17:29 — 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 Ubuntu 18.04 LTS. 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.