Roundcube Community Forum

 

identities

Started by lnunesbr, February 22, 2007, 05:33:22 AM

Previous topic - Next topic

lnunesbr

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 [email protected] ?


Thanx for the help...



Leandro Nunes
+55 19 81174413
[email protected]

Jaspa

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 [email protected].

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

lnunesbr

Right... but in my roundcube webmail, will be possible logging in with any any domain account created in whm....

[email protected]
[email protected]
[email protected]
etc...


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

inf4mi

Quote from: lnunesbr Right... but in my roundcube webmail, will be possible logging in with any any domain account created in whm....

[email protected]
[email protected]
[email protected]
etc...


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

I think not!