Author Topic: identities  (Read 5109 times)

Offline lnunesbr

  • Newbie
  • *
  • Posts: 2
identities
« 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

Offline Jaspa

  • Newbie
  • *
  • Posts: 6
Re: identities
« Reply #1 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

Offline lnunesbr

  • Newbie
  • *
  • Posts: 2
Re: identities
« Reply #2 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 ?

Offline inf4mi

  • Jr. Member
  • **
  • Posts: 12
Re: identities
« Reply #3 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!