dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 4e6d79c0ba1aeca96214802cbb072bf09f7031ea
parent 9082386d1a90ec9eb7259eb72fe356d160a80f80
Author: Ashymad <czilukim@o2.pl>
Date:   Sun, 18 Nov 2018 21:10:36 +0100

Configure msmtp for posteo

Diffstat:
Mmsmtp/.msmtprc | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc @@ -7,12 +7,12 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log # Gmail -account o2 -host poczta.o2.pl +account posteo +host posteo.de port 465 -from czilukim@o2.pl -user czilukim -passwordeval python2 -c "execfile('/home/shyman/.offlineimap.py'); print(get_password('https://poczta.o2.pl'))" +from szymon.mikulicz@posteo.net +user szymon.mikulicz@posteo.net +passwordeval "~/.config/astroid/get_pass.py "https://posteo.de"" # Set a default account -account default : o2 +account default : posteo