.files/mail/.config/msmtp/config

34 lines
762 B
Text
Raw Normal View History

2022-07-14 22:57:44 +02:00
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