I would like to keep things simple, for a temporary work-a-round. 
Everyone is using the same https url. 

I thought about something like creating a small array of usernames and 
then add something like

if (in_array('%u', $userarr)) { $config['smtp_server'] = 
'out2.example.com'; } 

Preferably in the config, so I can update roundcube to newer versions 
easily. 

The above is of course not working because the %u is not expanded.



-----Original Message-----
Sent: 29 December 2019 21:01
To: users@lists.roundcube.net
Subject: Re: [RCU] (no subject)


On 22/12/2019 14:17, Marc Roos wrote
> Is it possible to configure a different outgoing mail server for just 
> a few accounts only?

I doubt that is a feature of roundcube, though you could proably achieve 
the same thing by creating a second parallel install of roundcube with a 
different config and access URL, and asking the the unusual users to log 
in using the other URL.

What is the problem you are trying to solve? There is probably a better 
way to solve it.

-- 

David Pottage


_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to