System mail: Difference between revisions

From Notes to self
Jump to navigation Jump to search
Created page with "* <code>/etc/msmtprc</code> <pre> account default from <hostname>@ejik.org host smtp.yandex.ru port 465 auth on tls on tls_starttls off tls_trust_file /etc/ssl/certs/ca-certif..."
 
No edit summary
Line 9: Line 9:
tls_starttls off
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt
tls_trust_file /etc/ssl/certs/ca-certificates.crt
user <user@ezample.org>
user <user@example.org>
password <password>
password <password>



Revision as of 19:09, 6 August 2022

  • /etc/msmtprc
account default
from <hostname>@ejik.org
host smtp.yandex.ru
port 465
auth on
tls on
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt
user <user@example.org>
password <password>

aliases /etc/aliases