28 lines
733 B
Text
28 lines
733 B
Text
# Set default values for all following accounts.
|
|
defaults
|
|
auth on
|
|
tls on
|
|
tls_starttls on
|
|
tls_trust_file /opt/homebrew/Cellar/ca-certificates/2024-07-02/share/ca-certificates/cacert.pem
|
|
logfile ~/.config/msmtp/msmtp.log
|
|
|
|
# Gmail
|
|
account gmail
|
|
host smtp.gmail.com
|
|
port 465
|
|
tls_starttls off
|
|
from foozzione@gmail.com
|
|
user foozzione@gmail.com
|
|
passwordeval "gpg -dq $HOME/.config/mutt/gmail_isync.gpg"
|
|
|
|
# Posteo
|
|
account posteo
|
|
host posteo.de
|
|
port 465
|
|
tls_starttls off
|
|
from fz0x1@posteo.net
|
|
user fz0x1@posteo.net
|
|
passwordeval "gpg -dq $HOME/.config/mutt/posteo_isync.gpg"
|
|
|
|
# Set a default account
|
|
account default: posteo
|