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 sta

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: Sieve script ... not working?

2001-06-06 Thread Ken Murchison
The Hermit Hacker wrote: > > Is there anything obviously with the following sieve script? Its not > filtering, its all still being dumped to the mailbox :( The filter is not being executed due to a parse error on the require line. The discard action is MANDATORY in sieve and therefore doesn'

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

Re: Sieve Vacation

2001-06-07 Thread Ken Murchison
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 PROTECTED] and > ke

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 >

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

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, mai

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&quo

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread Ken Murchison
master is not > setenving 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

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-09 Thread Ken Murchison
st recovery > Jun 9 12:06:13 spicymeatball imapd: could not getenv(CYRUS_SERVICE) > > Ken Murchison wrote: > > >Try applying the attached patch. This will keep the service from > >exiting, but will still log any errors with respect to CYRUS_SERVICE. > >I'd like to

Re: Errors when running cyrus

2001-06-14 Thread Ken Murchison
Klaus wrote: > > Hello, > > for every mail Cyrus Imap "recieves" (from smtp localhost), I get following errors: > > syslog: > > Jun 10 19:13:53 kaperfahrt lmtpd[952]: error sending to idled: 2 > > imapd.log (local6) > > Jun 10 20:19:49 kaperfahrt lmtpd[1164]: accepted connection > Jun 10 2

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.

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. http://w

[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" br

Re: SIGHUP master errors

2001-06-21 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]:

Re: [ANN]: Alternate namespace beta 3

2001-06-22 Thread Ken Murchison
"Kevin J. Menard, Jr." wrote: > > Hey Ken, > > Thursday, June 21, 2001, 11:51:11 AM, you wrote: > > KM> Unless any new bugs or issues are found with this release, this will be > KM> the code which will be merged into the main Cyrus tree and appear in one > KM> of the next two standard release

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]:

[POLL] Anyone using my SASL APOP patch?

2001-06-22 Thread Ken Murchison
I'm interested to find out how many (if any) people are using the SASL APOP patch that I posted a while back. The sasl_checkapop() prototype is going to change in SASL v2, and if I change the code in pop3d now, I want to know if I need to create another APOP patch for SASL v1.5. Thanks, Ken --

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

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 add

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 wou

Re: cyrus 2.0 w/flat mailboxes file

2001-06-28 Thread Ken Murchison
Derek Spencer wrote: > > In the changelog under "Changes to the Cyrus IMAP Server since 2.0.5" it > states: > > - mailboxes file can once again be a flat text file. (compile-time > choice) > > What is that compile time choice? I cannot seem to find this anywhere > in the documentation. > >

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 anno

Re: CYRUS_SERVICE - solution ?

2001-06-29 Thread Ken Murchison
Christoph Krempe wrote: > > On Fri, 29 Jun 2001 08:14:57 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > > > > > Christoph Krempe wrote: > > > > > > Hi, > > > > > > are there any solutions for the imap-problem announced by Ken M

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 Pla

Re: user+folder delivery confusion

2001-06-30 Thread Ken Murchison
"William K. Hardeman" wrote: > > Hello all, > > I've been batting my head against a wall on this one, and need some help, > please. I've read all I can find in the archives on how to get mails > delivered to a user's sub-folders and to shared mailboxes, and I just can't > get it to work right.

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 /etc

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

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=ORDEREDSUBJEC

Re: What is CYRUS_SERVICE? (was Re: Installing on FreeBSD)

2001-07-03 Thread Ken Murchison
Louis LeBlanc wrote: > > Thanks for the pointers Joe. This seems to be along the lines I went, > but I am running into a hitch with the test: > > # cyradm -user cyrus localhost > Jul 3 16:51:36 acadia imapd: could not getenv(CYRUS_SERVICE); exiting > Jul 3 16:51:36 acadia imapd: could not g

Re: Looking for root cause of sig 11 on imapd

2001-07-05 Thread Ken Murchison
Scott Russell wrote: > > All - > > I'm new to Cyrus and have been experiencing sig 11 issues on imapd over the > past 2 weeks. I've spent a great deal of time reading the list archives > trying to id the root cause. So far it hasn't been pretty but I've boiled > down to the following info. [.

Re: Looking for root cause of sig 11 on imapd

2001-07-05 Thread Ken Murchison
it will react > there. It should work the same. Ken > On Thu, Jul 05, 2001 at 03:10:22PM -0400, Ken Murchison wrote: > > > > Scott, > > > > Please try this patch. > > > > Ken > > > > Index: imapd.c > > =

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

[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: berkeley to cyrus conversion

2001-07-06 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Nick Sayer writes: > > > >I wrote a perl script that takes a Unix "mbox" formatted mailbox and > >uploads it to an IMAP folder. I could post and/or e-mail it if there is > >any demand. > > Does it preserve status flags? If so, I'm certainly interested. > Otherwise

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Ken Murchison
you use CVS, this does NOT affect you. Sorry any inconvenience, Ken Ken Murchison 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 t

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 rel

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 >

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'

[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 2.0.15

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-07 Thread Ken Murchison
Michael Fair 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 r

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-07 Thread Ken Murchison
Michael Fair wrote: > > > That being said, I'm curious why you ask. Do you see some inherent flaw > > in the current approach? Or do you just want to make sure that you > > don't get bit by some incompatible change to the on-disk structure? > > I suppose there are a number of reasons I ask.

Re: Cyrus IMAP 2.0.15 released

2001-07-07 Thread Ken Murchison
Hajimu UMEMOTO wrote: > > Hi, > > > On Sat, 7 Jul 2001 16:07:41 -0400 > > Lawrence Greenfield <[EMAIL PROTECTED]> said: > > leg+> Cyrus IMAP 2.0.15 is now available from ftp.andrew.cmu.edu. This is > leg+> primarily a release devoting to bugfixing; we hope that it will prove > leg+>

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 w

Re: lmtp vs lmtpunix + pop3

2001-07-08 Thread Ken Murchison
"J.D. Bronson" wrote: > > # LMTP is required for delivery > lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1 > lmtp cmd="lmtpd" listen="lmtp" prefork=0 > > Can someone explain to me the difference of lmtp vs. lmtpunix? The difference is simply whether lmtpd listens o

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

[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 cod

Re: reconfig by SIGHUP

2001-07-09 Thread Ken Murchison
Hajimu UMEMOTO wrote: > > Hi, > > It seems reconfig is not working well. There are two problems: > > - The master doesn't issue shutdown(2) at clean up sockets. So, > re-bind to same address fails with `Address already in use' at > least under FreeBSD. How does shutdown() affect

Re: imap 2.0.14 and sieve problems

2001-07-10 Thread Ken Murchison
Nico Weichbrod wrote: > > Hello, > > I installed cyrus-imapd 2.0.14 and all worked fine. > Now I wont use sieve-scripts. I installed and tested the script without > errors, but the script do not run when mail come in. On the old cyrus-imapd > 1.6.24 the same script works fine. > The imapd.conf

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

Re: [ ANN ] Alpha release of 2.0.13 for SGI Irix 6.5 Freeware

2001-07-10 Thread Ken Murchison
richard offer wrote: > > I'm in the process of packaging up the imap server as part of the SGI > Freeware project (http://freeware.sgi.com/) > > I have an alpha version available if anyone would like to test it out. This > follows Freeware project guidelines (-n32, mips3, Irix 6.5 only). Rich

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

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 di

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

Re: vacation problem with sieve ... newest stable ...

2001-07-13 Thread Ken Murchison
"Marc G. Fournier" wrote: > > Just had one of my colleagues set her vacation, but it doesn't appear to > be working ... > > default contains: > > -- > > # Mail rules for user tammy > # Created by Websieve version 0.48 > require ["fileinto","vacation"];

Re: Renaming a users mailbox(s)

2001-07-17 Thread Ken Murchison
Cillian Sharkey wrote: > > Scott Russell <[EMAIL PROTECTED]> wrote: > > So, is this still a problem in Cyrus 2.x or is there a better solution than > > the one outlined in the Managing IMAP book? > > Code to do complete user renames: > > http://asg.web.cmu.edu/archive/message.php3?index=7268&

Re: imapd (2.0.15) dies immediately

2001-07-19 Thread Ken Murchison
Matt J Bradshaw wrote: > > hello all, > > i'm running into some (painful!) problems with my fresh cyrus-imap 2.0.15 > installation and would *really* appreciate any guru-advice i can get. > > master starts up fine (or at least appears to) and is listening on its > specified ports (143 and 993

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 this

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

Re: Virtual domains.

2001-07-20 Thread Ken Murchison
Devdas Bhagat wrote: > > On Fri, 20 Jul 2001, Ken Murchison spewed into the ether: > > [...] > > 3. If you simply change 'user.' to 'domain.', then what is the prefix > > for the Other User's namespace? > I didn't get this one.

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 sensi

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 O

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 i

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

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

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 thou

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 i

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 d

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 te

Re: Moving accounts from one cyrus server to another

2001-07-26 Thread Ken Murchison
> Dan Makovec wrote: > > Hi folks, > > I've got an old FreeBSD 3.x server running cyrus 2.0.7, which I want > to decommission. I've set up a new box with FreeBSD 4.3 and Cyrus > 2.0.15, and would like to essentially shift all the user accounts > (sieve scripts and all - not stored in user dir

Re: sieveshell

2001-07-27 Thread Ken Murchison
Amos Gouaux wrote: > > On a Solaris 8 box I notice that the user's password is echoed when > using sieveshell. Hmm. Can't help you on this one, some type of perlism. > Also, when quickly browsing through this script, I notice the use of > $acapserver. Does that mean ACAP must be install and

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

2001-07-27 Thread Ken Murchison
Nick Sayer wrote: > [...] > > 2. Extra entries in the ...user/f/foo.sub file that corespond to > nonexistent mailboxes causes the LSUB output to truncate at that spot. Try this patch. Fairly simple, but a pain in the ass to find. Ken Index: mboxlist.c ===

Re: deliver EX_TEMPFAIL

2001-07-31 Thread Ken Murchison
Nico Weichbrod wrote: > > hello, > > i would like to use quota on my cyrus-imapd-2.0.14. is the quota exceeded i > only get a 'Deferred: cyrus mailer (/usr/cyrus/bin/deliver) exited with > EX_TEMPFAIL' and the mail is stored in /var/spool/mqueue. > How do i get deliver to send a mail like 'Mai

Re: deliver EX_TEMPFAIL

2001-07-31 Thread Ken Murchison
Nico Weichbrod wrote: > > Ken Murchison <[EMAIL PROTECTED]> schrieb: > > > > > Use the '-q' option to deliver. See deliver(8). > > > > thanx, but that is not what i wont. The incomming mail should not be saved in > the users inbox, but th

Re: Outlook Express: altnamespace issue

2001-07-31 Thread Ken Murchison
Konstantin Kunshchikov wrote: > > Hi folks! > > We currently testing server altnamespace code with or without unixhiersep > option. > > I think OE can't support subscription to non-existent folders, and > in that case refuses to show subfolders under "Shared Folders" or "Other Users". > You c

Re: Fwd: minor correction to deliver.c

2001-08-01 Thread Ken Murchison
Made the change in CVS. Thanks! Pavel Levshin wrote: > > Surprisingly, it still (with some corrections) applies > to the new 2.0.16. > > This is a forwarded message > From: Pavel Levshin <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Sunday, May 20, 2001, 9:05:10 PM

Re: Outlook Express: altnamespace issue

2001-08-01 Thread Ken Murchison
ëÕÎÝÉËÏ× ëÏÎÓÔÁÎÔÉÎ ÷ÌÁÄÉÍÉÒÏ×ÉÞ wrote: > > > >Konstantin Kunshchikov wrote: > >> > >> Hi folks! > >> > >> We currently testing server altnamespace code with or without > >unixhiersep > >> option. > >> > >> I think OE can't support subscription to non-existent folders, and > >> in that case re

Re: Outlook Express: altnamespace issue

2001-08-02 Thread Ken Murchison
Konstantin Kunshchikov wrote: > > >> > > > > >> > >> Yes, this is a problem with OE. Netscape Messanger works fine as expected. > >> But this may be also an architecture thing. "Shared Folders" and "Other > >> Users" > >> are in general virtual. > >> Its not possible to view ACL's of this fo

Re: [OT] Outlook Express: altnamespace issue

2001-08-03 Thread Ken Murchison
Simon Loader wrote: > > > IMHO, the architecture is correct (similar to other commercial variants > > of Cyrus) and the problem lies completely with OE. > > > > Out of interest what are the commercial variants > of cyrus ? The only one I think I know of is some > Canadian company of which the

Re: signaled to death by 11 -- solved!?

2001-08-05 Thread Ken Murchison
David Wright wrote: > > I am faced with the same "signaled to death by 11" problem on RH 7.1 > that has been reported in this list several times before. I think I > understand the problem, but I need a little coaching to implement a > solution. > > Here's the problem: whenever I login correctl

Re: signaled to death by 11 -- solved!?

2001-08-06 Thread Ken Murchison
Lawrence Greenfield wrote: > >Date: Sun, 05 Aug 2001 21:20:55 -0700 >From: David Wright <[EMAIL PROTECTED]> > > [...] >Now when _do_authentication is run against a correct password, it >returns success and pam_ldap returns success, but imapd dies. If I >comment out the call

Re: Over Quota Warning

2001-08-07 Thread Ken Murchison
Adi Linden wrote: > > Hi, > > - How can I deliver a message to a mail box where cyrus-imapd denies > delivery because it's over quota? If using 'deliver', pass it the '-q' option -- see deliver(8). If talking directly to lmtpd, you have to use the IGNOREQUOTA keyword with the RCPT TO comma

Re: Over Quota Warning

2001-08-07 Thread Ken Murchison
Matt Prigge wrote: > > > > - What is the 'cyradm' command to remove a quota and allow an unlimited > > > sized mailbox? > > > > Try setting the quota to zero. > > I may be thinking of straight IMAP commands rather than cyradm (I dont use > cyradm), but can/should this be 'none' instead? I w

Re: Over Quota Warning

2001-08-07 Thread Ken Murchison
Matt Prigge wrote: > > > Yeah, zero might actually prevent appending to the mailbox. 'none' > > might work in cyradm to disable quotas, but it definitely won't work as > > part of a IMAP SETQUOTA command. A quick peak at the source leads me to > > believe that any value < 0 *should* disable t

Re: SASL re-entrancy crisis (was: OpenLDAP 2.0.x + pam_ldap + cyrus-imapd-2.0.x)

2001-08-08 Thread Ken Murchison
David Wright wrote: > > Please educate me, I do not understand. > > > Please use pwcheck. Your problems will go away. > > The pwcheck distributed with cyrus-sasl is not useful to me. My users > are not in /etc/passwd -- they are ONLY in an LDAP database. Even a > pwcheck daemon that uses LD

Re: SASL re-entrancy crisis (was: OpenLDAP 2.0.x + pam_ldap + cyrus-imapd-2.0.x)

2001-08-09 Thread Ken Murchison
"Kevin J. Menard, Jr." wrote: > > Hey Jeremy, > > Thursday, August 09, 2001, 1:14:51 AM, you wrote: > > JH> Kevin J. Menard, Jr. wrote: > >> I still say add all this to SASL. That's what it's there for anyway, so > JH> you > >> don't need to hack imapd.c or pop3d.c everytime you want to add

Re: saslauthd (was Re: SASL re-entrancy crisis)

2001-08-09 Thread Ken Murchison
Jeremy Howard wrote: > > Ken Murchison wrote: > > "Kevin J. Menard, Jr." wrote: > > > > Hmm . . . I honestly haven't checked this out yet. I'll have to take > > > a look at it. > > > > If you're serious about this, you

Re: Cyrus documentation

2001-08-09 Thread Ken Murchison
Jeremy Howard wrote: > > Tarjei Huse wrote: > > Would it be possible to host a cyrus-(IMAP/SASL) documetnation page? I > feel > > a great need for a Cyrus faq/howto page. The current doc's are not exactly > > in a perfect state. > > > > Also, they could bennefit a lot from dynamic updates. > >

Re: different conf files of on same.

2001-08-13 Thread Ken Murchison
Amos Gouaux wrote: > > th> What I am wondering about, is the imaps line. How can I say: "bind to these two >interfaces ip1,ip2"? is is listen=(192.168.1.2,195.204.129.18):imaps os should I have >to imaps: > th> imaps cmd="/usr/cyrus/bin/imapd -s" listen="192.168.1.2:imaps" >prefork

Re: Deleted users not completely gone?

2001-08-13 Thread Ken Murchison
Josh Miller wrote: > > When I delete a user, the user still shows up in the quota report... > > Is anyone else seeing this, or have I done something wrong? > > I'm running 2.0.16. This should've been fixed in 2.0.15. When you delete 'user.foo', all var/imap/user/fo/foo.* files /var/imap/quo

Re:

2001-08-14 Thread Ken Murchison
avl wrote: > > Hello all > > I just installed Cyrus IMAPD , but it can't start from the inetd. > When I try to run it manually , I get : > Aug 14 13:39:39 cow imapd: could not getenv(CYRUS_SERVICE); exiting > And the same with pop3d. > What can be wrong with it ? >From the installation in

Re: different conf files of on same.

2001-08-14 Thread Ken Murchison
Tarjei Huse wrote: > > Two questions: > 1. Sieve listening on a port, that is just for administrative work, the sieve >service does not have anything to do administratively. And so I can set >sieve cmd="/usr/cyrus/bin/timsieved" listen="localhost:sieve" prefork=0 > And let my users

Re:

2001-08-14 Thread Ken Murchison
I get "connection > refused" which is what I would expect. Again sorry but > if you could school me on this that would be great. > > --- Ken Murchison <[EMAIL PROTECTED]> wrote: > > > > > > avl wrote: > > > > > > Hello all > > >

Re: mailbox deletion

2001-08-14 Thread Ken Murchison
Darin, The 'c' right is overloaded for deletion of a mailbox. I usually set the ACL to 'cdwa' for the cyrus user, but 'c' should be all that's necessary. Give me a call tomorrow if you still have problems. Ken Darin Perusich wrote: > > hello, > > i'm setting up an cyrus imap server on a li

Re: Deliver to subfolder containing spaces

2001-08-15 Thread Ken Murchison
Lisa Maira wrote: > > Can anyone point us to how to directly call deliver to deliver a message > to a subfolder containing spaces? > > We're running 2.0.16. > > deliver -m "folder with spaces" -a user user < foo > > worked under 1.6.24 > > It exits 65 under 2.0.16. Lisa, Because deliver i

Re: Problems installing Cyrus

2001-08-15 Thread Ken Murchison
Catherine Roantree wrote: > > Installation details and error messages are listed below. Any ideas on what > I am doing wrong or missing? > (Apologies for the long message). [...] > 7. Started cyrus, error messages as follows: > > [root@mail /]# tail /var/log/messages > Aug 15 12:34:1

Re: encrypting sessions

2001-08-16 Thread Ken Murchison
chirs charter wrote: > > Hello, > I have recently installed the latest Cyrus IMAP > server. I am wondering what do I have to do to encrypt > the client-server transactions so that username and > pasword don't have to go across the wire in plaintext? > I guess I would like to use SSL. How do I i

Re: undeletable mailboxes created by outlook-express

2001-08-21 Thread Ken Murchison
dieter franzke wrote: > > Hi, > > some users in our network are using outlook express. At the > first start oe created the toplevel-mailboxes > 1.gelöschte Objekte > 2.Entwürfe > 3.trash with the rights anyone lrs. > These mailboxes should be created in the user.Inbox. > Now these mailboxes co

  1   2   3   4   5   6   7   8   9   10   >