Unable to connect Sendmail and James

2003-08-14 Thread Christopher Cheng
I was unable to send connect Sendmail with James. I did everything stated in the documentation. I tried to add both "root" and "[EMAIL PROTECTED]" to James, still it says "Authentication Required". [EMAIL PROTECTED] SAR-INF]# mail -v [EMAIL PROTECTED] Subject: test . Cc: Null message body; hope t

RE: Unable to connect Sendmail and James

2003-08-14 Thread Christopher Cheng
Tracing through the code, it seems that the line >>> MAIL From:<[EMAIL PROTECTED]> [EMAIL PROTECTED] causing problems for James James doesn't pickup "AUTH=..." in doMAIL of SMTPHandler unless it is in a seperated line. I am not an email expert, is this a problem of James or Sendmail config? [EMA