Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: Stevieb on January 22, 2007, 06:41:01 AM

Title: Default Mail Server
Post by: Stevieb on January 22, 2007, 06:41:01 AM
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
Title: Re: Default Mail Server
Post by: Stevieb on January 26, 2007, 09:40:53 AM
Bump! :'(

Any ideas? ;D
Title: Re: Default Mail Server
Post by: bugler on January 26, 2007, 03:59:17 PM
I don´t understand what you mean by the "Mail Server" box.
What box are you talking about?

Ed.
Title: Re: Default Mail Server
Post by: Prasad1337 on January 27, 2007, 01:40:43 PM
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 -
Code: [Select]
$rcmail_config['username_domain'] = 'mydomain.com';AND
Code: [Select]
$rcmail_config['mail_domain'] = 'mydomain.com';
Title: Re: Default Mail Server
Post by: Stevieb on January 29, 2007, 07:21:28 AM
Tried that, but it doesn't seem to make a difference.

Very weird.. ;)
Title: Re: Default Mail Server
Post by: digby_dude on January 29, 2007, 10:09:58 AM

Try...

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

This did it for me..

A.
Title: Re: Default Mail Server
Post by: Stevieb on January 30, 2007, 03:53:42 AM
Quote from: digby_dude
Try...

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

That worked perfect thank! :D