sieve vacation script problem

2002-09-27 Thread Vittorio Manfredini
I use : cyrus-imapd 2.1.9 cyrus-sasl 2.1.7 postfix 1.1.11 All work fine, but now I would use sieve vacation script. I put the vacation script on the user directory (/usr/sieve/.../user), When I send mail to this user, the mail arrive correctly, but when the system try to send back the vacation

A little documentation for the maintainers (exim + cyrus)

2002-09-27 Thread James Greenhalgh
I noticed in part of the documentation there is a reference to getting exim and cyrus to work together. Sadly it calls deliver which isn't the optimal method having read recent posts. Try this delivery transport (you can use this in the localuser director instead of local_delibery): local_lmtp:

Sieve Vacation syntax

2002-09-27 Thread Markus Wernig
Hello everyone Can somebody please point me to a document that describes the syntax of the sieve vacation feature. I've been struggling with it for some time now. tia /markus

Re: Sieve Vacation syntax

2002-09-27 Thread Thomas Hager
On Fri, 2002-09-27 at 13:04, Markus Wernig wrote: > Can somebody please point me to a document that describes the syntax of > the sieve vacation feature. I've been struggling with it for some time > now. http://www.cyrusoft.com/sieve/drafts/sieve-vacation-04.txt tom. signature.asc Descriptio

Re: Sieve Vacation syntax

2002-09-27 Thread Ken Murchison
Quoting Markus Wernig <[EMAIL PROTECTED]>: > Hello everyone > > Can somebody please point me to a document that describes the syntax of > the sieve vacation feature. I've been struggling with it for some time > now. ALL of the relevent specifications (RFCs, IDs, etc) are listed in doc/specs.ht

RE: how many users can Cyrus server support? -- is 5.5 msg/sec slow?

2002-09-27 Thread Adam Williams
>I think you are right. I don't think the bottle neck is Cyrus IMAP. Because >when I move syslog to the network the performance get 2 times better and >when I change to a disk striped by 3 disks, I 2 times faster. Right now I >can get 10 msg/sec. If I can get 15-20 msg/sec, I will be very happy.

Re: request help on setting IMAP

2002-09-27 Thread Rob Siemborski
On Fri, 27 Sep 2002, Henry wrote: > From the saslauthd's doc, sasldb is disabled by default, so how do i invoke > saslauthd - a sasldb You really don't want to do this. You really just want to set sasl_pwcheck_method: auxprop and use the sasldb auxprop plugin. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-

migrating question

2002-09-27 Thread Marco
Hi all, I am running cyrus imap 2.0.7 on a server with sasl 1.5 and berkeley db 3.x and we need to migrate to cyrus 2.0.19 with berkeley db 4.x and sasl 2 is there a method to migrate all mailboxes and old mailbox db to new format without losing any information ? Regards Marco De Simone

Re: migrating question

2002-09-27 Thread Rob Siemborski
On Fri, 27 Sep 2002, Marco wrote: > I am running cyrus imap 2.0.7 on a server with sasl 1.5 and berkeley db 3.x > and we need to migrate to cyrus 2.0.19 with berkeley db 4.x and sasl 2 > is there a method to migrate all mailboxes and old mailbox db to new format > without losing any information ?

RE: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Su Li
Yes MTA is a problem. When I stop sending emails and let Cyrus IMAP finish the mails queued in Sendmail, I got more that 20 messages per second. I have tried to use Postfix. Probebly because I didn't setup Postfix right (I use every thing default), I didn't get better performance than using Send

Re: Time has come to stop with /usr/local path pollution!

2002-09-27 Thread Ken Murchison
First off, why did you feel the need to send this directly to me? Cyrus is not _my_ software, I'm just a contributor. Secondly, I can understand your frustration, but your shitty attitude ain't gonna help. Joe Rhett wrote: > > We really must stop with the path pollution that you guys include

Re: Newbie Q's: Authentication problems

2002-09-27 Thread Ken Murchison
Jon Drukman wrote: > > I'm trying to set up a system where there are no normal user accounts, but > people can get mail. I'm using sasl-2.1.7 and cyrus-imapd-2.1.9 on FreeBSD4. > > I set up some accounts using saslpasswd2. I can see them with sasldblistusers2 > > # sasldblistusers2 > [EMAIL

Re: How to use cyradm with plaintext over SSL or TLS?

2002-09-27 Thread Ken Murchison
Luc Germain wrote: > > Hi, > > We are using cyrus-imap 2.1.8 and cyrus-sasl-2.1.7. We use plaintext logins > ( IMAP -> SASL -> PAM_LDAP -> OPENLDAP) and to protect the passwords, we > force every users to use an encrypted connexion (either through IMAPS or > IMAP+TLS), by putting "allowplaint

Re: sieve vacation script problem

2002-09-27 Thread Scott Russell
On Fri, Sep 27, 2002 at 11:19:54AM +0200, Vittorio Manfredini wrote: > > I use : > cyrus-imapd 2.1.9 > cyrus-sasl 2.1.7 > postfix 1.1.11 > > All work fine, but now I would use sieve vacation script. > > I put the vacation script on the user directory (/usr/sieve/.../user), > > When I send mail

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Carsten Hoeger
On Fri, Sep 27, Su Li wrote: > Yes MTA is a problem. When I stop sending emails and let Cyrus IMAP finish > the mails queued in Sendmail, I got more that 20 messages per second. > > I have tried to use Postfix. Probebly because I didn't setup Postfix right > (I use every thing default), I didn'

Re: Sieve Vacation syntax

2002-09-27 Thread Scott Russell
On Fri, Sep 27, 2002 at 08:28:47AM -0400, Ken Murchison wrote: > I start to wonder why I keep this up to date if nobody is going to look at it > :( > They saved me lots of time when I was writing the php DIGEST-MD5/CRAM-MD5 support :) Since I'm obviously the only one who read these docs I woul

Re: A little documentation for the maintainers (exim + cyrus)

2002-09-27 Thread Ken Murchison
James Greenhalgh wrote: > > I noticed in part of the documentation there is a reference to getting exim > and cyrus to work together. Sadly it calls deliver which isn't the optimal > method having read recent posts. Try this delivery transport (you can use > this in the localuser director ins

RE: how many users can Cyrus server support? -- is 5.5 msg/sec slow?

2002-09-27 Thread Adam Williams
>Yes MTA is a problem. When I stop sending emails and let Cyrus IMAP finish >the mails queued in Sendmail, I got more that 20 messages per second. >I have tried to use Postfix. Probebly because I didn't setup Postfix right >(I use every thing default), I didn't get better performance than using >

Re: Sieve Vacation syntax

2002-09-27 Thread Ken Murchison
Scott Russell wrote: > > On Fri, Sep 27, 2002 at 08:28:47AM -0400, Ken Murchison wrote: > > I start to wonder why I keep this up to date if nobody is going to look at it > > :( > > > > They saved me lots of time when I was writing the php > DIGEST-MD5/CRAM-MD5 support :) Since I'm obviously th

Re: A little documentation for the maintainers (exim + cyrus)

2002-09-27 Thread James Greenhalgh
On Fri, 27 Sep 2002 10:57:38 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > James Greenhalgh wrote: > > > > I noticed in part of the documentation there is a reference to getting > > exim and cyrus to work together. Sadly it calls deliver which isn't the > > optimal method having read recent

RE: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Su Li
Thanks for the information. I know 9-10 msg/sec is a slow speed. I am working on it by trying different things. Su -Original Message- From: Carsten Hoeger [mailto:[EMAIL PROTECTED]] Sent: September 27, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: Re: how many users can Cyrus server supp

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Carsten Hoeger
On Fri, Sep 27, Su Li wrote: > Thanks for the information. I know 9-10 msg/sec is a slow speed. I am > working on it by trying different things. Things also may strongly depend on the Kernel. At least when using Linux... -- With best regards, Carsten Hoeger SuSE, The Linux Experts, http://ww

Re: A little documentation for the maintainers (exim + cyrus)

2002-09-27 Thread Ken Murchison
James Greenhalgh wrote: > > On Fri, 27 Sep 2002 10:57:38 -0400 > Ken Murchison <[EMAIL PROTECTED]> wrote: > > > James Greenhalgh wrote: > > > > > > I noticed in part of the documentation there is a reference to getting > > > exim and cyrus to work together. Sadly it calls deliver which isn't

Re: How to use cyradm with plaintext over SSL or TLS?

2002-09-27 Thread Luc Germain
Hi, Thanks for the answer. The problem is that eventhough I'm on the same server, SASL still won't allow a connection in plaintext since I've forced encryption with "allowplaintext=no"... I don't really see how I could use imtest within a perl script... However, I just found the perl module IMAP

Re: Newbie Q's: Authentication problems

2002-09-27 Thread Jon Drukman
At 07:42 AM 9/27/2002, Ken Murchison wrote: >You can't turn plaintext off and specify PLAIN as the only SASL >mechanism, because cyram doesn't support SSL/TLS (which is this only way >that PLAIN or IMAP LOGIN would be allowed with your config). Either >allow plaintext, or add some other mechs (ie

ACAP Status

2002-09-27 Thread Benjamin Zeiss
Hello guys, i'm wondering about the current status of ACAP. It seems that 2 years or so ago the development of the cyrus sml daemon has stopped and it was left in a quite unfinished state (i.e. missing /et directory). i'm wondering: - is there currently any development (protocol/daemon/client-

Re: A little documentation for the maintainers (exim + cyrus)

2002-09-27 Thread James Greenhalgh
On Fri, 27 Sep 2002 11:38:15 -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > James Greenhalgh wrote: > > > > On Fri, 27 Sep 2002 10:57:38 -0400 > > > > *Second* exim example in the docs? The only one I've found is one using > > deliver and a pipe. The one above is talking to the lmtpd, over

RE: Can not logon to Sieve -- need help -- still need help

2002-09-27 Thread Su Li
Hi, I saw a lot of mails on Sieve. I haven't gotten Sieve work for me. Thanks for Scott, I used "sieveshell --user=cyrus --auth=cyrus localhost". I got further. But I still get the following error, when I typed in password. I typed in password 3 times. Sep 27 11:28:47 web9 sieve[4111]: accept

RE: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Russell Packer
Sorry for butting in half-way through, but I guess if you want to speed things up a little you could always try the usual tricks tweaks like: * If the disks are IDE then enable DMA * Tweak the various TCP IP settings * Tweak the various file system settings y'know, stuff like that? > > > On Fri

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
> Do you really think that > you run into performance problems with 25 msg/sec ? Do you _really_ > think that 25 msg/sec is so bad ? 25 msg/sec times 60 are 1500 msg/min > times 60 are 9 msg/hour times 24 are 216 msg/day ! Do you really > think that your machine will have to handle over 2

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
On Thursday 26 September 2002 23:37 pm, Su Li wrote: > Oh man! you really did a lot to improve the the performance. > > I will for sure need to look into lmtpd temp file. So far I don't think > Sendmail is a bottle neck, may be later it will be. > > RAID 5 is the slowest one, if I didn't remember

Re: Time has come to stop with /usr/local path pollution!

2002-09-27 Thread Michael Newlyn Blake
On Fri, 27 Sep 2002, Ken Murchison wrote: > > were looking at a path I never specified ( /usr/local/include ) and reading > > the include files from there, instead of the path I did specify: > > --with-dbdir=/opt/berkeleydb Now... I'm just guessing at the problem here. Is he saying that

Re: Newbie Q's: Authentication problems

2002-09-27 Thread Ken Murchison
Jon Drukman wrote: > > At 07:42 AM 9/27/2002, Ken Murchison wrote: > >You can't turn plaintext off and specify PLAIN as the only SASL > >mechanism, because cyram doesn't support SSL/TLS (which is this only way > >that PLAIN or IMAP LOGIN would be allowed with your config). Either > >allow plai

Re: Can not logon to Sieve -- need help -- still need help

2002-09-27 Thread Jon Mitchiner
Look at tools/mkimap. It makes the directories for sieve. You can make /usr/sieve/[a-z] directories manually if youd like. Jon - Original Message - From: "Su Li" <[EMAIL PROTECTED]> To: "'Scott Russell'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 11:38 AM

RE: how many users can Cyrus server support? -- is 5.5 msg/sec slow?

2002-09-27 Thread Su Li
Maybe I should try this: For each hostname say a1.xzt.com, b2.xzt.com and c3.xyz.com, I use one Cyrus IMAP Server. I think I can some how may it working on Sendmail. By that I can run multiple copies of IMAP Server. I hope that can speed things up. Su -Original Message- From: Jeremy Rum

RE: Can not logon to Sieve -- need help -- still need help

2002-09-27 Thread Su Li
Yes! I rerun the tools/mkimap. It works! Thanks a lot Jon. Thanks a lot Scott. This problem is with me for one week. Now I can put my scripts. Su -Original Message- From: Jon Mitchiner [mailto:[EMAIL PROTECTED]] Sent: September 27, 2002 12:47 PM To: Su Li; [EMAIL PROTECTED] Subject: R

deliver & lmtp issues

2002-09-27 Thread Jon Mitchiner
Im still trying to troubleshoot my sendmail configuration issues to see if I can figure out why sendmail doesnt deliver email.  I think the problem might be with deliver and/or lmtp.   # ./deliver jon.mitchinerjon.mitchiner: Mailbox does not exist# ./deliver testtest: Mailbox does not exist  

Newbie Q's: Mailbox not found

2002-09-27 Thread Jon Drukman
ok i'm just getting started, and i finally got authentication working (i think). however now i can't get mailboxes to accept mail. all mail bounces with "550 Mailbox unknown" -- Sep 27 10:33:21 rs2 postfix/lmtp[74804]: 43E39269ED: to=<[EMAIL PROTECTED]>, relay=/var/imap/socket/lmtp[/var/imap

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Ken Murchison
Jon Drukman wrote: > > ok i'm just getting started, and i finally got authentication working (i > think). however now i can't get mailboxes to accept mail. all mail > bounces with "550 Mailbox unknown" -- > > Sep 27 10:33:21 rs2 postfix/lmtp[74804]: 43E39269ED: to=<[EMAIL PROTECTED]>, > rela

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Jon Drukman
At 11:26 AM 9/27/2002, Ken Murchison wrote: > > # ./deliver jsd > > jsd: Mailbox does not exist > > # cyradm --user cyrus localhost > > IMAP Password: > > localhost.spot.com> lm > > jsd (\HasNoChildren) > > > > what am i missing? > >Run 'deliver -l' as the cyrus user (that's a lowercase L, not a

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Felix Cuello
Hi! Remember that all cyrus email accounts must start with: "user." Then... when you create a cyrus user mail account, just do this (or something like this =): $ cyradm --user cyrus localhost password: xx cyradm> cm user.jsd cyradm> sam user.jsd user.jsd rd cyradm> sam user.cyrus

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Jeremy Rumpf
> > # cyradm --user cyrus localhost > > IMAP Password: > > localhost.spot.com> lm > > jsd (\HasNoChildren) > > > > what am i missing? > Shouldn't that be user/jsd(unixhierarchysep: yes) or user.jsd(unixhierarchysep: no) Created in cyradm as cm user/jsd or cm user.jsd Jere

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Ken Murchison
Felix Cuello wrote: > > Hi! > >Remember that all cyrus email accounts must start with: > >"user." > >Then... when you create a cyrus user mail account, just do this (or > something like this =): > > $ cyradm --user cyrus localhost > password: xx > cyradm> cm user.jsd > cyrad

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Ken Murchison
Jeremy Rumpf wrote: > > > > # cyradm --user cyrus localhost > > > IMAP Password: > > > localhost.spot.com> lm > > > jsd (\HasNoChildren) > > > > > > what am i missing? > > > > Shouldn't that be > > user/jsd(unixhierarchysep: yes) > > or > > user.jsd(unixhierarchysep: no) >

Re: relaying with cyrus-imap

2002-09-27 Thread Jeremy Rumpf
On Friday 27 September 2002 15:05 pm, Jens wrote: > I am still working on my first install of cyrus on my Debian box and I am > trying to get all the little wrinkles sorted out. > > I was under the impression that once I set up a valid login authorization > (I am using auxprop/sasldb), a user coul

Re: sieve vacation script problem

2002-09-27 Thread Vittorio Manfredini
I put it : postmaster: user or postmaster: user@domain but now the system is not more trying to send the back the answer. Citazione Scott Russell <[EMAIL PROTECTED]>: > On Fri, Sep 27, 2002 at 11:19:54AM +0200, Vittorio Manfredini wrote: > > > > I use : > > cyrus-imapd 2.1.9 > > cyrus-sasl

Re: Newbie Q's: Mailbox not found

2002-09-27 Thread Jon Drukman
> > >Remember that all cyrus email accounts must start with: > > > >"user." > > > >Then... when you create a cyrus user mail account, just do this (or > > something like this =): > > > > $ cyradm --user cyrus localhost > > password: xx > > cyradm> cm user.jsd great, that's got it

Re: ACAP Status

2002-09-27 Thread Rob Siemborski
On Fri, 27 Sep 2002, Benjamin Zeiss wrote: > i'm wondering about the current status of ACAP. It seems that 2 years or so > ago the development > of the cyrus sml daemon has stopped and it was left in a quite unfinished > state > (i.e. missing /et directory). i'm wondering: > > - is there currentl

Re: Time has come to stop with /usr/local path pollution!

2002-09-27 Thread Rob Siemborski
On Fri, 27 Sep 2002, Michael Newlyn Blake wrote: > However it does seem that when explicit paths are called for certain > componants they should be placed in line before the assumed system paths. > That is to say, if you want to build and link against a libfoo in > /snert/myjunk/foo-8.3.4 then th

Re: sieve vacation script problem

2002-09-27 Thread Wernig Markus
On Fri, 2002-09-27 at 21:42, Vittorio Manfredini wrote: > I put it : > postmaster: user > or > postmaster: user@domain > > but now the system is not more trying to send the back the answer. Ciao Vittorio As far as I understand it, you really should set this to "postmaster: postmaster", as thi

RE: Time has come to stop with /usr/local path pollution!

2002-09-27 Thread Andrew Diederich
I'd just ask that if a known bug isn't going to be fixed, it needs to be documented and put upfront, big and large, where folks will see it. Shutting off compiler warnings with gcc 3.2 is an example. It broke compile, but folks were talking about it on the list. Many of the developers, and peo

RE: Synchronised mail-directories advise

2002-09-27 Thread Lee Hoffman
We use DRDB with heartbeat (http://www.linux-ha.org/) to have one live box and one hot-standby. If something ever happens to one, the other takes over the "shared ip" and resumes services. Sincerely, Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

Re: multiple ssl certificates (for one service)

2002-09-27 Thread David Lang
not all browsers accept *.domain certs so be careful the problem with different certs is that SSL hands out the cert as soon as the connection is established, before the sender tells you anything. TLS has an option to have the client tell the server what it's trying to connect to so that the serv

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Christian Schulte
Jeremy Rumpf wrote: >I agree that Su isn't seeing the performance he should be getting, but I also >see where he would _need_ this performance. Other alternatives for Su are out >there, such as clustering IMAP back ends using either Perdition >http://www.vergenet.net/linux/perdition/ or the

Re: BUG ALERT! - RE: Serious Bug in Cyrus/SASL: Intermittent LdapAUTHFAIL

2002-09-27 Thread Mohan Khurana
You're right Igor, I did create a memory leak, when I uncomment that line though, saslauthd breaks, so I wasn't exactly sure what to do. I agree, persistance would be nice to limit the load on the LDAP servers, from what I've seen, what is happening is that authentications will work fine using th

Re: BUG ALERT! - RE: Serious Bug in Cyrus/SASL: Intermittent Ldap AUTHFAIL

2002-09-27 Thread C. Wegrzyn
Is this a RedHat 7.3 problem only? Chuck Wegrzyn - Original Message - From: "Mohan Khurana" <[EMAIL PROTECTED]> To: "Igor Brezac" <[EMAIL PROTECTED]> Cc: "Lee Hoffman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 9:22 PM Subject: Re: BUG ALERT! - RE: Serious

RE: Time has come to stop with /usr/local path pollution!

2002-09-27 Thread Rob Siemborski
On Fri, 27 Sep 2002, Andrew Diederich wrote: > There are three things to do when a bug is found. 1) fix it, 2) document > the bug and the workaround, or 3) hope people don't find it again. #3 is > terribly expensive in support costs, like this string of emails. I have committed these two bugs

Re: BUG ALERT! - RE: Serious Bug in Cyrus/SASL: Intermittent LdapAUTHFAIL

2002-09-27 Thread Igor Brezac
Yes, to my knowledge. This may be related just to Lee's environment, I am still researching the issue. -Igor On Fri, 27 Sep 2002, C. Wegrzyn wrote: > Is this a RedHat 7.3 problem only? > > Chuck Wegrzyn > > - Original Message - > From: "Mohan Khurana" <[EMAIL PROTECTED]> > To: "Igor B

Re: how many users can Cyrus server support? -- is 5.5 msg/sec sl ow?

2002-09-27 Thread Jeremy Rumpf
> > I had an eye on Su's postings the last days because of own interest in > getting performance messurement data examples. I then started to do my > own tests because I just wanted to see how my installation performs and > was surprised that I got a much better performance without knowing that >

Re: Moving cyrus from one machine to another

2002-09-27 Thread Andy Saxena
On Sun, Sep 15, 2002 at 06:50:21PM -0400, Scott Russell wrote: [steps to move cyrus from one machine to another] I guess I never informed you that your suggestions put me on the right track with my Debian setup. Thanks, Andy

Bug in 2.1.9 rename across partitions

2002-09-27 Thread JP Howard
I've been using "RENAME user.name user.name newpartition" to move a bunch of users to a different partition. I am using 2.1.9 under Linux 2.4.18. After the RENAME completes, the user's quota file shows them using twice the quota that they are actually using. Running the 'quota' command fixes the