Re: Using James as SMTP Relay

2012-11-19 Thread Guillermo Grandes
onday, November 19, 2012 11:15 AM Subject: Using James as SMTP Relay Hello, Is it possible to use James as an SMTP relay just like SendGrid? If yes how ? Can anyone point me to some documentation links? -- Kind Regards... Dhrubo <

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
You can perfectly do it from localhost if you localhost is allowed to contact the remote SMPT server on port 25. If it is not, you will need to explicitely set the gateway tag in the RemoteDelivery mailet with your ISP SMTP server. Thx, Eric On 19/11/2012 10:28, Dhrubo wrote: Thanks Eric. Y

Re: Using James as SMTP Relay

2012-11-19 Thread Dhrubo
Thanks Eric. Yes you are right it will be authenticated use for sure. Is it possible to test it from 127.0.0.1 (i.e locally) or I need to put/install James on my Softlayer servers ? On Mon, Nov 19, 2012 at 3:55 PM, Eric Charles wrote: > Yes, > > Just create the needed user/password and give th

Re: Using James as SMTP Relay

2012-11-19 Thread Eric Charles
Yes, Just create the needed user/password and give them to your users (I guess you don't want to act as an openrelay). SMTP relay will is working by default for authenticated users. Thx, Eric On 19/11/2012 10:15, Dhrubo wrote: Hello, Is it possible to use James as an SMTP relay ju