Roundcube Community Forum

 

Default Mail Server

Started by Stevieb, January 22, 2007, 06:41:01 AM

Previous topic - Next topic

Stevieb

Hi guys,

Apologies if this has already been addressed, or is very simple, I tried a search but can't find anything.

What is the best way to remove the "Mail Server" box from the from login screen and set it as a default somewhere? I am the only user of the system so see no need for other to potentially use it.

Any ideas?

Cheers

Steve ;D

Stevieb


bugler

I donÃÂ,Ã,´t understand what you mean by the "Mail Server" box.
What box are you talking about?

Ed.

Prasad1337

I think I know what you mean.
Try this:
enter your domain name like mydomain.com for the values, like this in main.inc.php -
$rcmail_config['username_domain'] = 'mydomain.com';AND
$rcmail_config['mail_domain'] = 'mydomain.com';

Stevieb

Tried that, but it doesn't seem to make a difference.

Very weird.. ;)

digby_dude


Try...

$rcmail_config['default_host'] = 'localhost';

This did it for me..

A.

Stevieb

Quote from: digby_dude Try...

$rcmail_config['default_host'] = 'localhost';

That worked perfect thank! :D