dbarzin / deming

Management tool for the information security management system / Outil de gestion du système de management de la sécurité de l'information
GNU General Public License v3.0
238 stars 58 forks source link

Sending reports over SMTP #192

Open mbsouth opened 1 week ago

mbsouth commented 1 week ago

Exactly what I was looking for, thank you very much!

Feature request: Sending messages, notifications or reports via yourdomain.localhost, as described in the installation manual (MailX and Postfix), is a shot in the foot:

99.99% of these emails are classified as SPAM!

Why not send notifications or reports via an authenticated SMTP account whose server takes all security- and spam-relevant settings? MailX and Postfix would then not be necessary.

mbsouth

dbarzin commented 1 week ago

Thank you for your feedback! You’re absolutely right about the issues with sending emails via yourdomain.localhost —without SPF, DKIM, or DMARC, these emails can easily be flagged as spam.

Using an authenticated SMTP account would indeed improve security and simplify configuration by eliminating the need for MailX and Postfix. I've marked this as an improvement for future releases.

Thanks again for the suggestion!

dbarzin commented 5 days ago

This is implemented here : https://github.com/dbarzin/deming/pull/197 see announcement : https://github.com/dbarzin/deming/discussions/198

mbsouth commented 4 days ago

It seems, that will be a WOW Experience! Thanks!