[Dovecot] doveadm quota get -u someone@ourdomains.com
With the expire running from mysql, on 2.0.1, we get no errors with: " doveadm expunge -A mailbox Trash savedbefore 7d"
we have the mail_plugins defined differently for each protocol ({imap=quota,expire,imap_quota} {pop3=quota,expire} {lda=quota,expire,sieve}).
When trying "doveadm quota get -u someone@ourdomains.com" the output is: "doveadm(root): Fatal: Unknown command 'quota', but plugin quota exists. Try to set mail_plugins=quota" When adding an additional, global mail_plugins=quota, we get: "Segmentation fault"
Is there a specific, proper way beyond the way I read of 1.2.x for defining the plugins. Please let me know how and what plugins I should define Jerrale G
--
Jerrale G. SC Senior Admin
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"
Jerrale G. SC Senior Admin
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
participants (2)
-
Jerrale G
-
Timo Sirainen