2019-09-09 11:22:54 +00:00
|
|
|
# A system wide configuration file is optional.
|
2023-04-27 11:58:09 +00:00
|
|
|
defaults
|
|
|
|
port 25
|
|
|
|
tls off
|
|
|
|
|
2019-09-09 11:22:54 +00:00
|
|
|
# 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
|
|
|
|
|
2019-09-09 11:22:54 +00:00
|
|
|
# The SMTP smarthost
|
|
|
|
host smtp
|
|
|
|
|
|
|
|
# Envelope-from address
|
2023-05-04 10:21:20 +00:00
|
|
|
from nobody@%H
|
2023-04-27 11:58:09 +00:00
|
|
|
|
|
|
|
# Sets the argument of the SMTP EHLO
|
2023-05-04 10:21:20 +00:00
|
|
|
domain web
|
2019-09-09 11:22:54 +00:00
|
|
|
|
|
|
|
# Construct envelope-from addresses of the form "user@oursite.example"
|
2023-04-27 11:58:09 +00:00
|
|
|
#allow_from_override on
|
2019-09-09 11:22:54 +00:00
|
|
|
|
|
|
|
# Syslog logging with facility LOG_MAIL instead of the default LOG_USER
|
|
|
|
syslog LOG_MAIL
|