[OGo-Users] LSMailDeliveryException when sending a mail via ogo webui?

Sebastian Reitenbach users@opengroupware.org
Wed, 02 Jan 2008 14:57:47 +0100


Hi,

one of our users wanted to send an e-mail to two persons. The e-mail 
addresses were taken from the contacts database. so not manually added.
There were some attachements added, about 10MB, not too big to get them out.

In the ogo log I found these messages

could not perform request !<br />postdrop: warning: uid=1000: Illegal seek
sendmail: fatal: marx@rapideye.de(1000): queue file write error                 
                                                         
Jan 02 13:14:50 ogo-webui-1.1 [4892]: [email::deliver] [1] Could not write 
mail to sendmail! <19200>
Jan 02 13:14:50 ogo-webui-1.1 [4892]: [email::deliver] [1] message: <>          
                                                         
Jan 02 13:14:50 ogo-webui-1.1 [4892]: (131C131C2F477B6341) command 
email::deliver({
    addresses = 
(                                                                               
                                                 "Heikko.LALA@lala.fi",
        "\"susi sonnenschein\" 
<susi@sonnenschein.de>"                                                         
                                       );
    copyToSentFolder = 0;                                                       
                                                             
messageTmpFile = "/tmp/OGo131C477B8E4818.tmp";
}) failed:                                                                      
                                                           
name:   LSMailDeliveryException  reason: Writing to '' failed with code 
[19200]  info:   {
    callStack = 
(                                                                               
                                                 "email::deliver 
(class=LSMailDeliverCommand, self=0x0xde03508)"
    );                                                                          
                                                         }
Jan 02 13:14:50 ogo-webui-1.1 [4892]: [ERROR] (131C131C2F477B6341) failed: 
email::deliver({                                                   addresses 
= (
        "Heikko.LALA@lala.fi",                                                  
                                                                "\"susi 
sonnenschein\" <susi@sonnenschein.de>"
    );                                                                          
                                                             
copyToSentFolder = 0;
    messageTmpFile 
= "/tmp/OGo131C477B8E4818.tmp";                                                 
                                      })

I think the initial problem is the one from the postdrop, but I am not sure, 
anbody has seen sth. like this before?
I'm on opensuse 10.2, running a trunk ogo, mailer is postfix.

Sebastian