Displaying 20 results from an estimated 1000 matches similar to: "modules/imap/lib02_imap_quota_plugin.so: undefined symbol: quota_set"
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
2009 Mar 04
2
deliver to root
Hi,
we use dovecot 1.1.11 on a RH Server with sendmail. Local delivery is
done with deliver:
Mlocal, P=/usr/local/libexec/dovecot/deliver,
F=lsDFMAw5:/|@qSPfhn9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
T=DNS/RFC822/X-Unix,
A=deliver -d $u
This setup works without issues for us, but mail to root has a problem
with deliver:
deliver(root): Mar 04 16:31:31
2010 Jun 22
1
quota_set leak
The quota plugin in 2.0.beta6 leaks 2KB "quota settings" pools. Here is a patch to plug this leak, assuming you intended the caller of quota_init to retain ownership of the quota_set. If on the other hand you intended for quota_init to assume ownership of the quota_set, then the quota_settings_deinit call belongs in quota_deinit.
--- a/src/plugins/quota/quota-storage.c (beta6)
+++
2006 Apr 06
1
lib02_imap_quota_plugin.so: undefined symbol: quota
Hi folks.
We're trying to set up Dovecot with Maildir++ quotas. Operating system is
CentOS 4.3 (final) X86 using Dovecot 1.0b5.
After logging in, I get the following logged through syslog and the
connection closes:
Apr 6 10:39:36 dev3 dovecot: imap(jtest): Loading modules from directory:
/usr/local/lib/dovecot/imap
Apr 6 10:39:36 dev3 dovecot: imap(jtest):
2007 Feb 24
1
Bigcrypt password patch
Hi,
we are currently in the progress of switching an HPUX mailserver to linux and
dovecot. The only issue so far is, that HPUX has bigcrypt for passwords > 8
chars. Bigcrypt uses standard libc crypt for every block of 8 chars.
The linux pam modules have a bigcrypt.c file which can be used for dovecot as
well to authenticate crypt and bigcrypt passwords.
I have used the pam bigcrypt.c code
2006 Dec 10
2
segfault in RC15
Hi all, ive seen a few segfaults in RC15. It's hard for me to reproduce
but I was able to get a core when it happened with one of our customers.
RC15
FreeBSD 4.10
X86
NFS/NetApp
It's squirrelmail/webmail client.
Can't reproduce it, cant turn on dovecot.rawlog because I dont know in
advance which customer will hit this. See it about 5 times per hour,
with thousands of logins per hour.
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Hi,
I am receiving this error when I put mail_plugins = acl imap_acl, even though the module is there.
/etc/init.d/dovecot restart
Restarting mail server: dovecotFPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Error: imap dump-capability process returned 89
With mail_plugins = acl, it starts up correctly.
dovecot -n
# /etc/dovecot/dovecot.conf
base_dir:
2009 Dec 22
3
Dovecot quota not working
Hi everyone,
I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine.
Setting the limit to 1GB and starting to fill up the mailbox and nothing
stopped me. It just kept growing and nothing happened.
Restarted the service and nothing.
I had already exceeded the 1 GB limit and nothing happens, the mailbox still
goes bigger and bigger...
The *"check_quota"* plugin for
2007 Mar 31
4
quota warning - take 2
Hi,
About one month ago, I sent a patch to this list to implement warnings
when a user is close to reach his quota.
I tried to follow Timo's advice to improve my code, and here (at last)
is a new patch. Things I did not fix:
- This patch is still for dovecot 1.0, as I will need warnings with
dovecot 1.0. I may rewrite it for CVS HEAD in the future but can't
promise.
-
2007 Dec 05
6
"pipe" plugin - is anyone interested (or using it)?
Hi,
A few months ago, I sent a message to this list asking if people would
be interested by a "pipe" plugin (see
http://dovecot.org/pipermail/dovecot/2007-May/023005.html ). I received
a few answers of people who told they were intersted.
A few months later, I sent a new message announcing the availability of
my work (see
http://dovecot.org/pipermail/dovecot/2007-August/024805.html ).
2010 Feb 16
2
configuring overquota message
From dovecot 1.2.10 sources i have:
src/plugins/quota/quota.c
#define DEFAULT_QUOTA_EXCEEDED_MSG \
"Quota exceeded (mailbox for user is full)"
struct quota_settings *quota_settings_init(void)
{
[ .... ]
quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE");
if (quota_set->quota_exceeded_msg == NULL)
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
2007 May 23
3
How about a "pipe" plugin?
Hi,
I have written a plugin so that each time a message is added to a
specific box, a program is run and the message is piped into it. Note
that the message is also really added to the box.
I've been using it for nearly 3 month, for spam/ham learning, and have
not had any problem with it. I guess it could also be used to
implement an out box (I remember seeing someone asking for such
2007 Jan 06
0
the variables in mail_location doesn't work anymore.
greeting all.
is it just me or anybody having the same problem.
the variables in mail_location doesn't work anymore.
i use this parameter on my dovecot.conf
mail_location = maildir:/www/vmail/%d/%n
it doing just fine on the rc15, but doesn't work in rc16.
my rc16 debug result:
Jan 6 18:20:25 host dovecot: auth-worker(default):
sql(kontak at ramdhani.net,127.0.0.1): SELECT maildir,
2008 Mar 15
1
current quota in mysql issue
hi all,
i have a problem with storing the current quota in mysql. the
configuration of the dictionary quota mostly looks like the example from
the wiki.
the dirsize quota limit is read correctly from the user_query, but nothing
stored with quotadict in the quota table. i wonder that there is nothing
like a "dict" in the logfile. did i configured anything wrong?
regars
stefan
logfile
2007 Aug 11
1
"pipe" plugin
Hi,
Long ago (more than 2 month ago), I told about a "pipe" plugin I had
written to perform some spam/ham learning (see the attached message).
I'm now proud to say that I can make it available for use by anyone.
You can get it from
http://nicolas.boullis.free.fr/pipe.tar.gz
Note that this is a temporary location. If someone had a good place to
host it, feel free to do (and
2007 Feb 14
3
quota warning
Hi,
Is there a way with dovecot to warn users who are close to reach their
quota?
Although I never used it, I think cyrus supports something like that by
droping a warning message into the INBOX when delivering a message that
brings the total size over a certain percentage.
Would it be feasible to implement something like that with an extra
plugin or by changing the quota plugin?
Cheers,
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 =
2010 Jan 11
2
looking for kernel-xen- 2.6.18-164.el5
Hi all,
does anyone know where I can download kernel-xen- 2.6.18-164.el5 for
CentOS 5? I can't install it with yum, since yum has a much newer
version already. I have searched google, but can't find a download
link, only a lot of references to the kernel w.r.t problems.
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office:
2007 Jul 10
1
Quota Messages
Hi @all,
First: I'm sorry when my english isn't understandable, please just ask
if I messed things up.
I switched from Cyrus to Dovecot (Cyrus was on Debian Sarge, Dovecot
is now on a Etch) and I'm quite happy with it. There is just one thing
that I'm missing in Dovecot. in Cyrus when users reached 90% of their
Quota, a message popped up in their Mailclients, telling them to