RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
> In plain English: When SMTP AUTH is set TRUE, any incoming mail > that is destine for this JAMES will NOT requir Auth. Correct. See doRCPT in http://svn.apache.org/viewcvs.cgi/james/server/branches/branch_2_1_fcs/src/j ava/org/apache/james/smtpserver/SMTPHandler.java?rev=109184&view=markup. >

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
I have miss-undrestood...! In plain English: When SMTP AUTH is set TRUE, any incoming mail that is destine for this JAMES will NOT requir Auth. The tag indicates which domains/addresses are destination of this JAMES. -Bahman -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTE

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
> The real problem is when JAMES will talk to other Servers using SMTP > protocol. JAMES could not care less about SMTP AUTH when sending to other SMTP servers. It doesn't use it. Servers sending *to* JAMES should only be sending e-mail for domains handled locally at JAMES. Relaying is no longe

RE: Forwarding Problem

2004-12-30 Thread Ricardo Cortes
The mail server we were using to send out emails prior to switching to James was able to send emails just fine to aol.com addresses. So, I don't think it's an SPF record issue. I'm fairly positive it's the non aol.com email address in the To: field that's causing the problems. I guess what I

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
Thank you Noel for the reply. The clients have nor problem connecting to JAMES and sending mails with Authentication tag is set TRUE. The real problem is when JAMES will talk to other Servers using SMTP protocol. The other servers (and I don't know where the clients will be sending mail to so tha

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Noel J. Bergman
Please do not use HTML e-mail. Thank you. > The Clients within our internal network use SMTP protocol to talk > to our James Mail server. > If Authentication tag is set FALSE in James, then everything is ok. > If Authentication tag is set TRUE in James, then everything is NOT ok. If you require

RE: Proper way to setup SMTP-Auth

2004-12-30 Thread Bahman
Hi! In the config.xml I have mentioned the domain names (there are two domain names that James will be working for). The things is that I have to tell JAMES not to ask for Authentication when talking to another MailServer. - Bahman -Original Message- From: Arno Schatz [mailto:[EMAIL PR

Re: Proper way to setup SMTP-Auth

2004-12-30 Thread Arno Schatz
Hi, can you be more specific about: If Authentication tag is set TRUE in James, then everything is NOT ok. just a guess: did you configure the local domain in config.xml? -Arno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi