diff options
author | David Runge <dave@sleepmap.de> | 2015-12-15 02:07:10 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-12-15 02:07:10 +0100 |
commit | ab5863b9e38280a124ceb0652c00ffcfdd93d8bb (patch) | |
tree | c1252a15466f352deb26868578f646884a94a1f5 /.msmtprc | |
parent | d40225a9d592f6858bc8937df73990b0b8aed165 (diff) | |
parent | 23cdc07936a202b4e3a7f42bbd2a53fa316cfb47 (diff) | |
download | dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.gz dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.bz2 dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.tar.xz dotfiles-ab5863b9e38280a124ceb0652c00ffcfdd93d8bb.zip |
Merge branch 'master' of sleepmap.de:dotfiles
* 'master' of sleepmap.de:dotfiles:
.offlineimaprc: Adding lac@linuxaudio.org account.
.mutt/accounts.rc: Adding lac@linuxaudio.org account.
.mutt/lac@linuxaudio.org.*: Adding config and signature file for lac@linuxaudio.org.
.msmtprc: Adding lac@linuxaudio.org account.
.offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times.
.ncmpcpp/config: Lowering the sample multiplier for smaller visualizer
Diffstat (limited to '.msmtprc')
-rw-r--r-- | .msmtprc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -30,5 +30,15 @@ user dave passwordeval "pass2msmtp dave@c-base.org" tls_trust_file ~/.certs/c-base.crt +# lac@linuxaudio.org +account linuxaudio.org +host linuxaudio.org +from lac@linuxaudio.org +user lac +port 25 +passwordeval "pass2msmtp lac@linuxaudio.org" +tls_fingerprint 1A:22:57:04:93:C4:4A:EC:B0:18:F8:3C:63:50:2B:C6:9A:5C:76:3A + + # Set a default account account default : sleepmap.de |