View Single Post
  #9 (permalink)  
Old 09-20-2008, 06:29 AM
Ron Gage Ron Gage is offline
Project Contributor
 
Posts: 10
Default troubleshooting connectivity

But is PHP configured to use CURL directly?

from a command line: php -i | grep -i curl
from a web page: <?php phpinfo(); ?>

The other thing to check: is there anything like a firewall blocking TCP/7071 between the 2 machines in question? From the web machine, try: telnet mail_server 7071 - does this connect?

Ron
Reply With Quote