On Friday 10 November 2006 22:55, Maxim Paperno wrote:
> Hi guys,
>
> I'd love to see a log of an LMTP transaction that does work for multiple
> recipients, including the original line endings (LF/CR or whatever). Not
> sure how hard that would be to procure. Then I'd like to see the mail log
> with LMTP failing and --debug turned on in spampd. I'm only partly versed
> in strace results, but any insight into what is going on will be helpful.
(sorry cr/lf is lost but anyway)
The transcript of telnet session directly to cyrus is here:
$ telnet localhost lmtp
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 hub.xxx.net LMTP Cyrus v2.1.18-IPv6-Debian-2.1.18-1+sarge2 ready
LHLO test
250-hub.xxx.net
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-SIZE
250-AUTH EXTERNAL
250 IGNOREQUOTA
MAIL FROM:<[EMAIL PROTECTED]>
250 2.1.0 ok
RCPT TO:<[EMAIL PROTECTED]>
250 2.1.5 ok
RCPT TO:<[EMAIL PROTECTED]>
250 2.1.5 ok
DATA
354 go ahead
Subject: test
test email
.
250 2.1.5 Ok
250 2.1.5 Ok
QUIT
221 2.0.0 bye
Connection closed by foreign host.
Transcript of telnet session to spampd which forwards to cyrus:
$ telnet localhost spamd
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 hub.xxxx.net LMTP Cyrus v2.1.18-IPv6-Debian-2.1.18-1+sarge2 ready
LHLO test
250-hub.xxx.net
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-SIZE
250-AUTH EXTERNAL
250 IGNOREQUOTA
MAIL FROM:<[EMAIL PROTECTED]>
250 2.1.0 ok
RCPT TO:<[EMAIL PROTECTED]>
250 2.1.5 ok
RCPT TO:<[EMAIL PROTECTED]>
250 2.1.5 ok
DATA
354 go ahead
Subject: test
test email
.
250 2.1.5 Ok
QUIT
250 2.1.5 Ok
QUIT
221 2.0.0 bye
QUIT
Connection closed by foreign host.
--
Regards
Vladislav Kurz
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]