Displaying 20 results from an estimated 1000 matches similar to: "Segfault when opening a public folder, dovecot 1.1 beta4"
2007 Oct 21
3
assertion failed: (mailbox_list_is_valid_existing_name(_list, name))
When I was initially testing dovecot 1.1b2,3 I had ACLs turned on and encountered
this problem below. I had them turned off until now, I'll need to have ACLs working
before I can widen testing. I'm not sure how to make "env MAIL=maildir:~/Maildir gdb
/tmp/imap" load the ACL plugin so I assume that is why it does not crash; not getting
any log either from that, maybe I made a
2008 Feb 06
1
imap fs quota (rpc) won't work?
In the past I dabbled with the imap quota plugin with the fs backend
because I wanted
to report usage to my users (not limit them). At the time, the quota
plugin would make
dovecot crash when trying to write to a folder (I can bring up this
report if needed).
However, in a later beta of dovecot 1.1 I tried quota again but I cannot
get it to report
any results. I've been wanting to use
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
I think this is where I left off last weekend. Instead of this happening at the base
of one of my shared mail namespaces, it happens when I try to select a top level folder
inside the namespace, or try to directly select an entire path to a folder. This only
happens when ACL is enabled. Let me know if I need to provide more. Thanks.
Oct 27 16:03:27 gribble dovecot: IMAP(mcdouga9): file
2007 May 07
6
Dovecot not handling r/o mailboxes completely, and problem with ACL as a workaround
First of all, I think dovecot is really fantastic and I have thanks for all
the hard work. I think it will be the best fit for my ~5000 users when I
have it setup completely. We normally have approx 500 concurrent IMAP
connections during the day.
I am trying to convert from courier-imap to dovecot, but I have an issue with
public namespace folders that are not writable by certain users.
2007 Oct 27
2
dovecot 1.1b4 not listing public folder children
ACL plugin still disabled. The folders listed below definitely do have Children.
telnet session problem example in 1.1b4:
* OK Dovecot ready.
? login mcdouga9 password
? OK Logged in.
9 LIST "" "#shared/decs/%"
* LIST (\HasNoChildren) "/" "#shared/decs/support"
* LIST (\HasNoChildren) "/" "#shared/decs/receipts"
* LIST (\HasNoChildren)
2007 Nov 06
3
Various uidlist and index errors with 1.1 on NFS
Two nights ago I took a leap and extended my testing of dovecot 1.1 by
replacing 1.0 for the approx 15 users I had on 1.0. At that time I also
for the first time tried dovecot 1.1 in a load balanced 2 server configuration
with indexes on NFS. I was hoping I did this right, using the mail_nfs params
and 1.1 so fchown etc would flush the access cache, but I am getting a number
of messages and
2007 Nov 17
2
unlink_directory(....Trash.NewFolder) failed: Directory not empty
I noticed the following this week. No idea how long its been happening because I have
not tested deleting folders hardly at all. Steps to reproduce:
1. Create a folder "NewFolder", click on it in thunderbird so an index dir is created:
ls -ldi Maildir/.NewFolder/
1504062 drwx------ 5 mcdouga9 egrstaff 4096 Nov 16 19:44 Maildir/.NewFolder/
ls -ldi
2007 Nov 21
3
Users w/o acl access appear to be subscribed to public folders (1.1b8)
I noticed this today, I had a user outside of our department test out
dovecot. They were using squirrelmail and I noticed that dovecot thinks
this user is subscribed to ALL public folders even though a dovecot
ACL prevents all access. I'm pretty sure access is still denied.
I was able to reproduce this with a guest account I added:
l lsub "" "#shared/decs/%"
* LSUB
2007 May 25
2
Quick question on multiple access to dovecot indexes
I have up to 4 servers that will run dovecot behind a load balancer, which means
the same user might be accessing the same mailbox from multiple servers, and it
seems like dovecot doesn't like multiple access to the dovecot indexes for the
one user since I currently have them stored in a nfs home directory. Is this
a bad thing? Must I keep a seperate index location per server?
Just today
2007 Oct 21
2
two small low importance issues in 1.1b
Item 1:
I store the indexes and control in their own directory.
I noticed in 1.1:
1192 ./private/indexes/.INBOX
32 ./private/indexes/.Trash
1228 ./private/indexes
4 ./private/control/.INBOX/.INBOX
84 ./private/control/.INBOX
4 ./private/control/.Trash/.Trash
12 ./private/control/.Trash
100 ./private/control
1332 ./private
.INBOX/.INBOX and .Trash/.Trash
2007 May 22
2
pdf viewer for centos 5?
What's the pdf viewer that comes with CentOS 5? I can't seem to find
xpdf any more. Thanks for any help.
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
the bath water. You got to throw 'em both out." --Dale Gribble
2007 Apr 27
1
partitioning variation using the Vegan CCA routine?
Hello
I am using Jari Oksanen's CCA routine from the Vegan package on some estuary
data, following a technique applied in (Anderson, M.J. & Gribble, N.A.,
1998, Partitioning the variation among spatial, temporal and environmental
components in a multivariate data set, Australian Journal of Ecology 23,
158-167).
Some steps in the process require that the dependent matrix be constrained
by
2007 Nov 17
1
crash with fts_squat on an identified email
I have some folders with a good amount of spam. While demonstrating full text search to a user,
we found a folder that would crash dovecot while doing a fts. While splitting up the mailbox to
narrow it down, I found there are a good number of messages in that folder that all made it crash
in the same manner. I figured I'd narrow down a single one, get that fixed, then retest the rest.
I
2009 Feb 27
1
testing two-factor anova effects using model comparison approach with lm() and anova()
I wonder if someone could explain the behavior of the anova() and lm()
functions in the following situation:
I have a standard 3x2 factorial design, factorA has 3 levels, factorB has 2
levels, they are fully crossed. I have a dependent variable DV.
Of course I can do the following to get the usual anova table:
> anova(lm(DV~factorA+factorB+factorA:factorB))
Analysis of Variance Table
2009 Mar 03
1
repeated measures anova, sphericity, epsilon, etc
I have 3 questions (below).
Background: I am teaching an introductory statistics course in which we are
covering (among other things) repeated measures anova. This time around
teaching it, we are using R for all of our computations. We are starting by
covering the univariate approach to repeated measures anova.
Doing a basic repeated measures anova (univariate approach) using aov()
seems
2010 Apr 16
1
Multiple comparisons on Anova.mlm object
I would like to perform multiple comparisons or post-hoc testing on the independent variable in an Anova.mlm object generated by the Anova function of the car package. I have defined a multivariate linear model and subsequently performed a repeated measures ANOVA as per the instructions in section #3 of the following comprehensive tutorial on the subject from the Gribble lab at UWO:
2007 Jun 21
7
test program #2: mmaping
Attached another test program. I don't expect it to print any errors
with any OS, but I'd like to confirm it for non-Linux SMP kernels.
(Except for OpenBSD, it doesn't work correctly in it anyway because it
doesn't support mixing write()s and mmap())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: concurrency.c
Type: text/x-csrc
Size: 2256
2007 Jun 18
2
CentOS 5 & USB Kickstart?
Is anybody else having problems with CentOS 5 not loading the usb
drivers for kickstart installations?
I'm passing "linux ks=hd:sdb1:/ks.cfg," but I get a message saying it
can't find the ks.cfg file and I should enter another path. I use the
exact same boot options with CentOS 4 without any problems.
What am I missing with CentOS 5? Thanks for any tips.
--
Jiann-Ming Su
2009 Mar 25
2
v1.2.beta4 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz.sig
This release fixes a memory corruption bug related to MODSEQ handling in
earlier v1.2 releases. Memory corruption means that it's a security bug
and possibly exploitable. MODSEQ code is new in v1.2, so v1.1 and older
releases are not affected.
Other than that, there
2009 Mar 25
2
v1.2.beta4 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta4.tar.gz.sig
This release fixes a memory corruption bug related to MODSEQ handling in
earlier v1.2 releases. Memory corruption means that it's a security bug
and possibly exploitable. MODSEQ code is new in v1.2, so v1.1 and older
releases are not affected.
Other than that, there