Il 2012-10-02 22:15 Timo Sirainen ha scritto:
On 2.10.2012, at 22.28, Timo Sirainen wrote:
On 19.9.2012, at 16.07, Alessio Cecchi wrote:
#1 0x00007f2fc9fc41b4 in acl_backend_vfile_acllist_try_rebuild ( backend=0x1944240) at acl-backend-vfile-acllist.c:297
This backtrace is rather weird. Could you also do (instead of bt full):
Also, can you reproduce the crash always by running "doveadm quota recalc -u user@domain"?
If first add a news user, than run quota recalc and after deliver the first message "deliver" not crash:
# vpopmail/bin/vadduser test10@qboxdns.it # doveadm quota recalc -u test110@qboxdns.it # cat /root/testmail.txt | /usr/local/dovecot-2.1/libexec/dovecot/deliver -d test10@qboxdns.it
When add a new user without quota recalc deliver crash:
# /home/vpopmail/bin/vadduser test12@qboxdns.it # cat /root/testmail.txt | /usr/local/dovecot-2.1/libexec/dovecot/deliver -d test12@qboxdns.it Segmentation fault (core dumped) #
Hope this will useful