Using HostMonster - Setup RCM
Setup email account - tested email account with client - works great from Apple Mail- can send and receive email on this IMAP account-
Installed RCM in my site - can't even get past the login - I get the error message "Connection to IMAP Server failed."
I get error log message pointing to file "imap.inc on line 468"
Error log:
[14-Apr-2008 21:13:08] PHP Warning: fsockopen() [
function.fsockopen]: php_network_getaddresses:
getaddrinfo failed: Name or service not known in /home/dcssatto/public_html/RCM/program/lib/imap.inc on line 468
[14-Apr-2008 21:13:08] PHP Warning: fsockopen() [
function.fsockopen]: unable to connect to
mail.dcssattorneys.com localhost:143 (Unknown error) in /home/dcssatto/public_html/RCM/program/lib/imap.inc on line 468
[14-Apr-2008 21:13:08 -0600] IMAP Error: Could not connect to mail.dcssattorneys.com localhost at port 143: in on line 0
Here is line 468--------------------------->
Line 468:
$iil_error = "Could not connect to $host at port $ICL_PORT: $errstr";
$conn->fp = fsockopen($host, $ICL_PORT, $errno, $errstr, 10);
WTF?????
- Any help appreciated.
you've got it configured wrong, the clue is here:
Quote"Could not connect to mail.dcssattorneys.com localhost at port 143"
Is it mail.dcssattorneys.com you want to connect to, or localhost?
Check the following setting in ./config/main.inc.php
$rcmail_config['default_host']
C
Thank you, I will check it this PM, and let you know the results. Thanks!! :)