use mfauth and better sending server selection
This commit is contained in:
parent
9c87ab7cb9
commit
071387457f
4 changed files with 19 additions and 17 deletions
23
msmtprc
23
msmtprc
|
@ -6,19 +6,16 @@ tls on
|
|||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.local/share/msmtp.log
|
||||
|
||||
account gmail
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
from felix.vanderjeugt@gmail.com
|
||||
user felix.vanderjeugt
|
||||
passwordeval "pass show other/gmail"
|
||||
|
||||
account ugent
|
||||
host smtp.ugent.be
|
||||
port 587
|
||||
from felix.vanderjeugt@ugent.be
|
||||
auth xoauth2
|
||||
host outlook.office365.com
|
||||
port 587
|
||||
user felix.vanderjeugt@ugent.be
|
||||
passwordeval "pass show ugent/_ | head -1"
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
passwordeval "mfauth access microsoft"
|
||||
|
||||
account posteo
|
||||
host posteo.de
|
||||
|
@ -27,5 +24,7 @@ from felix.vanderjeugt@posteo.net
|
|||
user felix.vanderjeugt@posteo.net
|
||||
passwordeval "pass show web/posteo.de | head -1"
|
||||
|
||||
# Set a default account
|
||||
account default : ugent
|
||||
account posteoplus : posteo
|
||||
from felixvdj@posteo.be
|
||||
|
||||
account default : posteo
|
Loading…
Add table
Add a link
Reference in a new issue