Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "additionalParameters" setting in Config/email.php #63

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

menewol
Copy link

@menewol menewol commented Nov 28, 2022

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

@ondj
Copy link
Contributor

ondj commented Dec 21, 2022

Hello, this image do not use Mail transport but Smtp transport:

misp/Config/email.php

Lines 3 to 6 in bbfc89d

class EmailConfig
{
public $default = [
'transport' => 'Smtp',

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants