[Dovecot] [Bug] dovecot deliver v1.2.1 segfaults
Timo Sirainen
tss at iki.fi
Mon Jul 20 22:24:40 EEST 2009
On Mon, 2009-07-20 at 22:05 +0300, Nikita Koshikov wrote:
> Starting program: /usr/libexec/dovecot/deliver -d koshikov.n at domain.com -p /root/mail.eml
..
> Program exited with code 0113.
0113 = 75 = EX_TEMPFAIL = deliver should have logged an error message to
log file.
> > http://www.dovecot.org/bugreport.html
> >
> I have tried to get it, but nothing appear in user's home directory
One of the most important things is to get "ulimit -c unlimited" run
before your MTA. Or alternatively instead of executing deliver directly,
have it execute a script:
#!/bin/sh
ulimit -c unlimited
/usr/libexec/dovecot/deliver $*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090720/ebb7f811/attachment.bin
More information about the dovecot
mailing list