msmtprc was missing. updated msmtprc

This commit is contained in:
Deon George
2023-04-27 21:58:09 +10:00
parent fca7560fa8
commit 6cd78fc2ad
2 changed files with 15 additions and 5 deletions

16
msmtprc
View File

@@ -1,18 +1,26 @@
# A system wide configuration file is optional.
defaults
port 25
tls off
# If it exists, it usually defines a default account.
# This allows msmtp to be used like /usr/sbin/sendmail.
account default
# Authentication
auth off
# The SMTP smarthost
host smtp
# Envelope-from address
#from user@example.com
domain example.com
from wordpress@%H
# Sets the argument of the SMTP EHLO
domain wordpress
# Construct envelope-from addresses of the form "user@oursite.example"
#auto_from on
#maildomain example.com
#allow_from_override on
# Syslog logging with facility LOG_MAIL instead of the default LOG_USER
syslog LOG_MAIL