misp
misp copied to clipboard
Use "additionalParameters" setting in Config/email.php
Use this variable to set the return path for mails being sent by MISP. By default this might be username-running-misp@container_id
or something else which could expose internal names, or hinder senders being informed about bounced messages.
compare with default configuration in MISP / MISP/app/Config/email.php#L51
Hello, this image do not use Mail
transport but Smtp
transport:
https://github.com/NUKIB/misp/blob/bbfc89d4ed6e9ff0179f9b3f24b8bc41957867ec/Config/email.php#L3-L6
So that means this parameter will not work. And I checked Smtp
transport and that transport do not add Return-Path
e-mail header. Can you check if yours e-mails really contain that header?