mirror of
https://seed.flo-the.dev/z3gWc1qgaeZaoGwL4WTstLNoqjayM.git
synced 2025-12-06 04:47:35 +01:00
24 lines
663 B
Plaintext
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 = "" |