move msmtp to nix config

This commit is contained in:
Grigory Shipunov 2022-08-12 01:32:12 +02:00
parent f04b6b14b5
commit cdd1fa5ff0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 0 additions and 34 deletions

View file

@ -1 +0,0 @@
msmtp.log

View file

@ -1,33 +0,0 @@
account mail@oxapentane.com
host smtp.migadu.com
port 587
from *@oxapentane.com
user mail@oxapentane.com
passwordeval "pass mail@oxapentane.com"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/grue/.config/msmtp/msmtp.log
account grigory@shipunov.xyz
host smtp.migadu.com
port 587
from *@shipunov.xyz
user grigory@shipunov.xyz
passwordeval "pass grigory@shipunov.xyz"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/grue/.config/msmtp/msmtp.log
account dump@dvb.solutions
host smtp.migadu.com
port 587
from dump@dvb.solutions
user dump@dvb.solutions
passwordeval "pass dump@dvb.solutions"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/grue/.config/msmtp/msmtp.log