RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > News and Announcements > General Discussion

For more information about the ads and why they're here, please see the FAQ

Reply
  #1  
Old 01-14-2009, 07:31 PM
Registered User
 
Join Date: Jan 2009
Posts: 3
Default Test IMAP config

I am new to this and would like a little guide
I am using godaddy for hosting

On the check login section (Test IMAP configuration)

Do I use the username and password I used to install RoundCube?

Server: website.com/roundcube
Port 143
Username: username@website.com
Password: password

?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-14-2009, 10:10 PM
Registered User
 
Join Date: Jan 2009
Posts: 3
Default

This is what I get

Connecting to localhost...

Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:143 (No route to host) in /home/content/p/i/r/pirnomadev/html/wmail/program/lib/imap.inc on line 545
IMAP connect: NOT OK(Could not connect to localhost at port 143: No route to host)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-15-2009, 07:06 AM
Registered User
 
Join Date: Sep 2008
Posts: 11
Default Same i am Getting

i have a mail server(A). and one remote server (B). i installed roundcube on server (B) to Access Mails FROM server (A).

everything is perfect i double checked everything like config etc.

it ishows following error

Warning: fsockopen() [function.fsockopen]: unable to connect to 203.197.32.138:143 (Connection timed out) in /home/turiaic/public_html/www/bwwmail/program/lib/imap.inc on line 545
IMAP Error: Could not connect to 203.197.32.138 at port 143: Connection timed out
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-15-2009, 08:28 AM
Super Moderator
 
Join Date: May 2007
Posts: 664
Default

Mangiok: The Server should be your imap server, not the URL of your roundcube install and the username and password for your imap server as well.

sam121212: can you telnet from ServerB to Server A. may be there is a firewall or something in the way.
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more…
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-15-2009, 01:56 PM
Registered User
 
Join Date: Sep 2008
Posts: 11
Default

we closed fireball of both server a and server b nottong happen. on my system telnet is working fine
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 01-15-2009, 02:07 PM
Registered User
 
Join Date: Sep 2008
Posts: 11
Default main issue

Quote:
Originally Posted by JohnDoh View Post
Mangiok: The Server should be your imap server, not the URL of your roundcube install and the username and password for your imap server as well.

sam121212: can you telnet from ServerB to Server A. may be there is a firewall or something in the way.
we closed fireball of both server a and server b nottong happen. on my system telnet is working fine

issue
1-Remote server have 1 mother domain and 5 child domain like aaa@abc.com aaas@acd.com aas@ask.com



2-Thing is IMAP server validate predator instead of predator@abc.com

on Installer http://turiainc.com/www/bwwmail/_installer

if i check IMAP configuration
with following data
username predator
password 123456
its working perfect


but at http://turiainc.com/www/bwwmail its not working

if i modify programe/include/rcmail.php

line no
427
if (!empty($config['username_domain']) && !strpos($username, '@')) {
if (is_array($config['username_domain']) && isset($config['username_domain'][$host]))
$username .= '@'.$config['username_domain'][$host];
else if (is_string($config['username_domain']))
?? $username .= '@'.$config['username_domain'];

}

// try to resolve email address from virtuser table
if (!empty($config['virtuser_file']) && strpos($username, '@'))
$username = rcube_user::email2user($username);

// lowercase username if it's an e-mail address (#1484473)
if (strpos($username, '@'))
$username = strtolower($username);

// user already registered -> overwrite username
if ($user = rcube_user::query($username, $host))
$username = $user->data['username'];

Then i am getting error (Page Not found)

i hope you will sort out my problem
regards
sam
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community