smokeping-configs/ssmtp.conf

27 lines
605 B
Plaintext
Raw Permalink Normal View History

2023-03-14 15:14:43 -06:00
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
2023-09-25 14:21:01 -06:00
mailhub=mail.mpe.ca
2023-03-14 15:14:43 -06:00
AuthUser=
AuthPass=
2023-09-25 14:21:01 -06:00
UseSTARTTLS=no
2023-03-14 15:14:43 -06:00
# Where will the mail seem to come from?
#rewriteDomain=
# The full hostname
#hostname=
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
#FromLineOverride=YES