Skip to content

Instantly share code, notes, and snippets.

View SomethingGeneric's full-sized avatar
🙃
hrrrg

Matt C SomethingGeneric

🙃
hrrrg
View GitHub Profile
@SomethingGeneric
SomethingGeneric / postfix-dovecot-ubuntu14.04.sh
Created April 19, 2021 14:46 — forked from haisum/postfix-dovecot-ubuntu14.04.sh
Automated bash script to setup dovecot postfix mysql email server on ubuntu 14.04
#!/usr/bin/env bash
#####
# Script to install postfix
#####
DOMAIN="example.com"
EMAIL="haisum@example.com"
PASSWORD="example.com1*"