diff options
author | Alan Pearce | 2017-08-29 21:14:31 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-29 21:14:31 +0200 |
commit | 46a28c0496d4d8422056011556bde12e759ff6d1 (patch) | |
tree | ce977a3099514addbdc84ad39258c4ecd6ae7f32 /msmtp | |
parent | f06e76405326ad7979ba5efe2408e89f802203b5 (diff) | |
download | dotfiles-46a28c0496d4d8422056011556bde12e759ff6d1.tar.lz dotfiles-46a28c0496d4d8422056011556bde12e759ff6d1.tar.zst dotfiles-46a28c0496d4d8422056011556bde12e759ff6d1.zip |
Add riseup to email system
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.msmtprc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 9a3c193..6216e0b 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -22,5 +22,12 @@ account riseup host smtp.riseup.net from alanpearce@riseup.net +account riseup +host mail.riseup.net +from alanpearce@riseup.net +user alanpearce +port 465 +passwordeval pass mail/riseup.net + # Set a default account account default : personal |