On Tue, 2010-08-31 at 20:46 -0400, Jerrale G wrote: > On 8/31/2010 5:03 PM, Timo Sirainen wrote: > > On 31.8.2010, at 21.42, Jerrale G wrote: > > > >> we have the mail_plugins defined differently for each protocol > >> ({imap=quota,expire,imap_quota} {pop3=quota,expire} > >> {lda=quota,expire,sieve}). > > doveadm doesn't have a protocol. You must set it globally. > > > > When adding an additional, global mail_plugins=quota, > we get: "Segmentation fault"
Could you get gdb backtrace? Probably: ulimit -c unlimited doveadm ... hopefully it dumps a core file and you can do: gdb `which doveadm` core bt full If you can't get core dump, try if this happens to give you a usable backtrace: gdb --args doveadm ... run <you may need to run "cont" here a couple of times before it crashes> bt full