Files
smtprd-ng/config.example
2024-07-11 18:53:48 +02:00

24 lines
663 B
Plaintext

# [server]
# hostname = localhost
# port = 8025
[client]
hostname = smtp.mail.example.com
port = 465
username = foo@example.com
# If password_file is supplied, a valid path must be supplied
# password_file = Path/to/file
sender = foo@example.com
# set_reply_to = false
# use_tls = true
# start_tls = false
# smime_cert = /path/to/cert
# smime_cert_private = /path/to/cert.key
# smime_to_cert = /path/to/recipient_cert
[emails]
# If you want to encrypt outgoing email, add the recipient certificate to the email
# if not, add an empty string
# uses email = Path to certificate
# monitoring.foo@example.com = /path/to/recipient_cert
# unencrypted@example.com = ""