Hey all, I know in the past there has been some discussion about the need for mail_host. In our specific setup mail_host is really a huge pita. For example, we allow customer service employees to impersonate a customer. This is done through a specific imap server that allows impersonation. But this doesn't work, because roundcube will create a new config entry in the database because the imap server changed. Even though from our point of view, the imap servers deal with the same user base.
Wouldn't it be possible to have a config option $config['mail_host'] = false;
if you set this to a specific mail_host, the mail_host column is always set to that config option.
If thats a 'wont fix' from roundcube, is there a way this could be done through a plugin?
Cor