Author Topic: IMAP error  (Read 4130 times)

Offline jam57t

  • Newbie
  • *
  • Posts: 6
IMAP error
« on: December 06, 2007, 11:08:20 AM »
My site is still in development but web is almost complete. I decided to add email for our members to use. I'm a new b at this email, however I did have roundcube up and running and its a great product. After sending and recieving a few tests successfully I tried adding an account. Suddenly I stopped getting a connection to hmail. I'm not sure if I got lucky the first time or not. Maybe I have an incorrect setting in the main.inc.php file.
IMAP Error: Could not connect to blumarc.com at port 143: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

$rcmail_config['default_host'] = 'blumarc.com';
$rcmail_config['username_domain'] = 'mail.blumarc.com:82';
$rcmail_config['mail_domain'] = 'mail.blumarc.com:82';
$rcmail_config['smtp_server'] = 'hmailserver.com';
I'm running 2003 server with IIS 6
Please help, Thanks

Offline jam57t

  • Newbie
  • *
  • Posts: 6
Re: IMAP error
« Reply #1 on: December 06, 2007, 11:59:26 AM »
Cool I've corrected this problem.

Offline dunccs

  • Jr. Member
  • **
  • Posts: 10
Re: IMAP error
« Reply #2 on: February 01, 2008, 08:10:11 AM »
Its always good to say what you did in case someone falls in yo shoes and you might just help them. Please let us what you did and how you did it.