Le 9/24/2010 11:53 PM, Mr. Roboto a C)crit :
I have a fairly generic configuration for smtpd accepting mail on an
IPv6 interface. In the following email attempts, I'm seeing a 500
error from smtpd. The entry in /var/log/maillog is:
Sep 24 16:04:35 mail smtpd[9272]: 1285362275.rTy5IAatxEJ1PUGX:
from=<[email protected]>, relay=blog.example.net [IPv6:2001:x:y::25],
stat=LocalError (500 Pipelining unsupported)
The SMTP conversation looks as such:
220 mail.ipv6.example.org ESMTP OpenSMTPD
EHLO ipv6.example.org
250-mail.ipv6.example.org Hello ipv6.example.net [IPv6:2001:x:y::25],
pleased to meet you
250-8BITMIME
250 HELP
MAIL FROM:<[email protected]>
250 Sender ok
RCPT TO:<[email protected]>
250 Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
To:
From: [email protected]
Message-ID:<[email protected]>
Subject: Test Message
Date: Fri, 24 September 2010 14:04:35 -0700
Hello
.
QUIT
500 Pipelining unsupported
<<<<<
[...]
Any help is appreciated
Hi,
It's not polite to QUIT right after '.' without waiting for smtpd's
acknowledgment that it accepted the mail :-)
Gilles