misp-docker icon indicating copy to clipboard operation
misp-docker copied to clipboard

Separate ADMIN_EMAIL and MISP_EMAIL/MISP_CONTACT

Open geosphere opened this issue 2 months ago • 0 comments

Currently, the ADMIN_EMAIL environment variable is used to configure both the administrator (user id=1) email and the email used for sending GPG-signed notifications. This limits flexibility, as there is no way to specify different email addresses for these purposes.

We propose adding support for separate environment variables, MISP_EMAIL (or MISP_CONTACT)

Currently, these parameters must be manually changed after each restart.

geosphere avatar Oct 25 '25 02:10 geosphere