msmtprc was missing. updated msmtprc
This commit is contained in:
16
msmtprc
16
msmtprc
@@ -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
|
||||
|
Reference in New Issue
Block a user