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

Mail set up is not documented

Open blabut opened this issue 3 years ago • 1 comments

Hi,

Unless I missed something, I could not figure out how to configure MISP emails (for instance, notification when an event is created, or invitation to new users) using this dockerized version of MISP, knowing the information of my target SMTP server. Is there a better way to do so than to directly get a shell inside the container and configure Postfix from there?

Thanks a lot in advance !

blabut avatar Mar 08 '21 11:03 blabut

@paupaulaz This would be done via the following build variables:

POSTFIX_RELAY_HOST
MISP_FQDN
MISP_EMAIL

ventz avatar Mar 08 '21 16:03 ventz