20241109
This commit is contained in:
parent
c4d3a5d9a6
commit
9a26e1370c
11 changed files with 114 additions and 11 deletions
28
linux/.msmtprc
Normal file
28
linux/.msmtprc
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Set default values for all following accounts.
|
||||
defaults
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue