49 lines
903 B
Text
49 lines
903 B
Text
defaults
|
|
port 587
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
logfile ~/.log/msmtp.log
|
|
|
|
account gmail
|
|
host smtp.gmail.com
|
|
from vlada.dudr@gmail.com
|
|
auth on
|
|
user vlada.dudr@gmail.com
|
|
passwordeval "pass show mail/gmail"
|
|
|
|
account jopixel : gmail
|
|
from dudr@jopixel.cz
|
|
user dudr@jopixel.cz
|
|
passwordeval "pass show jopixel/mail"
|
|
|
|
account default : gmail
|
|
|
|
account smartweb
|
|
host smtp.smartweb.cz
|
|
auth on
|
|
user vladimir
|
|
passwordeval "pass show mail/smartweb"
|
|
from support@smartweb.cz
|
|
|
|
account e4you : smartweb
|
|
from support@e4you.cz
|
|
|
|
account vd-e4 : smartweb
|
|
from vladimir.dudr@e4you.cz
|
|
|
|
account tdj
|
|
host mail.tango-dj.cz
|
|
auth on
|
|
user vladimir@tango-dj.cz
|
|
passwordeval "pass show mail/tdj"
|
|
from vladimir@tango-dj.cz
|
|
|
|
account virtii
|
|
#host mail.virtii.com
|
|
host mail.togle.cz
|
|
auth on
|
|
user vladimir@virtii.com
|
|
passwordeval "pass show togle/mail"
|
|
from vladimir@virtii.com
|
|
tls_trust_file
|
|
tls_certcheck off
|