mirror of
https://github.com/MatMasIt/smtp_app_proxy.git
synced 2025-04-20 19:45:25 +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
|
enabled: true
|
||||||
absent_notice:
|
absent_notice:
|
||||||
enabled: true # Wether to issue a notice if recipient does not use GPG (PGP)
|
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
|
This mail server supports automatic PGP encryption.\n
|
||||||
Consider setting up a PGP key and publishing it to keys.openpgp.org."
|
Consider setting up a PGP key and publishing it to keys.openpgp.org."
|
||||||
html:
|
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>
|
This mail server supports automatic PGP encryption.<br>
|
||||||
Consider setting up a PGP key and publishing it to keys.openpgp.org.</p>"
|
Consider setting up a PGP key and publishing it to keys.openpgp.org.</p>"
|
||||||
# either text, html or both
|
# 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
|
Environment=VIRTUAL_ENV=/path/to/smtpproxy/venv
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
StandardError=journal
|
StandardError=journal
|
||||||
|
SyslogIdentifier=smtpproxy
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user