SMTP question

SMTP question

am 16.03.2006 21:09:33 von Steven Fisher

I've got a program that sends student grades to parents. I've had a
report of a user running into problem with Groupwise 7, and could use a
little advice.

Here's the sequence I'm using. I've removed email addresses, since they
don't belong to me, but they looked correct.

1. EHLO.
2. auth LOGIN
(Ultimately generates a 235 Authentication successful.)
3. Mail From:
4. RCPT TO:
5. DATA
6. .
(I get a 250 Ok here.)
7. Mail From:
(And things derail here with a 500 Syntax error.)

I don't understand this 500 Syntax error, and the software doesn't
expect it. So the software then issues a RSET, which also generates a
500 Syntax error. Next it tries a QUIT, which also generates a 500
Syntax error. In the end, the software drops the connection and declares
defeat. From what I understand, the first email does indeed go out.

Am I missing something from the sequence? Is there a better place for me
to ask?

Re: SMTP question

am 17.03.2006 01:13:40 von Sam

This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

--=_mimegpg-commodore.email-scan.com-22021-1142554420-0005
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Steven Fisher writes:

> 1. EHLO.
> 2. auth LOGIN
> (Ultimately generates a 235 Authentication successful.)
> 3. Mail From:
> 4. RCPT TO:
> 5. DATA
> 6. .
> (I get a 250 Ok here.)
> 7. Mail From:
> (And things derail here with a 500 Syntax error.)
>
> I don't understand this 500 Syntax error, and the software doesn't
> expect it. So the software then issues a RSET, which also generates a
> 500 Syntax error. Next it tries a QUIT, which also generates a 500
> Syntax error. In the end, the software drops the connection and declares
> defeat. From what I understand, the first email does indeed go out.
>
> Am I missing something from the sequence? Is there a better place for me
> to ask?

A likely bug in Groupwise. The stupid thing probably was never tested with
the client sending multiple messages on the same connection.

You might want to try a RSET immediately after the DATA comes back, and
before the next mail from:. It might work.



--=_mimegpg-commodore.email-scan.com-22021-1142554420-0005
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEGf80x9p3GYHlUOIRAoNOAJwIHACwazNg7T41LTKmUXHBkacubQCd Fbwc
w71lQ6Pegpu2vibpU+skMsQ=
=3gF2
-----END PGP SIGNATURE-----

--=_mimegpg-commodore.email-scan.com-22021-1142554420-0005--