leiweibau / Pi.Alert

Scan the devices connected to your WIFI / LAN and alert you the connection of unknown devices. It also warns if a "always connected" device disconnects. In addition, it is possible to check web services for availability. For this purpose HTTP status codes and the response time of the service are evaluated.
https://leiweibau.net
GNU General Public License v3.0
342 stars 25 forks source link

[Feature Request] DKIM authentication on sending email alerts #243

Open gyalokai opened 6 months ago

gyalokai commented 6 months ago

Hi Leiweibau,

I use your Pi.Alert fork on a Raspberry Pi 5, and I have to say its awesome, thank you for working on it!

I noticed when I get an email alert from Pi.Alert, it is not DKIM authenticated. I am using POSTFIX on this Pi 5 and DKIM is working fine when I send an email with the 'mail' command so I know it works and it is okay.

Is it (would it be) possible to add or set DKIM authentication on you Pi.Alert fork too?

leiweibau commented 6 months ago

Thank you for the praise.

I have taken a look at your request. It would certainly be possible in principle. The difficulty for me at the moment is setting up such an infrastructure at my place so that I can test the implementation. I also face the problem of having to provide support for the activation of DKIM at the user's mail provider if someone wants to use this function as well. Of course, your request is justified for the time being and will remain open. Personally, however, I will first have to read up on this further. Perhaps it will be implemented via a pull request.