php/msmtprc

27 lines
542 B
Plaintext
Raw Normal View History

# A system wide configuration file is optional.
2023-04-27 11:58:09 +00:00
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
2023-04-27 11:58:09 +00:00
# Authentication
auth off
# The SMTP smarthost
host smtp
# Envelope-from address
2023-04-27 11:58:09 +00:00
from wordpress@%H
# Sets the argument of the SMTP EHLO
domain wordpress
# Construct envelope-from addresses of the form "user@oursite.example"
2023-04-27 11:58:09 +00:00
#allow_from_override on
# Syslog logging with facility LOG_MAIL instead of the default LOG_USER
syslog LOG_MAIL