You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
750 B
Plaintext

defaults
auth on
tls on
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.log/msmtp.log
host smtp.migadu.com
port 465
# functionalhacker@korhonen.cc
account functionalhacker@korhonen.cc
from functionalhacker@korhonen.cc
user functionalhacker@korhonen.cc
password "{{@@ env['PASS_EMAIL_HACKER'] @@}}"
# marko@korhonen.cc
account marko@korhonen.cc
from marko@korhonen.cc
user marko@korhonen.cc
password "{{@@ env['PASS_EMAIL_MARKO'] @@}}"
# admin@korhonen.cc
account admin@korhonen.cc
from admin@korhonen.cc
user admin@korhonen.cc
password "{{@@ env['PASS_EMAIL_ADMIN'] @@}}"