-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DKIM settings for SMTP notifications #1030
Comments
It's outside uptime-kuma scope. That's Your SMTP server should sign messages with DKIM. |
Y
Exactly - DKIM is a key that you set into your mail-servers DNS records, nothing that uptime can do for you. Think of uptime in this case as an email-client just connecting to the server sending an email. You can read more here: Aside from that I think this topic can be closed. |
I can't set my DKIM keys on my SMTP servers (1&1 for the quoted ones). Here is an example of a project (Wiki.js) that allows to define directly in the application the DKIM : https://github.com/Requarks/wiki But if this is not possible for technical reasons, no worries, you can close the ticket ;) |
Ok, but still key needs also to be present in the DNS entries of the domain... do you have this? Aside from that, the phpmailer can indeed work with the private DKIM keys, however, not sure how Uptime-Kuma exactly sends emails. |
Yes I have 3 applications that already use DKIM perfectly, I suggest it here if it is technically possible. If I had the possibility to set the DKIM directly on the SMTP servers I would do it, but the solution I found is to sign the mail from the client. What I find more logical is to sign the mail closest to the sender to avoid that the message is modified by an SMTP. If you want to check one of my DNS records, here is my DKIM public key from my bot discord : phpmailer._domainkey.marya.fr |
🏷️ Feature Request Type
Other
🔖 Feature description
Hello,
Would it be possible to sign SMTP emails with DKIM?
This will increase the security of sending mail if the SPF and DMARC fields are correctly configured.
This also prevents emails from ending up in spam.
✔️ Solution
To make this possible, from an interface point of view in SMTP notifications, I see the addition of 3 fields:
Technically modify the sending of emails in order to sign them with the information provided.
❓ Alternatives
No response
📝 Additional Context
Some sources on this technology :
https://wikipedia.org/wiki/DomainKeys_Identified_Mail
The text was updated successfully, but these errors were encountered: