On Mon, 2009-07-20 at 22:05 +0300, Nikita Koshikov wrote: > Starting program: /usr/libexec/dovecot/deliver -d koshiko...@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 $*
signature.asc
Description: This is a digitally signed message part