mirror of
https://github.com/MatMasIt/smtp_app_proxy.git
synced 2025-04-04 14:27:05 +02:00
Syslog identifier, remvoed emojiis from message
This commit is contained in:
parent
35edcca373
commit
ec72ace5e5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user