[Dovecot] problem with mail_full_filesystem_access = yes
Timo Sirainen
tss at iki.fi
Fri Jul 30 22:43:38 EEST 2010
On 30.7.2010, at 18.44, Ladislav Pašek wrote:
> Thanks for hint. So I checked with strace and its output is here:
Strace output isn't very helpful for crashes. gdb backtrace would show exactly where it crashes. If you can crash it by running
deliver ..params.. < mail-file
then easiest way to get backtrace is to run it like:
gdb --args deliver ..params..
run < mail-file
bt full
More information about the dovecot
mailing list