Skip to content

Instantly share code, notes, and snippets.

View gustavolendimuth's full-sized avatar
🏠
Working from home

Gustavo Lendimuth gustavolendimuth

🏠
Working from home
View GitHub Profile
@font-face {
font-family: SegoeUI;
src:
local("Segoe UI Light"),
url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
font-weight: 100;
}
@gustavolendimuth
gustavolendimuth / postfix-dovecot-ubuntu14.04.sh
Created May 24, 2022 16:49 — 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="[email protected]"
PASSWORD="example.com1*"