Re: More sieve questions ...

2000-11-02 Thread Ken Murchison
The Hermit Hacker wrote: How would one do a redirect *and* a keep? Basically, we want to do the equivalent of: \user,user@domain first thought was, by Vince, was: if true { keep; redirect "user@domain"; } gave errors ... how about something like: if

Re: Sieve redirect works but vacation doesn't

2000-11-17 Thread Ken Murchison
Gary Mills wrote: Well, I found a bug in sieve/script.c that seems related to my problem. The patch below fixes it. The bug is that the snprintf() will never be executed. When I tested the new lmtpd, I expected to see either "Sent vacation reply\n" or "Vacation reply suppressed\n",

Re: error making cyrus-imapd-1.6.24

2000-11-17 Thread Ken Murchison
Chris Blackstone wrote: I'm trying to install cyrus-imapd-1.6.24 on a FreeBSD 4.1 machine using TcL 8.3 I can configure cyrus just fine, but when I make it, I get an error making the sieve part of it saying "In file included from comparator.h:34, from

Re: Using sieve to change subject header

2000-11-28 Thread Ken Murchison
Evan McLean wrote: Hi, Is is possible to use sieve during email delivery to modify the subject of an email message. For example, any email from "[EMAIL PROTECTED]" would have "[Cyrus] " prepended to the existing subject. No, sieve currently has no functionality for changing the

Re: imapd cpu utilization

2000-11-28 Thread Ken Murchison
Artur Frysiak wrote: Hello I have cyrus-imapd 2.0.7. Some time imapd eat 90% CPU time. I start gdb and see: (gdb) where #0 parse_cached_envelope (env=0x810f9b0 "\"Sat, 25 Nov 2000 18:26:49 +0100", tokens=0xb2d4) at index.c:3019 #1 0x805c191 in index_msgdata_load

Re: reconstruct compatible with new format ?

2000-12-01 Thread Ken Murchison
Krzysztof Sierota wrote: Hello, I have read some documentation on the new 2.0.7 cyrus server, and I really like the improvements. However, I am a bit concerned about the lack of reconstruct tool that would be compatible with new mailboxes db format. What makes you think that it is

Re: reconstruct compatible with new format ?

2000-12-01 Thread Ken Murchison
mailboxes Follow this doc from top to bottom and you shouldn't have any problems. --On Friday, December 01, 2000 04:42:54 PM -0500 Lawrence Greenfield [EMAIL PROTECTED] wrote: Date: Fri, 01 Dec 2000 16:07:49 -0500 From: Ken Murchison [EMAIL PROTECTED] Organization: Oceana Matrix Ltd

Re: How to tell imapd and imspd to advertize LOGIN?

2000-12-11 Thread Ken Murchison
[EMAIL PROTECTED] wrote: I'm using cyrus-imapd-2.0.7, cyrus-imspd-v1.6a2, and sendmail-8.11.1 with cyrus-sasl-1.5.24. I've built SASL with LOGIN authentication. How to I tell imapd and imspd to advertize this method? They only advertize DIGEST-MD5 and CRAM-MD5 now. For sendmail, I had

Re: 'message contains bare newlines' - was Re: cyrus imapd 1.6.25 beta version

2000-12-15 Thread Ken Murchison
"David L. Parsley" wrote: I've tried to dig through the archives a few times, but haven't found good info on the problems people were having with 'message contains bare newlines'. I get several of these a week from the linux kernel mailing list. Messages like this get abandoned in

Re: bison required to bulid Cyrus 2 under Solaris

2001-01-04 Thread Ken Murchison
John Holman wrote: It seems that Cyrus 2.0.9 (and probably earlier versions) will build under Solaris 2.7 (and probably other versions) only if bison has been installed. The prerequisites page mention flex but not bison - and even then only as a recommendation. Are you running 'make

Re: Questions,fixes,problems: Cyrus 2.0.9, NetBSD 1.5 [LONG]

2001-01-05 Thread Ken Murchison
Cillian Sharkey wrote: - Do you recommend poll or idled for the "IDLE" method? How do these benefit the server/client if they make use of them? First off, this only matters if your users are using a client which supports IDLE. The only mainstream client that I know of that supports IDLE

Re: Connection reset when using TLS (Mulberry 2.0.5 and Cyrus1.6.22)

2001-01-10 Thread Ken Murchison
Cyrus Daboo wrote: --On Wednesday, January 10, 2001 10:51 AM -0500 Jerry Kendall [EMAIL PROTECTED] wrote: When I try to access using TLS I am having some dificulty. My imapd.log file when I connect using Mulbery from Cyrusoft.com: = Jan 10 11:01:46 gw imapd[1916]: starttls:

Re: sieve - redirect - delay

2001-01-14 Thread Ken Murchison
Timo Proescholdt wrote: Hello out there, after solving my lmtp problem with your help i discovered another problem. I use the following sieve script to redirect messages to my brother who is on an exchange in the United Staates for a year. The mail should get forwarded to his hotmail

Re: IDLE problem

2001-01-16 Thread Ken Murchison
John Holman wrote: (Follow up to last message) In fact the IDLE problem is quite general. If the client has used the IDLE command, it seems that the imapd process will be killed and the connection closed with "signalled to death by 14" whenever more than about 50 seconds passes between

Re: IDLE problem

2001-01-17 Thread Ken Murchison
Walter Steiner wrote: In my case (Solaris 8, outlook client) the problem of dying imapds isn't fixed yet. I think it dies in the second call to idle_poll() (alarm timer). This might be related to ... According to the signal(3C) man page on Solaris 8: void (*signal (int sig,

Re: duplicate_prune

2001-01-19 Thread Ken Murchison
Peter Erickson wrote: I just installed Cyrus IMAP 2.0.9 on a FreeBSD 4.2 box and I have been getting the following errors. Is this bad and what can I do to fix this. Thanks. It isn't bad. All it means is that you don't have any users whose userid starts with 'a' that has received any

Re: Vacation don't work for me

2001-01-23 Thread Ken Murchison
serg wrote: Hi all! I'm just install cyrus 2.0.9 on RH 6.2 machine. Sieve work fine [reject, redirect, discard, keep..] except vacation rule. Can anybody help me with sieve vacation? I'm attach two files: filter - it's filter file message - mail message I try

Re: Renaming users

2001-01-24 Thread Ken Murchison
Scott Pederick wrote: G'day, Just wondering if anyone has done this before. The username format has changed from being "first initiallast name@xyz.com" to "first name_last name@xyz.com". Therefore I have to rename a number of mailboxes. The problem is that cyradm tells me

Re: Questions,fixes,problems: Cyrus 2.0.9, NetBSD 1.5 [LONG]

2001-02-07 Thread Ken Murchison
Lawrence Greenfield wrote: - Do you recommend poll or idled for the "IDLE" method? How do these benefit the server/client if they make use of them? Ken Murchison is the man for IDLE; I'll let him tackle this and then argue with him about it. IMHO, idled is the best. I

Re: deliver and lmtpd

2001-02-13 Thread Ken Murchison
Werner Reisberger wrote: Quoting Mobeen Azhar [EMAIL PROTECTED]: I have not been able to use deliver since I upgraded from 1.5 to 2.x. and had to revert to using sieve. It's written in the upgrade notice, that deliver is only a wrapper to the lmtp server and that a lmtp client is

Re: deliver and lmtpd

2001-02-13 Thread Ken Murchison
[EMAIL PROTECTED] wrote: On 13-Feb-01 at 14:49, Werner Reisberger ([EMAIL PROTECTED]) wrote: On Tue, Feb 13, 2001 at 10:06:12AM -0500, Ken Murchison wrote: It's written in the upgrade notice, that deliver is only a wrapper to the lmtp server and that a lmtp client is required

Re: Enterprise Server Solution

2001-02-21 Thread Ken Murchison
John, I have been discussing this with Amos Gouaux and Larry Greenfield, and I'm currently working on changes to CVS which will allow you to specify an alternate config file (-C alt_config) for the services and tools. This should allow you to use one set of binaries and one cyrus.conf for

Re: deleting mailboxes?

2001-02-26 Thread Ken Murchison
Grant Beattie wrote: 2.0.11/Solaris 7 root@wombat# grep admins /etc/imapd.conf admins: cyrus wombat lam user.grant anyone p grant lrswipcda cyrus d wombat dm user.grant deletemailbox: Permission denied What is causing this? How can I delete the mailbox? IIRC, give the cyrus

Re:

2001-02-26 Thread Ken Murchison
. However, I thought I would ask. -- Michael -- - Original Message - From: "Ken Murchison" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 3:46 PM Subject: Re: Enterprise Server Solution John, I have been

Re: Automatic deleteion from mailboxes

2001-02-26 Thread Ken Murchison
Todd Nemanich wrote: Hey everyone, I was wondering if messages more than a certain age can automatically be deleted from cyrus for users, possibly like how duplicate messages are deleted? Is there any facility to do this? If you're running 2.x, check out ipurge(8). Note: manpage

Re:

2001-03-01 Thread Ken Murchison
Thomas Jarosch wrote: I just wanted to know if the user rename implementation is considerd as stable? What implementation are you talking about? If you are talking about the patch that posted to the list a while back, functionally it works. Exactly :-) Are there any

Re: Sieve: No Vacation support with 2.0.12

2001-03-05 Thread Ken Murchison
Atif Ghaffar wrote: Hi. Just compiled and installed 2.0.12 and lost vacation support. Everything else "fileinto", "reject" etc are working fine. I am using Postfix+Cyrus+LDAP. Delivery is done over LMTP. All but vacation is working fine. Its working fine here. Any errors in

Re: Do I need to upgrade sieve in 2.0.12?

2001-03-05 Thread Ken Murchison
Atif Ghaffar wrote: Hi. Small question. Do I have to update to cmu-sieve-1.3 if I am building cyrus-imapd-2.0.12 or shall I use the one that is included? Use sieve 2.0 which is included with 2.0.12. Ken -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton

Re: Sieve , fileinto question

2001-03-06 Thread Ken Murchison
Atif Ghaffar wrote: Hi. Its 2 days since I moved my Netscape Messanger based filters to Sieve. Life is calm now :) One small question. Is there a way that I can find a summary at the end of the day about all the messages that were fileinto'd some folder, so I dont have to go to

Re: Modified drac support patch

2001-03-06 Thread Ken Murchison
Thanks for the changes. I have attached a slightly modified version of your patch for 2.0.12. I have also checked a similar patch into CVS for inclusion with future releases. My changes: - Use value of 'dracinterval' to enable/disable DRAC at runtime. - Set the default value of

Re: [Re: Modified drac support patch]

2001-03-07 Thread Ken Murchison
Ramiro Morales wrote: Glad to apport my two cents for Cyrus. Excuse me and please tell me if I'm doing wrong posting it to the list, maybe one should sent the patches to another place. Just to point thay you may want to correct the description of the patch at the top of the file,

Re: Vacation works just one time.

2001-03-08 Thread Ken Murchison
Amos Gouaux wrote: On Thu, 08 Mar 2001 12:14:29 +0100, Jean-Michel Doublet [EMAIL PROTECTED] (jd) writes: jd When i create my sieve script with vacation, it's just work one time. If jd i want to reactive it, i must change the vacation's reason. By default, vacation notice only goes

Re: A problem on compiling sieve

2001-03-09 Thread Ken Murchison
[EMAIL PROTECTED] wrote: lex -t -Paddr ./addr-lex.l addr-lex.c lex: illegal option -- P Usage: lex [-ewctvnVY] [-Q(y/n)] [file] *** Error code 1 make: Fatal error: Command failed for target `addr-lex.c' Current working directory /dotcomdot/cyrus-imapd-1.6.24/sieve The Sieve

Re: Unread messages being marked as read.

2001-03-11 Thread Ken Murchison
Jeremy Beker wrote: Larry, I would agree that this is almost definitely due to multiple concurrent accesses from the mail client. In my trials I have noticed that most of the more modern email clients (specifically the Microsoft ones) open many concurrent connections to the IMAP

Re: stage files

2001-03-12 Thread Ken Murchison
P Christie wrote: Please could someone explain what the stage files are, in Cyrus 1.6.24 with lmtp delivery. These appear under each partition defined in the configuration file. How are they meant to work? http://asg2.web.cmu.edu/archive/message.php3?index=7873array_index=7862 --

Re: Sieve expressiveness?

2001-03-12 Thread Ken Murchison
Juan Leon wrote: --On Sunday, March 11, 2001 11:26 PM -0500 Ken Murchison [EMAIL PROTECTED] wrote: Juan Leon wrote: Can sieve be told to file mail to user+foo into folder foo, for any value of foo, for as long as the folder exists? Basically, I'd like to do something like

Re: Sieve vacation

2001-03-12 Thread Ken Murchison
Mika Tuupola wrote: On Mon, 12 Mar 2001, Mika Tuupola wrote: Replyin to myself in here. define(`CYRUS_MAILER_FLAGS', `A5@/:|wSmXz')dnl define(`CYRUS_MAILER_PATH', `/usr/local/cyrus/bin/deliver') define(`CYRUS_MAILER_ARGS', `deliver -l') Seems that the -e flag

Re: Inteface/Address Binding

2001-03-23 Thread Ken Murchison
Matt Prigge wrote: I hope Im not asking a ridiculously stupid question here, but is there a way to tell cyrus to only bind to a specific IP address and/or interface? I suppose I could accomplish this with kernel filtering (something I am using anyway), but I would think cyrus would have

Re: problem with imaps on cyrus-imapd-2.0.12

2001-03-26 Thread Ken Murchison
rj45 wrote: Hello, I have always used stunnel to make imaps work. Now since the new imaps and pop3s features where added I WAnted to try them. But now if a clients connects using imaps the client gets an error to being impossible to establish the ssl connection. The imaps port is open

Re: allowing only imaps.

2001-03-27 Thread Ken Murchison
that I have to enable both imap and imaps and I think I have no way then to configure things as I WAnted. Are you trying to prevent clients from passing plaintext passwords? If so, try setting 'allowplaintext: no' in imapd.conf. On Tue, 27 Mar 2001, Ken Murchison wrote: rj45 wrote

Re: Importing messages from mbox, but keeping all status information ?

2001-03-30 Thread Ken Murchison
richard offer wrote: What's the best way to move from an mail from an existing (non-IMAP/Berkeley) mailbox to a Cyrus mailserver if I have to keep all the status information (Read/Replied etc) intact ? You can try 'mbxcvt' which is part of the imap-utils package located here:

Re: i am desperate about lmtp or vacation

2001-04-03 Thread Ken Murchison
Manfred Gschweidl wrote: hello all! i would happy, if anyone could help me, after more than two month of unsuccesfully trying to get sieve-vacation to work. following setup: suse 7.0 sendmail 8.11 cyrus 2.0.12 lmtp transport is operating without problems. (tested with

Re: Cyrus IMAP 2.0.13 released

2001-04-27 Thread Ken Murchison
Larry M. Rosenbaum wrote: I've placed Cyrus IMAP 2.0.13 on ftp.andrew. This version adds a couple of new features and some slight code reorganization. We'd love to have people try it out. I noticed that pop3d.c now has some APOP code. Does that mean there's a new version of Cyrus

Re: Installsieve

2000-12-22 Thread Ken Murchison
William K. Hardeman wrote: Howdy all, I've been trying to get installsieve to compile and install since v2.0.7. In 2.0.8 and 2.0.9, it's Makefile is not even configured through the configure script. I modified the configure script to build the Makefile in order to try to use

Re: imapd and pop3d dumping core

2001-03-26 Thread Ken Murchison
Scott Smith wrote: When my mail server comes up, the first ten or so connections to imapd or pop3d fail with the server dumping core. I'm running 2.0.12, does anyone know why that might happen? Any messages in imapd.log? Have you tried running the core through a debugger? -- Kenneth

Re: 2.0.13 fail compil on RH 7.0 and 2.0.12 compil like a charm

2001-05-17 Thread Ken Murchison
Patrick Lin wrote: hi, i try to compil 2.0.13 on RH 7.0 and i get this in the same machine 2.0.12 compil like a charm gcc -c -I. -I.. -I. -I./../lib -I./../et -Iyes/include -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -g -O2 \ comparator.c In file included

Re: A problem with sieve-vacation

2001-05-18 Thread Ken Murchison
Try changing your script to: require [vacation,reject,fileinto]; vacation :addresses [EMAIL PROTECTED] testing3; Dietmar Rahlfs wrote: Hello, although I read in the mailing list I could not discover what I configured wrong. Reject or fileinto is no problem, only vacation. I

Re: Logging of SIEVE actions?

2001-05-30 Thread Ken Murchison
Harald Tveit Alvestrand wrote: Hello, this may be naive, obvious or whatever, but here goes: Is there any log that shows the actions a SIEVE script took on my email? The reason is, of course, that my email is business-critical, and I am just going to start using SIEVE now. If I

Re: removing a user with cyradm

2001-05-30 Thread Ken Murchison
rj45 wrote: Even if at the end I could remove the user sam user.gruppo3 root all dm user.gruppo3 when I check for the wuota I still have: lq user.gruppo3 STORAGE 0/2 (0%) while it should write me nothing... how come ?? Its a bug in the delete_user() code which does not

Re: removing a user with cyradm

2001-05-30 Thread Ken Murchison
Amos Gouaux wrote: On Wed, 30 May 2001 09:57:50 -0400, Ken Murchison [EMAIL PROTECTED] (km) writes: km I have code which does this as part of my unfinished user-rename patch, Oh, this would sure be nice to have. :-) The user-rename stuff, the code which deletes user meta-data

Re: Cyrus IMAP 2.0.14 released

2001-05-30 Thread Ken Murchison
Hajimu UMEMOTO wrote: Hi, On Wed, 30 May 2001 13:38:52 -0400 Lawrence Greenfield [EMAIL PROTECTED] said: leg+ Get Cyrus imapd at leg+ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-2.0.14.tar.gz It fails to compile with APOP support. Here is a patch. Fixed in CVS.

ANN: Alternate namespace for Cyrus IMAP

2001-05-31 Thread Ken Murchison
I am pleased to announce the availability of an alternate namespace for Cyrus IMAP which allows personal folders to reside at the same [top]level as the INBOX. You should consider this code to be late-beta, but it is fully functional and appears to be as stable as 2.0.14. I have been running

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-01 Thread Ken Murchison
[EMAIL PROTECTED] wrote: From: Ken Murchison [EMAIL PROTECTED] I am pleased to announce the availability of an alternate namespace for Cyrus IMAP which allows personal folders to reside at the same [top]level as the INBOX. You should consider this code to be late-beta, I encourage

Re: updated drac support patch

2001-06-01 Thread Ken Murchison
Ramiro Morales wrote: People: I'm attaching an updated version of the drac patch for version = 2.0.13 of Cyrus IMAPd. This is against version 2.0.14. The update is needed mainly because at 2.0.13 time in imap/imapd.c the struct sockaddr_in *imapd_remoteaddr variable was moved from

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-02 Thread Ken Murchison
[EMAIL PROTECTED] wrote: From: Tarjei Huse [EMAIL PROTECTED] Hi, One point that I failed to mention is that subfolders of INBOX are _NOT_ permitted when using the alternate namespace (subfolders of other personal folders are allowed). This sacrifice had to be made in order to

Re: Vacation Messages or how does SIEVE work

2001-06-05 Thread Ken Murchison
Sebastian Fohler wrote: Can someone tell me where I can find a good discription of the SIEVE language and a discription of how I can create a automatik vacation response! http://www.cyrusoft.com/sieve/ Another question is, if there is an Webfrontend existing which I can use as standard

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-05 Thread Ken Murchison
Garrett, Michael R wrote: Hey all, This should be an easy and quick question. When I try and load the imap daemon I get the following error... imapd: could not getenv(CYRUS_SERVICE); exiting this also occurs for the pop3 daemon as well. I am using redhat linux 7.1 with

Re: Alternate namespace and sieve problem

2001-06-07 Thread Ken Murchison
John Holman wrote: We would like to use 2.0.14-NAMESPACE with the alternate namespace enabled. This works when naming a mailbox through the IMAP protocol but does not seem to extend to mailbox names in sieve scripts. It does mean that existing sieve scripts will continue to work, but it

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-07 Thread Ken Murchison
John Holman wrote: Ken I do have one query though. Since personal folders and INBOX now exist at the same level for the logged-in user I had expected the same to be true also for Other Users - e.g. there might be mailboxes Other Users.Mike.INBOX Other Users.Mike.Saved etc.

ANN: alternate namespace beta2

2001-06-07 Thread Ken Murchison
I just made the second (and hopefully final) beta of the alternate namespace code available at: ftp://ftp.oceana.com/pub/cyrus-imapd-2.0.14-NAMESPACE-r2.tar.gz You can also grab it via anonymous CVS at CMU by checking out the alt-namespace branch or alt-namespace-r2 tag. The new code only has

Re: Sieve Vacation

2001-06-07 Thread Ken Murchison
Stefano Coatti wrote: Stefano Coatti wrote: Hi, I installed cyrus 2.0.14 with sendmail 8.11.4 and with this sieve script: vacation :addresses [EMAIL PROTECTED] test; redirect [EMAIL PROTECTED]; keep; and the result is: no vacation message, mail redirected to [EMAIL

Re: ANN: Alternate namespace for Cyrus IMAP

2001-06-07 Thread Ken Murchison
Ken Murchison wrote: John Holman wrote: Ken I do have one query though. Since personal folders and INBOX now exist at the same level for the logged-in user I had expected the same to be true also for Other Users - e.g. there might be mailboxes Other Users.Mike.INBOX Other

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread Ken Murchison
, or at all. Any suggestions would be appreciated, as I'd very much like to rid myself of my UW-IMAP server in favor of Cyrus =) thanks, Ethan Ken Murchison wrote: Garrett, Michael R wrote: Hey all, This should be an easy and quick question. When I try and load the imap

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-10 Thread Ken Murchison
CYRUS_SERVICE correctly, or at all. Any suggestions would be appreciated, as I'd very much like to rid myself of my UW-IMAP server in favor of Cyrus =) thanks, Ethan Ken Murchison wrote: Garrett, Michael R wrote: Hey all, This should be an easy and quick question. When I try

Re: vacation: multiline replies

2001-06-15 Thread Ken Murchison
Alain Turbide wrote: Hmm, I suspect I was wrong with this one. I've duplicated the problem and even thought the actual sieve script itself has the newlines, they don't seem to be sent out on the vacation reply. Is there an lmtpd setup we're missing here or is it a bug with sieve. The

Re: Public Folder Viewer alahttp://asg.web.cmu.edu/bb/archive.info-cyrus ?

2001-06-20 Thread Ken Murchison
richard offer wrote: I'm looking for a public folder/bb viewer along the lines of the one for this list at http://asg.web.cmu.edu/bb/archive.info-cyrus. From inspecting the HTML code for the pages it seems that its based on imp (GPL) but I can't find a reference anywhere.

[ANN]: Alternate namespace beta 3

2001-06-21 Thread Ken Murchison
I just made the third and final beta of the alternate namespace code available at: ftp://ftp.oceana.com/pub/cyrus-imapd-2.0.14-NAMESPACE-r3.tar.gz http://www.oceana.com/ftp/cyrus-imapd-2.0.14-NAMESPACE-r3.tar.gz You can also grab it via anonymous CVS at CMU by checking out the alt-namespace

Re: SIGHUP master errors

2001-06-22 Thread Ken Murchison
Cillian Sharkey wrote: [Cyrus 2.0.14-NAMESPACE-r2] If I send master a SIGHUP (with no change to config files) I get: master[9653]: got SIGHUP master[9653]: unable to bind imap socket: Permission denied cyrus.conf: SERVICES { imap cmd=imapd listen=[127.0.0.1]:imap

Re: [ANN]: Alternate namespace beta 3

2001-06-26 Thread Ken Murchison
Nuno Silva wrote: As noted by Ken Murchison a while back the alternative namespace does not change the spool structure (files and folders on disk) to provide the alternative namespace, therefor there is *one* drawback: You can't create subfolders of INBOX. while using the alternate

Re: Sieve Vacation / LMTP problems

2001-06-26 Thread Ken Murchison
Edwin Chiu wrote: Hi, I'm having trouble getting sieve vacation messages to work properly. I'm using: Sendmail 8.9.3 Cyrus Imapd 1.6.24 This is from imapd.log: localhost deliver[17029]: lmtp connection preauth'd as postman I have no clue how LMTP works... I added in my

Re: How to use different ssl-Certs for pop and imap?

2001-06-28 Thread Ken Murchison
Anton Roeckseisen wrote: Hi, I use some pre 2.0.13 Version of cyrus imapd and got ssl working properly. Does anyone know if its possible to use different certificates for pop and imap? Right now I have configured one certificate in imapd.conf. It's working for both. Because I would

Re: CYRUS_SERVICE - solution ?

2001-06-29 Thread Ken Murchison
Christoph Krempe wrote: Hi, are there any solutions for the imap-problem announced by Ken Murchison [EMAIL PROTECTED] ?? I got the same problem on a Linux maschine (Suse 7.0) imapd: could not getenv(CYRUS_SERVICE) ?? I did not announce the problem, I was simply trying to diagnose

Re: view quota usage.

2001-06-29 Thread Ken Murchison
Tarjei Huse wrote: Hi, this has probably been asked before, but how do I list the used quota for all my users, I tried lq user.*, but it does not work. Run /usr/cyrus/bin/quota and the 'cyrus' user -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place

Re: pop3/imapd

2001-06-30 Thread Ken Murchison
J.D. Bronson wrote: Is there a way to get the following: I want to allow pwcheck for pop3, but restrict plaintext passwords for imapd. Possible? If I understand what you are trying to do, yse two different config files for the services. For instance, the services lines in

Re: Signalled to death by 11 on imapd?

2001-07-02 Thread Ken Murchison
William K. Hardeman wrote: Howdy all, Has anyone found a solution or workaround to the 'signalled to death by 11' issue with imapd processes? This seems to occur randomly for us, although more frequently when using a webmail interface than with mulberry or outlook 2000. I did a gdb

Re: PAM without SASLDB

2001-07-03 Thread Ken Murchison
Stuart Clark wrote: How can I get AUTH=DIGEST-MD5 AUTH=CRAM-MD5 removed from the CAPABILITY listing, and still have cyrus use PAM for authentication? * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT

Re: Looking for root cause of sig 11 on imapd

2001-07-05 Thread Ken Murchison
GOMBAS Gabor wrote: On Thu, Jul 05, 2001 at 12:01:20PM -0400, Scott Russell wrote: Well, I've been running 2.0.14 for over a month now and I haven't seen any signaled to death messages (or any other problems) with it. Some older versions did have problems, but 2.0.14 works nicely. The

[ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-05 Thread Ken Murchison
I am pleased to announce the availability of a selectable hierarchy separator for Cyrus IMAP. Up until now, Cyrus used a netnews-style hierarchy, where '.' was used as the hierarchy delimiter -- thus prohibiting '.' from appearing in mailbox names. This release allows a UNIX-style '/' separator

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Ken Murchison
Nick Sayer wrote: I am pleased to announce the availability of a selectable hierarchy separator for Cyrus IMAP. Up until now, Cyrus used a netnews-style hierarchy, where '.' was used as the hierarchy delimiter -- thus prohibiting '.' from appearing in mailbox names. This release

Re: sasl + pam_ldap woes

2001-07-06 Thread Ken Murchison
Kevin J. Menard, Jr. wrote: Hey guys, [...] Now, this is just a direct telnet to my imap server, along with the openldap output: balthasar:/usr/local/man/man1# telnet localhost imap Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. *

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Ken Murchison
Nick Sayer wrote: Ken Murchison wrote: Nick Sayer wrote: Hey great! This will let me work around MacOS X's Mail program's stupidity in this regard. Before I set up alt namespace, I couldn't get to any of my folders besides the INBOX! Doesn't anyone read an RFC anymore before

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Ken Murchison
Nick Sayer wrote: Ken Murchison wrote: Nick Sayer wrote: Ken Murchison wrote: Nick Sayer wrote: Hey great! This will let me work around MacOS X's Mail program's stupidity in this regard. Before I set up alt namespace, I couldn't get to any of my folders besides the INBOX

[SOLUTION] lmtpd signaled to death by 11

2001-07-06 Thread Ken Murchison
The attached patch *should* fix the problem of lmtpd crashes -- it did locally. It was a simple problem of double-freeing memory, but a hard one to track down since it seemed to manifest itself differently each time. I just committed this fix to CVS, so it will be included in the upcoming

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-08 Thread Ken Murchison
Michael Fair wrote: Thanks for all the clarifications. To finish up on a point that you didn't fully understand and to make a recommendation for your evaluation, - being more comfortable with the concept of being able to make subfolders of all mailboxes than I am with any

Re: Cyrus IMAP 2.0.15 released

2001-07-08 Thread Ken Murchison
Justin R. Miller wrote: Thus spake Ken Murchison ([EMAIL PROTECTED]): Fixed in CVS. Thanks. It seems to doesn't free() memory obtaind throuth strdup() on error. Here is a patch: How serious is this from a performance standpoint? Is it definitely worth patching or can

[ANN] Cyrus IMAP 2.0.15-HIERSEP-r2 released

2001-07-08 Thread Ken Murchison
Since I merged the 2.0.15 code (and fixes) into the alt-namespace/hier-sep branch this morning so I could test it on my production server for a few days before doing the final merge, I figured those of you who can't wait until then might want a sneak preview. I am testing the stability of the

Re: imap 2.0.14 and sieve problems

2001-07-10 Thread Ken Murchison
Nico Weichbrod wrote: Ken Murchison [EMAIL PROTECTED] schrieb: How did you install and test the script? I install the script with installsieve -i script -u user server I didn't think that installsieve compiled anymore. You should start using the sieveshell perl program with Cyrus

Re: cyradm auth question

2001-07-11 Thread Ken Murchison
Cillian Sharkey wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When I log onto cyradm, the first prompt I recieve is: 'Please enter your password:' ...which never works ( I'm using pam_mysql for auth ), and subsequently generates the following log: Jul 9 23:36:35 shnarf

Re: imap 2.0.14 and sieve problems

2001-07-11 Thread Ken Murchison
Amos Gouaux wrote: On Wed, 11 Jul 2001 09:25:08 -, Nico Weichbrod [EMAIL PROTECTED] (nw) writes: nw Why is there no from address (I set the servername: in /etc/imapd.conf) and The message is formated as a bounce. Technically speaking, it is an MDN (message disposition

Re: Virtual domains.

2001-07-19 Thread Ken Murchison
I haven't needed virtual domain support, and so I haven't thought about it much, but my first reaction is that simply changing the 'user.' prefix to 'domain.' is either going to be insufficient or will become a hack. First off, I applaud the effort. I know that many people would like to see

Re: Sieve Question

2001-07-20 Thread Ken Murchison
John C. Amodeo wrote: Greetings, This may be a stupid question, but I have seen enough mail about Sieve Vacation in the past few days, I had a thought... Can you specify wildcards for the vacation addresses? Over here, we have something like 6 different e-mail aliases that all point

Re: Vacation Sieve

2001-07-20 Thread Ken Murchison
I just looked at the code and the domain part of each address tested in vacation is converted to lowercase before comparing them, hence the right side of the @ is case-insensitive. I also verified this by using the sieve 'test' program. Ken Shelley Waltz wrote: Larry, It is case sensitive

Re: Sieve: send a copy of mails

2001-07-23 Thread Ken Murchison
Carsten Grohmann wrote: It is possible to send a copy from each mail to a other user? If I use sieve vacation there is no option to send a copy to a other user. Use 'redirect'. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26

Re: phantom mailbox

2001-07-24 Thread Ken Murchison
Kevin J. Menard, Jr. wrote: Hey David, Wednesday, July 25, 2001, 12:02:50 AM, you wrote: DF I recreated your situation on my own system... but had no trouble... DF cyradm -u cyrus localhost DF Please enter your password: DF IMAP Password: (Why it asks for two

Re: sieve vacation feature not working even with lmtp

2001-07-24 Thread Ken Murchison
Johannes Walch wrote: Hi all, I have the following problem : The sieve vacation feature does not work even if I use lmtp to deliver mail into cyrus (version 2.0.15). All other sieve features e.g fileinto work correctly. Any help is greatly appreciated. I have tried everything but

Re: phantom mailbox

2001-07-24 Thread Ken Murchison
Kevin J. Menard, Jr. wrote: Hey Ken, Tuesday, July 24, 2001, 12:39:19 PM, you wrote: KM Kevin J. Menard, Jr. wrote: Hey David, Wednesday, July 25, 2001, 12:02:50 AM, you wrote: DF I recreated your situation on my own system... but had no trouble... DF cyradm -u cyrus

Re: Bind the daemon to a specific ip address

2001-07-25 Thread Ken Murchison
Norbert Sendetzky wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 25 July 2001 11:53, you wrote: I guess, that's done in cyrus.conf like that: SERVICES { imap cmd=/usr/cyrus/bin/imapd listen=127.0.0.1:imap prefork=0 I thought this too, but then

Re: Mailbox creation

2001-07-26 Thread Ken Murchison
Jerome Fleury wrote: I don't know if this is a Mulberry of Cyrus server related problem but here it is: I'm running Cyrus Imap server 2.0.14, and I try to create a mailbox in the top hierarchy (not in INBOX.*). Mulberry says Permission Denied when I try to do so. I suppose it's a

Re: Bug: 2.0.15-HIERARCHY - delete subscribed folder screws up LSUB

2001-07-26 Thread Ken Murchison
Nick Sayer wrote: [...] So the bug is a two-parter. 1. Deleting a subscribed mailbox does not automatically unsubscribe oneself from it. This is normal behavior (at least for Cyrus). RFC2060 allows for subscriptions to mailboxes that don't exist. In fact the current LISTEXT draft

Re: vacation syntax

2001-07-26 Thread Ken Murchison
Nico Weichbrod wrote: Hi, is there any way to format the message-body so i can use paragraphs in my vacation reply text. Unix syntax like '\n' do not work. The entire text is in only one line of the reply message. What can i do? From RFC3028: For entering larger amounts of text,

  1   2   3   4   5   6   7   8   9   10   >