similar to: lib02_imap_quota_plugin.so: undefined symbol: quota

Displaying 20 results from an estimated 400 matches similar to: "lib02_imap_quota_plugin.so: undefined symbol: quota"

2006 Apr 28
5
Maildir + NFS + multiple machines = spectacular failure
I'm running beta7 on two machines, with maildir on NFS. I have lockd running on all machines. I've found that Dovecot is highly unstable with NFS when accessing a mailbox on more than one machine at the same time. Both dovecot machines have: mmap_disable = yes lock_method = fcntl NFS is version 3, exported from a third linux machine. All machines are running 2.6.9 kernel. Any ideas
2006 May 02
1
Bug in yesterday's CVS..
Hi Timo. I'm doing some testing with yesterday's CVS code and believe I've found a bug. In SquirrelMail, I get 5 messages in INBOX (doesn't matter how). I click "Toggle All" then "Delete". All 5 messages move to Trash. The Trash folder gets a link "expunge". I click that and get the following error: ERROR : Bad or malformed request. Query:STORE
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:
2010 Dec 28
1
rJava question
After some trial and error I figured out how to pass matrices from R to java and back using rJava, but this method is not documented and I wonder if there is a better way? Anyway, here is what I found works: (m = matrix(as.double(1:12),3,4)) [shows m as you would expect] jtest <- .jnew("JTest") (v <- .jcall(jtest, '[[D], 'myfunc', .jarray(m), evalArray=FALSE)) [shows
2004 May 02
6
Simple SIP X-Lite Configuration Failing
I keep getting the following Auto-congesting message whenever I try to dial from an X-Lite SIP phone to another one within my LAN. It's a real basic configuration but I am unable to figure out what is happening: localhost*CLI> -- Executing Dial("SIP/jay-de1b", "SIP/jtest|20|tr") in new stack -- Called jtest May 2 11:47:58 NOTICE[1133742896]: chan_sip.c:1019
2010 Nov 18
0
On efficiency, Vectorize and loops
In my last e-mails, I have asked for help regarding 1. 'defining functions inside loops' 2. 'integrating functions / vector arithmetics' 3. 'vectors out of lists?' 4. 'numerical integration' Since some of these topics seemed to be relevant (I'm guessing by the # of replies I got), I'm posting a modified section of my code. Any thoughts on improvements would
2012 Jul 19
1
Change log(J) to log(J+1) to stop log(0) from occurring in harModel
I think the code is part of the RTAQ package but is not included in it, as I obtained it from https://r-forge.r-project.org/scm/viewvc.php/pkg/RTAQ/R/HAR_model.R?view=markup&root=blotter&sortby=author&pathrev=1028. It is not my code and I make no claim to other's good work, and apologize if I should even be posting it I am not sure, but in the transform function it allows to
2003 Apr 15
1
current cvs
hi, so after upgrade to the current cvs all of our problem disappear:-) but we don't have time to test the ssl part... although after I compile and install the new dovecot I stop it I do a -------------------- find /home/*/Maildir -name '.imap*' -exec rm {} \; find /home/*/Maildir -name 'dovecot-uidlist' -exec rm {} \; find /home/*/Maildir -name 'msgid.cache' -exec rm
2006 Oct 27
2
Telnet and SSH login problems with Red Hat Enterprise ES4
Hello We have successfully set up Red Hat Enterprise Linux ES4 and we are now trying to connect remote clients to connect to it. The problems we are having are as follows: a) If we set connect with telnet, we get the login prompt. If we use any valid login name & password combination (including root), we get the response "Login incorrect" and then the login prompt comes back. How
2010 Mar 10
1
R CMD check issue with soft-linked directory
I've been having some strange problems with R CMD check in the last couple of days, but now believe I have localized the issue. I had been running Ubuntu Hardy on one drive and then upgraded to Jaunty, but put Jaunty on a different drive. I continue to be able to boot Hardy when I wish. I soft-linked my R working area i.e., /home/john/Rstuff ----> /media/lnx804/home/john/Rstuff
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:
2006 Sep 27
1
samba & ACL questions
Greetings, I seem to have Samba+AD+ACL's working on a RH ES4 server; however, I'm looking for clarification in regard to how the ACL's differ between windows and samba... or if they differ? With windows ACL's, I can give out user permission traverse directory, but not read its contents. Then I can give said user more permission to a sub folders contents. Meaning: I
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 =
2012 Jul 19
1
Switching log(J) to log(J+1) to avoid log(0) in HAR-RVJ model
I am working with xts dependent data, and my code is as follows (the problem is explained throughout): dat <- getdat("prices") dat <- read.zoo(dat, sep = "",format="%d/%m/%Y %H:%M", tz="", FUN=NULL, regular=TRUE, header=TRUE, index.column=1, colClasses=c("character", "numeric")) dat <- as.xts(dat)
2006 Apr 19
0
[patch] Re: Test migration (IMAP copy) and INTERNALDATE?]
I haven't been able to find what is responsible for altering the time on APPENDed mail, but was able to come up with a temporary workaround ... simply calling utime() later on in the process resolves it. Below is my patch. Steve --- dovecot-1.0.beta7-orig/src/lib-storage/index/maildir/maildir-save.c 2006-03-25 05:53:43.000000000 -0500 +++
2006 Mar 06
2
Samba + cups = raw postscript output
Hi, I think this is a samba problem but I'm not 100% sure :) When I am printing with the Cups 6 driver from windows to samba, to cups to my printer, only the postscript commands are coming out, raw. The cups log file says it's seeing application/vnd.cups-raw, and I had a look at a tcp dump of packets going to port 631, and indeed they do confirm that the IPP port is being told this. So,
2007 Mar 27
4
NUT-2.0.5: newhidups on RedHat ES4
Hello everybody, After succeeded in "tuning" nut-2.0.0's hidups and 2.0.3's newhidups on customized Linux kernels, we are now facing a new challenge : trying to install nut-2.0.5 on a RedHat ES4 which is based on a 2.6.9 kernel. I picked up the 2.0.5 source package and follow the INSTALL doc until step 6. So far so good. RH ES4 is managed by udev, therefore I presume we
2006 Oct 15
1
compiling dovecot-sieve
Our server is an CentOS4.4 box and we use the atrpms built RPMs for installing dovecot. I am wanting to use the sieve plug-in so I've followed the dovecot wiki instructions, downloaded the files from CVS, but I'm not sure what configure options to use. When I try without any options I get: dovecot-config not found from /usr/src/dovecot-sieve, use --with-dovecot=PATH to give path to
2005 Nov 15
2
Problem with X...help please.
List: I am using Centos updated till date. Last night I shut down the system and X was working fine...today morning I start X and it does not work for my normal user. X starts for root & other users. The error output seems totally incomprehensibe and scrolls away from the screen too quickly. The /var/log/Xorg.0.log seems to have only the subsequent success of login of other user or I
2006 Nov 08
1
MacOS X and quota-plugin
Hi all, I've installed dovecot 1.0 rc12 on a MacOS X client system with only a handful of users ? all virtual ? and would like to enable quotas. I've tried searching the wiki for information on how to do this, but haven't been able to find anything ? which is why I turn to the list in hope there's someone out there who can point me in the right direction. I've