stdevPavelmc / mailad

Software to provision a mail server with users from a Windows or Samba 4 Active Directory
GNU General Public License v3.0
33 stars 11 forks source link

[FEAT] Make sysadmin notice emails configurable (silent/verbose) #146

Closed stdevPavelmc closed 2 years ago

stdevPavelmc commented 2 years ago

Is your feature request related to a problem? Please describe. I got a few "all is good" emails in the sysadmin/s inbox. That's annoying.

Describe the solution you'd like Make the email alerts only happens if failed.

Describe alternatives you've considered Make the notification verbose (mail is sent no matter the result) or silent (mail is sent only if something bad happens)

Additional context Some users complain about "useless" daily emails.

stdevPavelmc commented 2 years ago

You receive 3 kinds of notifications via email.

From this ones the most annoying is the everyone and groups reports. the other two are evidence and must not be disabled.

So the strategy will be to only generate the email if there was a change in the groups (any group)

stdevPavelmc commented 2 years ago

So... the daily groups message will be generated only when there is a change

stdevPavelmc commented 2 years ago

Closed by PR #146