misp icon indicating copy to clipboard operation
misp copied to clipboard

Use "additionalParameters" setting in Config/email.php

Open menewol opened this issue 2 years ago • 1 comments

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

menewol avatar Nov 28 '22 12:11 menewol

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?

ondj avatar Dec 21 '22 12:12 ondj