Author Topic: Default Mail Server  (Read 6785 times)

Offline Stevieb

  • Newbie
  • *
  • Posts: 4
Default Mail Server
« 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

Offline Stevieb

  • Newbie
  • *
  • Posts: 4
Re: Default Mail Server
« Reply #1 on: January 26, 2007, 09:40:53 AM »
Bump! :'(

Any ideas? ;D

Offline bugler

  • Jr. Member
  • **
  • Posts: 54
Re: Default Mail Server
« Reply #2 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.

Offline Prasad1337

  • Global Moderator
  • Full Member
  • *****
  • Posts: 114
Re: Default Mail Server
« Reply #3 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';

Offline Stevieb

  • Newbie
  • *
  • Posts: 4
Re: Default Mail Server
« Reply #4 on: January 29, 2007, 07:21:28 AM »
Tried that, but it doesn't seem to make a difference.

Very weird.. ;)

Offline digby_dude

  • Newbie
  • *
  • Posts: 1
Re: Default Mail Server
« Reply #5 on: January 29, 2007, 10:09:58 AM »

Try...

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

This did it for me..

A.

Offline Stevieb

  • Newbie
  • *
  • Posts: 4
Re: Default Mail Server
« Reply #6 on: January 30, 2007, 03:53:42 AM »
Quote from: digby_dude
Try...

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

That worked perfect thank! :D