[Dovecot] doveadm quota get -u someone at ourdomains.com

Timo Sirainen tss at iki.fi
Wed Sep 1 18:48:49 EEST 2010


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




More information about the dovecot mailing list