Configure msmtp and misc changes
This commit is contained in:
parent
34f56ecda5
commit
cdcdad9e33
5 changed files with 281 additions and 253 deletions
25
home/.config/msmtp/config
Normal file
25
home/.config/msmtp/config
Normal file
|
@ -0,0 +1,25 @@
|
|||
# marko@korhonen.cc
|
||||
account marko@korhonen.cc
|
||||
from marko@korhonen.cc
|
||||
user marko@korhonen.cc
|
||||
password "{{@@ env['PASS_EMAIL_MARKO'] @@}}"
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls off
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.log/msmtp/marko@korhonen.cc.log
|
||||
host smtp.migadu.com
|
||||
port 465
|
||||
|
||||
# admin@korhonen.cc
|
||||
account admin@korhonen.cc
|
||||
from admin@korhonen.cc
|
||||
user admin@korhonen.cc
|
||||
password "{{@@ env['PASS_EMAIL_ADMIN'] @@}}"
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls off
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.log/msmtp/admin@korhonen.cc.log
|
||||
host smtp.migadu.com
|
||||
port 465
|
Loading…
Add table
Add a link
Reference in a new issue