I can connect to my cyrus lmtpd server with the following:
/usr/cyrus/bin/deliver -l localhost

I then get/try the following: (S is server, C is me)

S: 220 localhost.localdomain LMTP Cyrus v2.0.12 ready
C: LHLO espoc.com
S: 250-localhost.localdomain
S: 250-IGNOREQUOTA
S: 250-8BITMIME
S: 250-ENHANCEDSTATUSCODES
S: 250-AUTH PLAIN DIGEST-MD5 CRAM-MD5 EXTERNAL
S: 250 PIPELINING
C: MAIL FROM: <[EMAIL PROTECTED]>
S: 250 2.1.0 ok
C: RCPT TO:<test@localhost>
S: 250 2.1.5 ok
C: DATA
S: 354 go ahead
C: blah blah...
C: .
S: 554 5.6.0 Message contains invalid header

This seems to be related to my previous posting where deliver simply will
not insert messages into the mailbox.  Any ideas what I'm doing wrong here?
Is this a problem actually talking to the session, or is this lmtpd's
configuration problem that it's telling me about during the session?

My stats:
Red Hat 7
Cyrus 2.0.12 (built from source)

also tried this with Cyrus 2.0.6-3 rpm and 2.0.11 rpm
same results.

Any pointers are much appreciated.

Erez

Reply via email to