Add configs for outgoing mail.
This commit is contained in:
parent
12378cca4f
commit
34e63e6432
6 changed files with 40 additions and 9 deletions
13
etc/msmtprc
13
etc/msmtprc
|
|
@ -1,13 +1,14 @@
|
|||
account default
|
||||
host gw.afterdark.lan
|
||||
host appliansys-com.mail.protection.outlook.com
|
||||
port 25
|
||||
timeout 300
|
||||
domain tommy.afterdark.lan
|
||||
tls off
|
||||
tls_starttls off
|
||||
domain void.coventry
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
tls_cert_file /etc/certificates/_msmtp_-cert.pem
|
||||
tls_key_file /etc/certificates/_msmtp_-key.pem
|
||||
auto_from on
|
||||
maildomain afterdark.org.uk
|
||||
from darren.austin@appliansys.com
|
||||
from_full_name Darren Austin
|
||||
syslog LOG_MAIL
|
||||
aliases /etc/msmtp-aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue