- starttls doesn't work on Linux Mint 13 (and presumably similar flavored distros). See fix.sh or this: http://goo.gl/pGc0Md
Created
April 3, 2016 22:06
-
-
Save christopher-baek/9665ab51f926ebba112f5df62223caad to your computer and use it in GitHub Desktop.
Nullmailer Configuration Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install nullmailer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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