Roundcube Community Forum

 

Recently installed and need a little help!

Started by Martyn K, April 22, 2011, 12:11:19 PM

Previous topic - Next topic

Martyn K

Hi all,

I have just installed Roundcube and I can access my emails, however when I log in I have to type in the 'FULL username' and mail server everytime.

My username: test+rdplive.co.uk
My Sever: mail.rdplive.co.uk

I login via IMAP.

Can I configure the 'server' field so that it displays a drop-down list of my mail servers, that are:

mail.rdplive.co.uk & mail.rdplive.net ??

And one more thing, is it possible to configure something else so that I don't have to put in the '+rdplive.co.uk' or the '+rdplive.net' part of the username each time I choose my mail server, as I will choose mail server first, then input the username and password.

If this topic has been mentioned before then I do apologize.

Many Thanks for reading.

Any help would very much appreciated!

Martyn
RDP Live

SKaero

To create a list of mail servers add them to $rcmail_config['default_host'] in /config/main.inc.php. To automatically add the username change $rcmail_config['username_domain'] in /config/main.inc.php try using '%z'.

Martyn K

#2
Quote from: skaero;34394To create a list of mail servers add them to $rcmail_config['default_host'] in /config/main.inc.php. To automatically add the username change $rcmail_config['username_domain'] in /config/main.inc.php try using '%z'.


Hi Skaero,

Many Thanks for the quick response, however I am still having problems with this. I am sorry!

Currently the line reads:
$rcmail_config['default_host'] = '';

I would like mail.rdplive.co.uk AND mail.rdplive.net as the available servers.

Could you please show me how to do this, as I have been try all sorts of variances but I cant get it to work!

Just incase you need to know, the RC logon page is webmail.rdplive.net.

Many many Thanks!! :)
Martyn

Martyn K

Quote from: skaero;34394To create a list of mail servers add them to $rcmail_config['default_host'] in /config/main.inc.php. To automatically add the username change $rcmail_config['username_domain'] in /config/main.inc.php try using '%z'.


Hi Skaero,

Many Thanks for the quick response, however I am still having problems with this. I am sorry!

Currently the line reads:

$rcmail_config['default_host'] = '';


I would like mail.rdplive.co.uk AND mail.rdplive.net as the available servers.

Could you please show me how to do this, as I have been trying all sorts of variances but I cant get it to work!

Many many Thanks!! :)
Martyn

SKaero

You would need to make it an array, for example:
$rcmail_config['default_host'] = array('mail.server1.com', 'mail.server2.com');

alicetwothree

The Island of Tiffany bracelet Nassau is great all year round and there are Tiffany necklace  chartered boats which can be taken everyday and what is Tiffany charm bracelet even better about Nassau Tiffany jewelry sale is that it is close to the Continental shelf so you will not need to travel hours to start dropping lines to fish  therefore itTiffany necklace is possible to get 4 or 8 hours of Tiffany jewelry outlet fishing time, just imagine how many fish you could catch in that time! The types of fish that Tiffany necklace can be caught from Nassau are Dolphin,Tiffany and co jewelry  Marlin, Wahoo, Tuna and Sailfish. If you prefer not to be on the boat you can venture a little Tiffany jewelry further along the south coast of Nassau where there are  shallow waters perfect for fly fishing with many fish in the sea.

Martyn K

Quote from: skaero;34399You would need to make it an array, for example:
$rcmail_config['default_host'] = array('mail.server1.com', 'mail.server2.com');

Thank you, Thank you, Thank you!!!! :)

Just what I needed!

Kind Regards,
Martyn