Skip to content

[IMP] Add multi tenant support in config#10

Open
ofonseca-pyming wants to merge 1 commit intopulsejet:masterfrom
ofonseca-pyming:imp-multi-tenant-banner-warn
Open

[IMP] Add multi tenant support in config#10
ofonseca-pyming wants to merge 1 commit intopulsejet:masterfrom
ofonseca-pyming:imp-multi-tenant-banner-warn

Conversation

@ofonseca-pyming
Copy link

Parse org_email_regex config for roundcube replacement variables. Useful in multi tenant deployments

// Get config
$host = $RCMAIL->config->get('org_email_regex');
$this->org_mail_regex = rcube_utils::parse_host($host);
$this->org_mail_regex = $RCMAIL->config->get('org_email_regex');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm very confused. Doesn't the value of $this->org_mail_regex just get overwritten here?

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