> Yep, that's your problem.  The thing is, this probably isn't a Dbmail 
> problem.  

Well, it appears that the mail is stored correctly in the messageblks table, 
with the header in one block and the body in another. It even appears that the 
header block has a blank line at the end of it. I think that rules out the 
incoming mta. ( see below )

> Which MTA are you using?

The whole chain is mail.app -> qmail -> postfix -> dbmail or my webmail -> 
postfix -> postfix -> dbmail
 
> cat sample-message.txt | /path/to/dbmail-smtp-injector -d user

-d gives me a segmentation fault, -u works. 

> If mail delivered this way works, then it is a problem with your MTA.

Same results. See table contents for message below.  

[[ line width edited ]]

dbmail=> select message_idnr, messageblk from messageblks where message_idnr='8'
dbmail-> ;
 message_idnr |      messageblk                                                 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
               
--------------+---------------------------------------------------
            8 | this is a test


            8 | Received: from mailhost.socialecology.com 
(okra.socialecology.com [4.42.179.139])
        by serrano.pepper.socialecology.com (Postfix) with SMTP id 28665826F
        for <[EMAIL PROTECTED]>; Fri, 12 Jul 2002 08:51:35 -0700 (PDT)
Received: (qmail 27255 invoked from network); 12 Jul 2002 15:53:36 -0000
Received: from eds.a.soceco.com (192.168.1.35)
  by okra.socialecology.com with SMTP; 12 Jul 2002 15:53:36 -0000
Date: Fri, 12 Jul 2002 08:53:45 -0700
Subject: Re: this is another test
Content-Type: text/plain; charset=US-ASCII; format=flowed
Mime-Version: 1.0 (Apple Message framework v482)
From: erics <[EMAIL PROTECTED]>
To: erics <[EMAIL PROTECTED]>
Content-Transfer-Encoding: 7bit
In-Reply-To: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: Apple Mail (2.482)

(2 rows)

dbmail=> 


eric


Reply via email to