Hi,
Please remove me from this list.
Thank you,
Paul
On 23.03.2012 22:26, Nelson Serafica wrote:
Please disregard my email. I just discovered that I need to activate it on plugin.
On Sat, Mar 24, 2012 at 11:07 AM, Nelson Serafica wrote:
I'm using multiple domain in my RC
$rcmail_config['default_host'][] = 'foo.com [1]'; $rcmail_config['default_host'][] = 'fee.com [2]'; $rcmail_config['default_host'][] = 'fuu.com [3]';
This creates a dropdown menu on my RC. However, users could login to these three domain. Would it be possible to set users to login only in one of these domain? I'm using MySQL and users is on local system. Basically, what I only want is if I can only user USERA to have an email of USERA@foo.com [4] only. I tried the ff steps
below:
$rcmail_config['default_host'] = 'foo.com [5]';
And remove
$rcmail_config['default_host'][] = 'fee.com [6]'; $rcmail_config['default_host'][] = 'fuu.com [7]';
Add virtuser_file.
$rcmail_config['virtuser_file'] = '/etc/mail/virtuser';
Contents is nelson@fee.com [8] nelson.
I deleted nelson on the users table of roundcubemail database.
When I tried to login using nelson and compose a message, my email in the From field is still nelson@foo.com [9]. It should be nelson@fee.com [10]
Am I doing the right procedure?
Links:
[1] http://foo.com [2] http://fee.com [3] http://fuu.com [4] mailto:USERA@foo.com [5] http://foo.com [6] http://fee.com [7] http://fuu.com [8] mailto:nelson@fee.com [9] mailto:nelson@foo.com [10] mailto:nelson@fee.com [11] mailto:ntserafica@gmail.com