Displaying 20 results from an estimated 1726 matches for "imap_quota".
2015 Mar 30
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-29, at 10:16 AM, Gedalya <gedalya at gedalya.net> wrote:
>
> This problem can be reproduced in one second. Here you go:
>
> protocol lmtp {
> mail_plugins = $mail_plugins sieve imap_quota
> }
>
> Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local
> Mar 29 13:13:33 mail dovecot: lmtp(gedalya at gedalya.net): Error: Couldn't load required plugin /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: dlopen() failed: /usr/lib/dovecot/modules/lib11_imap_quota_p...
2007 Dec 11
1
1.0.8 with quota 1.0.8 patch - undefined symbol: quota_set
I get the following error after patching the 1.0.8 src.rpm with the quota-rewrite-1.0.8.diff
[root at test dovecot]# /etc/rc.d/init.d/dovecot start
Starting Dovecot Imap: Edlopen(/usr/lib/dovecot/imap/lib02_imap_quota_plugin.so) failed: /usr/lib/dovecot/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
FCouldn't load required plugins
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot.conf
[FAILED]...
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll,
using sieve dovecot2 rc1
on testing system ubuntu lucid
with packs recompiled from http://xi.rename-it.nl/debian/
i have
Jul 05 11:48:35 managesieve: Debug: Module loaded:
/usr/lib/dovecot/modules/lib01_acl_plugin.so
Jul 05 11:48:35 managesieve: Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2007 Jul 06
3
modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set
Hi,
I wanted to enable FS quota support in dovecot, and have configured the
following directives:
protocol imap {
mail_plugins = imap_quota
}
plugin {
quota = fs
}
With this additional settings, my normally working dovecot.conf doesn't start
anymore:
Starting mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so)
failed: /usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so: undefined
symbol:...
2013 Jul 12
1
mail not reject when the mailbox is full (Dovecot-LDAP-Imap_quota)
Hello List.
Currently I have configured the share of users through the LDAP query as
shown
#dovecot.conf
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
quota = dirsize
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
#dovecot-ldap.conf
auth_bind = yes
ldap_version = 3
base = dc=XXX,dc=YY,dc=ZZ
deref = never
scope = subtree
user_attrs =
homeDirectory=home,uidNumber=uid,gidNumber=gid,mail=Maildir,mailQuotaSize=quota_ru...
2009 Jul 10
4
imap_quota-error with 1.2.1
Hi,
I downloaded the debian-src-package of dovecot 1.2.1 from
xi.rename-it.nl, and built the package myself - no errors present.
after the upgrade, dovecot complains about an error with imap_quota,
startup fails:
Restarting IMAP/POP3 mail server:
dovecotEdlopen(/usr/lib/dovecot/modules/imap/lib10_quota_plugin.so)
failed: /usr/lib/dovecot/modules/imap/lib10_quota_plugin.so: undefined
symbol: xdr_ext_getquota_args
FCouldn't load required plugins
Error: imap dump-capability process re...
2020 Sep 19
1
extra fields question
Hi,
I'm trying to configure the use of plugins per user in dovecot, more
specifically, fts and fts_solr. It happen to have other necessary
plugins per protocol, for example "imap_quota" which would be
specifically for the imap protocol and which does not apply for the lmtp
protocol.
For this I need to specify that for the imap protocol I have:
protocol imap {
mail_plugins = quota imap_quota zlib imap_sieve mail_log notify
}
and for the lmtp protocol I have:
protocol...
2015 Mar 30
1
quota setup assistance (postfix+dovecot+mysql)
...e I suspected such operation, I now know for sure.
While not all protocol sections are defined in each file, here are the contents of the other files that contain mail_plugins parameters :
10-mail.conf: mail_plugins = $mail_plugins zlib quota
20-imap.conf: mail_plugins = $mail_plugins imap_zlib imap_quota antispam
And here are the contents of each defined protocol section :
15-lda.conf: protocol lda {
15-lda.conf: mail_plugins = $mail_plugins sieve
15-lda.conf: }
20-lmtp.conf: protocol lmtp {
20-lmtp.conf: mail_plugins = $mail_plugins sieve
20-lmtp.conf: }
Given that doveconf -n shows :
pro...
2014 Feb 20
2
Enable mail logger plugin
...conf -n
>> ...
>> mail_location = maildir:/var/vmail/%d/%n/Maildir
>> mail_plugins = quota mail_log notify
>> mail_privileged_group = mail
>> mail_uid = 5000
>> ...
>> protocol imap {
>> mail_max_userip_connections = 80
>> mail_plugins = quota imap_quota antispam
>> }
>> protocol pop3 {
>> mail_max_userip_connections = 30
>> mail_plugins = quota
>> }
>>
>
> I see "mail_plugins = quota mail_log notify" at the top there, but in the protocol imap block it's "mail_plugins = quota imap_quota...
2008 Apr 17
1
Dbox + imap_quota still crashing on 1.1rc4
...00
mail_uid: 2000
mail_gid: 2000
mail_drop_priv_before_exec: yes
mail_executable(default): /usr/local/dovecot/libexec/dovecot/imap
mail_executable(imap): /usr/local/dovecot/libexec/dovecot/imap
mail_executable(pop3): /usr/local/dovecot/libexec/dovecot/pop3
mail_plugins(default): fts fts_squat quota imap_quota
mail_plugins(imap): fts fts_squat quota imap_quota
mail_plugins(pop3): expire quota
mail_plugin_dir(default): /usr/local/dovecot/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/dovecot/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/dovecot/lib/dovecot/pop3
auth default:
default_realm: fler...
2006 Mar 09
3
Getting maildir++ quotas working
...OTA"; and the
GETQUOTAROOT command is recognized, but returns nothing...
2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX" ""
* QUOTA "" ()
2 OK Getquotaroot completed.
These are the settings I have... am I missing something?
protocol imap {
mail_plugins = imap_quota quota
mail_plugin_dir = /usr/lib/dovecot/imap
}
plugin {
quota = maildir
imap_quota = maildir
}
Here are some more details:
Dovecot is creating the maildirsize file in my maidir, and it seems to
show correct storage used calculations, but the first line which should
contain my s...
2011 Feb 07
1
sieve not working if i have override
...sword query
below, however when I use this password query everything is working expect
sieve gives me an error. How can I get around this problem?
password_query = SELECT username as user, password, \
if('%d' IN ('virttest1.xxx.net', 'test2000.com'), \
'quota imap_quota trash expire autocreate acl imap_acl',null) as
userdb_mail_plugins, \
101 as userdb_uid, 502 as userdb_gid, CONCAT('*:bytes=', CAST(quota AS
CHAR)) AS quota_rule FROM mailbox WHERE username = '%u'
Feb 7 18:28:20 testip5 dovecot: managesieve: Debug: Loading modules from
dir...
2007 Aug 28
2
quota imap_quota
Hello,
I've been frying my brain with quota and mysql... Here is what I do:
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle delay-newmail
}
plugin {
# 10 MB + 1000 messages quota limit
# quota = maildir:storage=10240:messages=1000
driver = mysql
connect = host=/var/lib/mysql/mysql.sock user=mail_admin
password=XXXXXXXX dbname=mail
user_query = SELECT CONCAT(...
2008 Apr 01
0
Dovecot 1.1rc3 crashes with Dbox + imap_quota plugin
Version: Dovecot v1.1.rc3
OS: CentOS 5 running in OpenVZ
CPU: x86_64
Was running fine with maildir and decided to get dbox a try. Test user
created with a dbox mailstore backend and when a client logs in that tries
to run a getquotaroot imap command the process SIGSEGV's.
Have been able to narrow it down to dbox crashing against dict quota as
well as dirsize. Maildir works just fine.
2015 Mar 29
2
quota setup assistance (postfix+dovecot+mysql)
...notably, the error I see in the mail log is as follows :
>>
>> Mar 23 00:55:31 host dovecot: lmtp(328): Debug: Module loaded:
>> /usr/lib/dovecot/modules/lib10_quota_plugin.so Mar 23 00:55:31
>> host dovecot: lmtp(328): Error:
>> dlopen(/usr/lib/dovecot/modules/lib11_imap_quota_plugin.so)
>> failed: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so:
>> undefined symbol: command_unregister Mar 23 00:55:31 host
>> dovecot: lmtp(328): Fatal: Couldn't load required plugins
>>
>> I have attached my dovecot -n output. The installed revision...
2015 Apr 23
3
doveadm problem
...using:
dovecot --version
2.2.16 (de2023e630cb)
When i try to use doveadm i see the following error:
doveadm pw -t
{SSHA512}cywDi7p60qc1K0mK4zAC2NrnK86hntGgbQcAh3H9U3WEpZMFk1hj/MYQ81hJouP1FOsF/Jasc1BjzdaPeUU5fYLitEzV
-p 1234
Fatal: Couldn't load required plugin
/usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: dlopen() failed:
/usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: undefined symbol:
command_unregister
I recognized that these lines in my main dovecot.conf are responsible:
mail_plugins = quota imap_quota
When i change it to
mail_plugins = quota
The command is working like expe...
2016 Jan 15
2
Corrupted index cache file - migration with zlib
...;
pop3c_password = # hidden, use -P to show it
service lmtp {
inet_listener lmtp {
address = <removed>
port = 24
}
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
verbose_proctitle = yes
protocol imap {
mail_plugins = quota imap_quota imap_zlib
}
2015 Mar 23
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-23, at 1:43 AM, Gedalya <gedalya at gedalya.net> wrote:
>
> The imap_quota plugin is relevant only under protocol imap {}. It reports quota usage via the IMAP protocol. Under lmtp and any other protocol that can change quota usage, you need to load only the quota plugin, which does the actual work of accounting and enforcing the quota.
Thank you for the hint. So what I...
2007 Nov 28
1
quick question about fs quota overhead in plugin
Last night I enabled imap_quota so dovecot could report usage reported
by disk quota. I don't intend to actually use the quota plugin to place
any limits anytime soon though. How much overhead does this add to
normal operations that allocate disk space? Ideally I'd like a situation
where the only overhead is incurred...
2006 Apr 04
1
plugin problems.
dovecot 1 beta 5. solaris 9, gcc, gnu make.
trying to test imap quota plugin.
Apr 4 09:44:59 frodo dovecot: [ID 107833 mail.error] imap(lenny):
dlopen(/usr/local/dovecot/lib/dovecot/imap/lib02_imap_quota_plugin.so)
failed: ld.so.1: imap: fatal: relocation error: file
/usr/local/dovecot/lib/dovecot/imap/lib02_imap_quota_plugin.so: symbol
quota: referenced symbol not found
default_mail_env = mbox:~/:INBOX=~/mbox
mail_plugins = imap_quota
mail_plugin_dir = /usr/local/dovecot/lib/dovecot/imap
qu...