Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/9665ab51f926ebba112f5df62223caad to your computer and use it in GitHub Desktop.
Save christopher-baek/9665ab51f926ebba112f5df62223caad to your computer and use it in GitHub Desktop.
Nullmailer Configuration Example
# Install updated version of Nullmailer for Linux Mint 13
# add repository
sudo apt-add-repository ppa:mikko-red-innovation/ppa
# update
sudo apt-get update
# update null mailer
sudo apt-get install nullmailer=1:1.11-2~precise1~ppa1
sudo apt-get install nullmailer
# configure sender in /etc/nullmailer/remotes
smtp.gmail.com smtp --port=587 --auth-login --user=${GMAIL_ADDRESS} --pass=${GMAIL_PASSWORD} --starttls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment