Syslog identifier, remvoed emojiis from message

This commit is contained in:
Mattia Mascarello 2025-03-17 11:28:10 +01:00
parent 35edcca373
commit ec72ace5e5
2 changed files with 3 additions and 2 deletions

View File

@ -22,11 +22,11 @@ gpg: # optional
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
text: "\n\nNote: 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>
"<p><strong>Note: 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

View File

@ -13,6 +13,7 @@ Environment=PATH=/path/to/smtpproxy/venv/bin:/usr/bin:/bin
Environment=VIRTUAL_ENV=/path/to/smtpproxy/venv
StandardOutput=journal
StandardError=journal
SyslogIdentifier=smtpproxy
[Install]
WantedBy=multi-user.target