try..
from here >>>>
HELO my.mailserver.tld
MAIL FROM:<me@home>
RCPT TO:<me@james>
DATA
From: me@home
To: me@james
Subject: testjames

Testing james smtp

.

Quit
<<<< to here instead

> -----Original Message-----
> From: Phil Armour [mailto:[EMAIL PROTECTED]]
> Sent: 16 May 2002 08:09
> To: James Users List
> Subject: RE: trouble using the smtp sender.
>
>
> 220 myMailServer SMTP Server (JAMES SMTP Server 2.0a2) ready Thu, 16 May
> 2002 00
> helo
> [EMAIL PROTECTED]
> 250 myMailServer Hello [EMAIL PROTECTED] (BIOHAZARD-CAFE.MIT.EDU
> [18.7.16.75])
> mail
>
> 501 Usage: MAIL
> FROM:<sender>
> mail
> from:[EMAIL PROTECTED]
> 501 Syntax error in parameters or
> arguments
>
>
>
> At 07:32 AM 5/16/2002 +0100, you wrote:
> >it would help if you sent a transcript of the telnet session, or at least
> >the command that is rejected.
> >
> > > -----Original Message-----
> > > From: Phil Armour [mailto:[EMAIL PROTECTED]]
> > > Sent: 16 May 2002 02:08
> > > To: [EMAIL PROTECTED]
> > > Subject: trouble using the smtp sender.
> > >
> > >
> > > i am assuming that this is a config problem, but it might be a syntax
> > > problem....
> > >
> > > when i connect to the smtpClient in java i get an exception
> when i try to
> > > set the from field.  I also get the same 501 exception when i
> telnet into
> > > the smtp program and try to manually send an email.  (note: i have no
> > > problem manually sending emails from other smtp clients.)
> > >
> > > My exception is this:
> > >
> > > sun.net.smtp.SmtpProtocolException: 501 Syntax error in
> > > parameters or arguments
> > >
> > > any thoughts on how I need to set James to accept regular
> smtp commands?
> > >
> > >
> > > thanks in advance,
> > > -phil
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> >--
> >To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to