Author Topic: how install roundcube on localhost  (Read 15669 times)

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
how install roundcube on localhost
« 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?!

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #1 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?
 
  

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
Re: how install roundcube on localhost
« Reply #2 on: November 23, 2006, 12:40:28 PM »
can you explain it to me completly?!
please by examples

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #3 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';
 
  

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
Re: how install roundcube on localhost
« Reply #4 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 .

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #5 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)
 
  

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
Re: how install roundcube on localhost
« Reply #6 on: November 24, 2006, 07:13:04 AM »
I enter 127.0.0.1 , then enter with which username and password?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #7 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.
 
  

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
Re: how install roundcube on localhost
« Reply #8 on: November 24, 2006, 08:04:03 AM »
how can I install IMAP server on my windows XP based computer?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #9 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....
 
  

Offline ramin

  • Jr. Member
  • **
  • Posts: 13
Re: how install roundcube on localhost
« Reply #10 on: November 25, 2006, 12:02:47 AM »
I dont know about 3rd party,what about this? ???

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: how install roundcube on localhost
« Reply #11 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.