At 11:13 PM 5/13/2002 -0400, Michael Bacon wrote:
>Sounds like what we're running into at the moment, which appears to be the
>master processes ending up with an incorrect count of available workers.
>The problem occurs when a worker process dies while in the "available"
>state, and doesn't not
At 02:41 PM 5/13/2002 -0600, Scott M Likens wrote:
>--On Monday, May 13, 2002 3:08 PM -0500 Dustin Puryear <[EMAIL PROTECTED]>
>wrote:
>
>>We continue to have problems with Cyrus. Another poster mentioned they
>>have the same problem, but also didn't get any responses. Would one of
>>the develope
At 04:18 PM 5/13/2002 -0400, Lawrence Greenfield wrote:
>Does 'master' syslog any messages indicating that something has
>crashed? Look for something like:
>
>May 13 15:33:18 mail1.andrew.cmu.edu master[11016]: [ID 970914
>local6.error] process 10119 exited, signaled to death by 11
>
>and then t
At 04:24 PM 5/13/2002 -0400, Ken Murchison wrote:
>What does your cyrus.conf look like? Do you have 'maxchild' set on any
>of your services (there was a bug a while back with maxchild)?
No, we do not have maxchild set. Also, FYI, this is a very low volume
server. We have maybe 10-15 users logge
Sounds like what we're running into at the moment, which appears to be the
master processes ending up with an incorrect count of available workers.
The problem occurs when a worker process dies while in the "available"
state, and doesn't notify the master. Jeremy Howard recently posted a
patc
On Mon, 13 May 2002, Ken Murchison wrote:
>
>
> "Marc G. Fournier" wrote:
> >
> > On Mon, 13 May 2002, Cyrus Daboo wrote:
> >
> > > Hi,
> > >
> > > --On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > | I know the code pretty well, and personally I wo
--On Monday, May 13, 2002 3:08 PM -0500 Dustin Puryear <[EMAIL PROTECTED]>
wrote:
> We continue to have problems with Cyrus. Another poster mentioned they
> have the same problem, but also didn't get any responses. Would one of
> the developers please investigate if this is a bug? What's going o
Luc de Louw wrote:
>
> I was seeking the part of the source-code that takes care, that a
> vancancy-message is only sent once
> to a recipient, but I did not found it.
>
> I need to disable that temporary for test reason.
>
> Any hints are appreciated
Hard-code autorespond() in lmtpd.c to al
What does your cyrus.conf look like? Do you have 'maxchild' set on any
of your services (there was a bug a while back with maxchild)?
Dustin Puryear wrote:
>
> We continue to have problems with Cyrus. Another poster mentioned they have
> the same problem, but also didn't get any responses. Wou
I was seeking the part of the source-code that takes care, that a
vancancy-message is only sent once
to a recipient, but I did not found it.
I need to disable that temporary for test reason.
Any hints are appreciated
rgds
Luc
> For regular operation that behaviour is okay ( I dont like it,
Hello All,
I am using Postfix 1.1.7 + Procmail + Cyrus imapd
2.1.4. I would like to put various outgoing mail to
various imap folder for filing purpose.
For example, outgoing message_a will be put in
user.XXX.Sent_a folder, and outgoing message_b will be
put into user.XXX.Sent_b folder.
Althou
Does 'master' syslog any messages indicating that something has
crashed? Look for something like:
May 13 15:33:18 mail1.andrew.cmu.edu master[11016]: [ID 970914 local6.error] process
10119 exited, signaled to death by 11
and then try to figure out what process 10119 was doing at the time
(if a
We continue to have problems with Cyrus. Another poster mentioned they have
the same problem, but also didn't get any responses. Would one of the
developers please investigate if this is a bug? What's going on? This is a
real show stopper for us, and apparently for others as well.
Okay, we hav
"Marc G. Fournier" wrote:
>
> On Mon, 13 May 2002, Cyrus Daboo wrote:
>
> > Hi,
> >
> > --On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]>
> > wrote:
> >
> > | I know the code pretty well, and personally I wouldn't even attempt it.
> > | Of course, I'm not a fan of the s
well unfortunatly you have to make sure the permissions on the user
directory is still cyrus:mail
If you dont do it with EVERYTHING as that, reconstruct will 'IGNORE' the
message and continue on.
do a chown -R cyrus:mail /var/spool/imap/user/*
then reconstruct. Should find all the folders an
On Mon, 13 May 2002, Cyrus Daboo wrote:
> Hi,
>
> --On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]>
> wrote:
>
> | I know the code pretty well, and personally I wouldn't even attempt it.
> | Of course, I'm not a fan of the spam extension.
>
> Quick question: where does the
I really didn't like much the current way to attach a debugger to cyrus,
so I cooked up something that might be of interest to you guys.
Basically, one should set "debug_command" in imapd.conf to a format string.
There are three parameters: the first is the name of the executable (sans
path). The
Hi,
--On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]>
wrote:
| I know the code pretty well, and personally I wouldn't even attempt it.
| Of course, I'm not a fan of the spam extension.
Quick question: where does the X-Sieve header get added, and would it be
possible to
On Mon, 13 May 2002, Ken Murchison wrote:
>
>
> "Marc G. Fournier" wrote:
> >
> > I'm playing with the spam extension, and for POP3 users, I want to add, at
> > its simplist, a 'X-Spam-Check: True' header to the email if its spam ...
> > I've done some quick reads of the various drafts, and there
> "Marc" == Marc G Fournier <[EMAIL PROTECTED]> writes:
Marc> I've thought to modify the code, to extend the spam
Marc> extension, so that it adds a simple:
Marc> X-Spam-Score: /
Marc> so that if spam is enabled, then it auto-adds this header,
I thought about doing somet
"Marc G. Fournier" wrote:
>
> I'm playing with the spam extension, and for POP3 users, I want to add, at
> its simplist, a 'X-Spam-Check: True' header to the email if its spam ...
> I've done some quick reads of the various drafts, and there appears to be
> no way of doing this within Sieve ...
On Mon, 13 May 2002, Bob Finch wrote:
> fillin_header() is used to build notify responses -- it doesn't do
> anything to the incoming message.
Ya, I *just* clued into that :( I looked at the code, but not where it
was called from ...
> I think the right place to do this is either in an lmtp pr
>
> jeff bert wrote:
>
>
> > So, is this a bug in my system or a "feature" of 2.1.4? Any
> ideas? Or have
> > they actually implemented the man page's warning that Tcl short style
> > options may be done away with?
>
> I fell for that too (first tried with -u and didn't work), but the
> current m
I'm playing with the spam extension, and for POP3 users, I want to add, at
its simplist, a 'X-Spam-Check: True' header to the email if its spam ...
I've done some quick reads of the various drafts, and there appears to be
no way of doing this within Sieve ... has anyone worked on something like
t
Jim Worke wrote:
>
> I'm able to login to my imap server using IMAP. But when I choose POP3 SSL
> connection in Kmail, the imap server is killed. However POP3,IMAP,IMAPS is
> ok. Here's the log:
>
> May 13 20:01:22 thunderbolt ctl_mboxlist[4905]: running mboxlist recovery
> May 13 20:01:22
Henrique de Moraes Holschuh wrote:
>On Sat, 11 May 2002, Alexandre Suter wrote:
>
>>Is there a way to get the a user-level transfer log with cyrus ? The
>>purpose is to see how much bandwidth each user consums.
>>
>
>Search the archives of this list, someone posted a patch to control per-user
>b
I'm able to login to my imap server using IMAP. But when I choose POP3 SSL
connection in Kmail, the imap server is killed. However POP3,IMAP,IMAPS is
ok. Here's the log:
May 13 20:01:22 thunderbolt ctl_mboxlist[4905]: running mboxlist recovery
May 13 20:01:22 thunderbolt ctl_mboxlist[4905]:
I can login into cyrus-imap's pop3 server. However, I saw the log shows as
below:
May 13 20:03:49 thunderbolt pop(pam_unix)[4918]: authentication failure;
logname= uid=76 euid=76 tty= ruser= rhost= user=testuser
May 13 20:03:49 thunderbolt pop3d[4918]: login:
thunderbolt.chaos.com[192.168.1.
On Mon, 13 May 2002, Jaska Kivelä wrote:
> On Mon, May 13, 2002 at 11:47:49AM +0300, Tuuli K Tuominen wrote:
>
> > require ["fileinto"];
> >
> > if allof (address :contains ["from"] "[EMAIL PROTECTED]") {
> > fileinto "INBOX.fooba";
> > }
> >
> > if allof (address :contains ["from"] "[EMAIL P
Great!!! It works!! Thank you so much :D
btw, is there any other auth method besides plain?
On Monday 13 May 2002 8:39 pm, Alexandre Suter wrote:
> I've had similar problems with Cyrus 2.1.4 and PAM authentification.
>
> Here is how it works now:
>
> in imapd.conf:
> sasl_pwcheck_method: pwc
On Mon, May 13, 2002 at 11:47:49AM +0300, Tuuli K Tuominen wrote:
> require ["fileinto"];
>
> if allof (address :contains ["from"] "[EMAIL PROTECTED]") {
> fileinto "INBOX.fooba";
> }
>
> if allof (address :contains ["from"] "[EMAIL PROTECTED]") {
> fileinto "INBOX.jeps";
Try an 'els
Hi,
I make a tar of /var/spool/imap/user every week from my imap server to a
snap server (this sort of backup never delete old files on the snap server
but only add). So when I want to restore an user, first I create the same
user and after I restore from the snap server all his old files and
dir
I've had similar problems with Cyrus 2.1.4 and PAM authentification.
Here is how it works now:
in imapd.conf:
sasl_pwcheck_method: pwcheck
(that requires the pwcheck daemon running)
and to use cyradm:
$ cyradm --user cyrus --auth plain localhost
maybe you should try this...
did you try to log
Hi,
I've enabled sieve and installed Websieve (version 0.61h) on our two
servers running Cyrus Imap 1.6.25. An user complained of getting messages
delivered both to his Inbox and a folder when he was trying to file
messages directly to a folder by a sieve script. I made this script and
tested it:
34 matches
Mail list logo