Skip to content

Instantly share code, notes, and snippets.

@Hydrugion
Hydrugion / Email Server (Linux, Unix, Mac).md
Created December 9, 2020 10:04 — forked from raelgc/Email Server (Linux, Unix, Mac).md
Setup a Local Only SMTP Email Server (Linux, Unix, Mac)

Setup a Local Only SMTP Email Server (Linux, Unix, Mac)

1 - Point localhost.com to your machine

Most of programs will not accept an email using just @localhost as domain. So, edit /etc/hosts file to make the domain localhost.com point to your machine, including this content to the file:

127.0.0.1 localhost.com

2 - Install Postfix

git commit --amend --author "Stephen Way <[email protected]>" --no-edit && \
git rebase --continue
...
git push origin master --force
@Hydrugion
Hydrugion / README.md
Created December 3, 2018 08:52 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet