smtp_app_proxy/config.example.yml

37 lines
1.1 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

smtp_proxy:
host: "localhost"
port: 1025
smtp_server:
host: "smtp.mailserver.com"
port: 587
user: "your_email@mailserver.com"
password: "your_password"
from_name: "Your Name"
from_email: "your_email@mailserver.com"
apps:
app1@localhost:
password: "pw1"
app2@localhost:
password: "pw2"
gpg: # optional
home: "/home/user/.gnupg"
passphrase: "phrase"
enabled: true
absent_notice:
enabled: true # Wether to issue a notice if recipient does not use GPG (PGP)
text: "\n\n⚠ This email was sent without end-to-end encryption.\n
This mail server supports automatic PGP encryption.\n
Consider setting up a PGP key and publishing it to keys.openpgp.org."
html:
"<p><strong>⚠️ This email was sent without end-to-end encryption.</strong><br>
This mail server supports automatic PGP encryption.<br>
Consider setting up a PGP key and publishing it to keys.openpgp.org.</p>"
# either text, html or both
id_domain: "mytest" # For Message ids
email_http_keyserver: "https://keys.openpgp.org/vks/v1/by-email/"