I'm using multiple domain in my RC
$rcmail_config['default_host'][] = 'foo.com'; $rcmail_config['default_host'][] = 'fee.com'; $rcmail_config['default_host'][] = 'fuu.com';
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.comonly. I tried the ff steps below:
$rcmail_config['default_host'] = 'foo.com';
And remove
$rcmail_config['default_host'][] = 'fee.com'; $rcmail_config['default_host'][] = 'fuu.com';
Add virtuser_file.
$rcmail_config['virtuser_file'] = '/etc/mail/virtuser';
Contents is nelson@fee.com 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. It should be nelson@fee.com
Am I doing the right procedure?
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 ntserafica@gmail.comwrote:
I'm using multiple domain in my RC
$rcmail_config['default_host'][] = 'foo.com'; $rcmail_config['default_host'][] = 'fee.com'; $rcmail_config['default_host'][] = 'fuu.com';
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.comonly. I tried the ff steps below:
$rcmail_config['default_host'] = 'foo.com';
And remove
$rcmail_config['default_host'][] = 'fee.com'; $rcmail_config['default_host'][] = 'fuu.com';
Add virtuser_file.
$rcmail_config['virtuser_file'] = '/etc/mail/virtuser';
Contents is nelson@fee.com 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. It should be nelson@fee.com
Am I doing the right procedure?
Please remove my email address from this list. Fionabarrett90@btinternet.com
Many thanks.
Fiona.
From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Nelson Serafica Sent: 24 March 2012 03:26 To: users@lists.roundcube.net Subject: Re: [RCU] multiple domain
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 ntserafica@gmail.com wrote:
I'm using multiple domain in my RC
$rcmail_config['default_host'][] = 'foo.com';
$rcmail_config['default_host'][] = 'fee.com';
$rcmail_config['default_host'][] = 'fuu.com';
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 only. I tried the ff steps below:
$rcmail_config['default_host'] = 'foo.com';
And remove
$rcmail_config['default_host'][] = 'fee.com';
$rcmail_config['default_host'][] = 'fuu.com';
Add virtuser_file.
$rcmail_config['virtuser_file'] = '/etc/mail/virtuser';
Contents is nelson@fee.com 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. It should be nelson@fee.com
Am I doing the right procedure?
Den 2012-03-24 09:06, Fiona Barrett skrev:
Please remove my email address from this list. Fionabarrett90@btinternet.com
List-Unsubscribe: http://lists.roundcube.net/mailman/options/users, mailto:users-request@lists.roundcube.net?subject=unsubscribe
Many thanks.
no problem, no one other then the list owner can help you remove you, but see the http link
type your email addr, press the unsubscribe buttom, and then confirm the email you get from mailman, done
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