27 lines
533 B
Plaintext
27 lines
533 B
Plaintext
# 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 nobody@%H
|
|
|
|
# Sets the argument of the SMTP EHLO
|
|
domain web
|
|
|
|
# Construct envelope-from addresses of the form "user@oursite.example"
|
|
#allow_from_override on
|
|
|
|
# Syslog logging with facility LOG_MAIL instead of the default LOG_USER
|
|
syslog LOG_MAIL
|