Roundcube Community Forum

SVN Releases => SVN Discussion => Topic started by: ramin on October 18, 2006, 08:45:25 AM

Title: how install roundcube on localhost
Post by: ramin on October 18, 2006, 08:45:25 AM
hello
I like to install round cube on localhost.
What about email address that we must enter for login on localhost?!
Title: Re: how install roundcube on localhost
Post by: bpat1434 on October 27, 2006, 07:10:44 AM
WEll you can either use a virtuser file to map login aliases to email addresses, or use the full email addresses. Since you're doing it on Localhost; might I suggest setting the "default domain" option in the config file?
Title: Re: how install roundcube on localhost
Post by: ramin on November 23, 2006, 12:40:28 PM
can you explain it to me completly?!
please by examples
Title: Re: how install roundcube on localhost
Post by: bpat1434 on November 23, 2006, 09:59:57 PM
Virtuser file, you'd have to look it up on your own. I'm not master, and wouldn't want to lead you down the wrong path.

Using the full email address as the login is the default for Rouncube. So no modificaitons or examples should be needed. Just input your full email (user@domain.tld) for the username, and your password for the password.

For setting the default domain, just open up config/main.inc.php and change the following setting:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = '';
Between the single quotes, just put your server.
Example:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'imap.myserver.com';
Title: Re: how install roundcube on localhost
Post by: ramin on November 24, 2006, 04:00:51 AM
hey ,
I said to you I like to test round cube in localhost !!
You said : change host to imap.myserver.com !!!
What about myserver?!
In localhost we have any .com and valid email address .
Title: Re: how install roundcube on localhost
Post by: bpat1434 on November 24, 2006, 07:03:17 AM
Then perhaps you missed the line above the code that read EXAMPLE.  You'd change it to what you need (localhost, 192.168.1.1, 127.0.0.1)
Title: Re: how install roundcube on localhost
Post by: ramin on November 24, 2006, 07:13:04 AM
I enter 127.0.0.1 , then enter with which username and password?
Title: Re: how install roundcube on localhost
Post by: bpat1434 on November 24, 2006, 07:50:04 AM
whichever for your localhost imap server. But if you don't have an imap server on your local machine, change the localhost to your IMAP server. Then use the username (email address) and password of any account on that imap machine.
Title: Re: how install roundcube on localhost
Post by: ramin on November 24, 2006, 08:04:03 AM
how can I install IMAP server on my windows XP based computer?
Title: Re: how install roundcube on localhost
Post by: bpat1434 on November 24, 2006, 02:53:16 PM
Google for a server..... XP doesn't have one natively, so you'd have to use a 3rd party....
Title: Re: how install roundcube on localhost
Post by: ramin on November 25, 2006, 12:02:47 AM
I dont know about 3rd party,what about this? ???
Title: Re: how install roundcube on localhost
Post by: bpat1434 on November 25, 2006, 08:11:59 AM
i.e. it's not a Windows IMAP server, someone else developed the program to run on Windows.