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 |