Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: lnunesbr on February 22, 2007, 05:33:22 AM

Title: identities
Post by: lnunesbr on February 22, 2007, 05:33:22 AM
Hello friends,

i have installed round cube in my server.. its a wonderful webmail.... its working fine...

what i want is the following:

i have created a new email account, after i log in round cube, for sending any message, i have to create an identity to send it, right ?

is it possible to, if the person still didn't create an identity, in from field, by default is setted as myemail@account.com ?


Thanx for the help...



Leandro Nunes
+55 19 81174413
lnunesbr@gmail.com
Title: Re: identities
Post by: Jaspa on February 22, 2007, 06:57:25 AM
hi leandro

you may have already found this out but you can set a default domain in the main.inc.php file
find this section

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = ' ';

and modify it as in your example

$rcmail_config['mail_domain'] = 'account.com';

That should work ok provided that your users have email addresses that contain their user name so a user with a login username of bobjones should have an email address or alias of bobjones@account.com.

hope this helps, I had a similar issue with my install till i saw this parameter.

I expect this is also covered in the support forums as well.

cheers

Neil
Title: Re: identities
Post by: lnunesbr on February 22, 2007, 07:54:02 AM
Right... but in my roundcube webmail, will be possible logging in with any any domain account created in whm....

bobjones@account.com
mark@mysite.com
ceo@companyxpress.com
etc...


is there any way to implement my question in this way ?
Title: Re: identities
Post by: inf4mi on March 01, 2007, 01:49:51 PM
Quote from: lnunesbr
Right... but in my roundcube webmail, will be possible logging in with any any domain account created in whm....

bobjones@account.com
mark@mysite.com
ceo@companyxpress.com
etc...


is there any way to implement my question in this way ?

I think not!