[Dovecot] quota plugin
I keep getting this when enabling quota plugin for pop/imap
dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10
protocol imap { mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota }
quota = dirsize:storage=1024000
the user has only 40+mb in the home dir and the quota plugin properly shows 4% usage. However, messages can not be deleted or moved.
Lenny,
dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10
Looks like a Dovecot bug. If you're not running the latest version, upgrade. If you still see messages like that, follow the procedures listed here:
http://dovecot.org/bugreport.html
Steve
rc5. solaris 9 sparc, built with Sun's cc.
Lenny,
dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10
Looks like a Dovecot bug. If you're not running the latest version, upgrade. If you still see messages like that, follow the procedures listed here:
http://dovecot.org/bugreport.html
Steve
On Fri, 2006-08-04 at 11:11 -0400, lenny@edpausa.com wrote:
I keep getting this when enabling quota plugin for pop/imap
dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10
That's SIGBUS. Since you're using Sparc it probably means that Dovecot tried to do a non-aligned memory access somewhere. It's however difficult to guess where it could have happened without a gdb backtrace, so could you get one? See http://dovecot.org/bugreport.html
I don't have gdb installed, but I'll see what I can do. The problem seems to be associated with CFLAGS I used "-fast" flag for Sun's cc compiler. Without it, the plugin worked ok.
On Fri, 2006-08-04 at 11:11 -0400, lenny@edpausa.com wrote:
I keep getting this when enabling quota plugin for pop/imap
dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10
That's SIGBUS. Since you're using Sparc it probably means that Dovecot tried to do a non-aligned memory access somewhere. It's however difficult to guess where it could have happened without a gdb backtrace, so could you get one? See http://dovecot.org/bugreport.html
participants (3)
-
Apps Lists
-
lenny@edpausa.com
-
Timo Sirainen