James Mailet Access to External Servers!

2007-09-06 Thread Gary Jarrel
Hi All! A quick questions - I've got a mailet which uses a closed source API to connect to a remote server to notify users of mail coming in. The connection is a simple http connection from the James server (inside the mailet) to a remote server on port 80. All seems to function well in the test

Re: James Mailet Access to External Servers!

2007-09-06 Thread Bernd Fondermann
Hi Gary, To narrow down your problem, did you try to get a plain connection from the mail server to the web server for example by issuing on the mail server's command line wget http://webserver:80/resource or telnet webserver 80 ? Bernd Gary Jarrel wrote: Hi All! A quick questions -

Re: James Mailet Access to External Servers!

2007-09-06 Thread Gary Jarrel
yeah I have, and it works fine :( On 9/6/07, Bernd Fondermann [EMAIL PROTECTED] wrote: Hi Gary, To narrow down your problem, did you try to get a plain connection from the mail server to the web server for example by issuing on the mail server's command line wget

Re: James Mailet Access to External Servers!

2007-09-06 Thread Stefano Bagnara
Gary Jarrel ha scritto: yeah I have, and it works fine :( There are no specific restrictions for that. In fact we have some mailet using sockets to communicate with external services. Maybe the problem is in the closed source api that you use to connect the remote server. Can you try connecting