hello
I like to install round cube on localhost.
What about email address that we must enter for login on localhost?!
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?
can you explain it to me completly?!
please by examples
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 (
[email protected]) 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';
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 .
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)
I enter 127.0.0.1 , then enter with which username and password?
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.
how can I install IMAP server on my windows XP based computer?
Google for a server..... XP doesn't have one natively, so you'd have to use a 3rd party....
I dont know about 3rd party,what about this? ???
i.e. it's not a Windows IMAP server, someone else developed the program to run on Windows.