20 Jul
2009
20 Jul
'09
10:24 p.m.
On Mon, 2009-07-20 at 22:05 +0300, Nikita Koshikov wrote:
Starting program: /usr/libexec/dovecot/deliver -d koshikov.n@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.
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 $*