gpg2 also lol 12ul
This commit is contained in:
parent
ab4e8a6e53
commit
2b449126d3
14
msmtprc
14
msmtprc
@ -4,7 +4,7 @@ defaults
|
|||||||
auth on
|
auth on
|
||||||
tls on
|
tls on
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
logfile ~/.config/msmtp.log
|
logfile ~/.local/share/msmtp.log
|
||||||
|
|
||||||
# Gmail
|
# Gmail
|
||||||
account gmail
|
account gmail
|
||||||
@ -12,7 +12,7 @@ host smtp.gmail.com
|
|||||||
port 587
|
port 587
|
||||||
from felix.vanderjeugt@gmail.com
|
from felix.vanderjeugt@gmail.com
|
||||||
user felix.vanderjeugt
|
user felix.vanderjeugt
|
||||||
passwordeval "gpg -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||||
|
|
||||||
# UGent
|
# UGent
|
||||||
account ugent
|
account ugent
|
||||||
@ -20,15 +20,7 @@ host smtp.ugent.be
|
|||||||
port 587
|
port 587
|
||||||
from felix.vanderjeugt@ugent.be
|
from felix.vanderjeugt@ugent.be
|
||||||
user felix.vanderjeugt@ugent.be
|
user felix.vanderjeugt@ugent.be
|
||||||
passwordeval "gpg -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||||
|
|
||||||
# 12UL
|
|
||||||
account 12ul
|
|
||||||
host smtp.gmail.com
|
|
||||||
port 587
|
|
||||||
from felix.vanderjeugt@12urenloop.be
|
|
||||||
user felix.vanderjeugt@12urenloop.be
|
|
||||||
passwordeval "gpg -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/12ul=//p'"
|
|
||||||
|
|
||||||
# Set a default account
|
# Set a default account
|
||||||
account default : gmail
|
account default : gmail
|
||||||
|
Loading…
Reference in New Issue
Block a user