~rycwo/workspace

e6994684c2d9e2a36997fa8dcd7cde59d4880d01 — Ryan Chan 2 years ago d61f0b4
Clean up msmtp config
1 files changed, 15 insertions(+), 6 deletions(-)

M msmtp/config
M msmtp/config => msmtp/config +15 -6
@@ 1,14 1,23 @@
# Set default values for all following accounts
defaults

# Always use TLS
auth on
tls on
# Same as sslcacertfile in ~/.offlineimaprc
tls_trust_file /etc/ssl/certs/ca-certificates.crt
# Set a list of trusted CAs for TLS. The default is to use system settings, but
# you can select your own file.
# tls_trust_file /etc/ssl/certs/ca-certificates.crt

account personal
account rycwo@posteo.net
# Envelope-from address
from rycwo@posteo.net
# Host name of SMTP server
host posteo.de
# Use mail submission port 587 instead of the SMTP port 25
port 587
# Authentication
user rycwo@posteo.net
from rycwo@posteo.net
passwordeval pass show www/posteo.de/rycwo@posteo.net
port 587

account default : personal
# Set a default account
account default : rycwo@posteo.net