Move port to default in msmtp
This commit is contained in:
parent
058a8be80b
commit
30d3148e7b
|
@ -3,12 +3,12 @@ defaults
|
|||
auth on
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
port 587
|
||||
logfile /tmp/msmtp.log
|
||||
|
||||
# Accounts
|
||||
account gmail
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
from akasroua@gmail.com
|
||||
user akasroua@gmail.com
|
||||
passwordeval "pass mail/gmail"
|
||||
|
@ -16,14 +16,12 @@ passwordeval "pass mail/gmail"
|
|||
account ugent
|
||||
auth xoauth2
|
||||
host smtp.office365.com
|
||||
port 587
|
||||
from amin.kasrouaouam@ugent.be
|
||||
user amin.kasrouaouam@ugent.be
|
||||
passwordeval "nix-shell -p python3 --command 'python /home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile'"
|
||||
|
||||
account disroot
|
||||
host disroot.org
|
||||
port 587
|
||||
from akasroua@disroot.org
|
||||
user akasroua@disroot.org
|
||||
passwordeval "pass mail/disroot"
|
||||
|
|
Loading…
Reference in New Issue