moving to Cyrus

2001-08-14 Thread avl
Hello all It seemes I have successfully installed Cyrus on my test system. Before I do it on my working system I need to know what problems may encounter when moving to Cyrus mailer on system with about 300 standard users ,whose mail is lying in /var/spool/mqueue /var/spool/mail etc. Should

Deliver to subfolder containing spaces

2001-08-14 Thread Lisa Maira
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. Please CC any replies to: [EMAIL PROTECTED] Thanks for your help,

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

"sticky" cyradm and quota

2001-08-14 Thread John C. Amodeo
I got a weird problem here and I wanted to see if anyone else has experienced similar problems. My current config is 2.0.16 / RH 7.1 / 2.4.3-12 kernel Once in a while, when a user goes to copy a message from their Inbox to a subfolder, it locks their IMAP session, After closing the mail client

More Re: libssl.so.0

2001-08-14 Thread chirs charter
Here is the othe strange thing wich is more than likely related: saslpasswd -c cyrus Then I get this error: Aug 14 18:10:21 catfish saslpasswd[29902]: failed to set plaintext secret for cy rus: requested change was not needed Can't find much in the archives about this. My /etc/imapd.conf loo

Re: libssl.so.0

2001-08-14 Thread chirs charter
Thanks it looks like the Solais package instlls into /usr/local/ssl for some backward comaptability reason so using you suggestion helped thanks. Have you seen this before, I can run "saslpasswd -u cyrus" to add a password for the admin cyrus and it accepts a new password however if I run cyradm a

Re: libssl.so.0

2001-08-14 Thread mills
chirs charter writes: > >I just installed Cyrus 2.0.16. on Solaris 8 and I am >getting the following error when testing > >catfish# telnet localhost 143 >Trying 127.0.0.1... >Connected to localhost. >Escape character is '^]'. >ld.so.1: imapd: fatal: libssl.so.0: open failed: No >such file or direc

mailbox deletion

2001-08-14 Thread Darin Perusich
hello, i'm setting up an cyrus imap server on a linux server running redhat 7.1 and i'm running into a snag. so far things have gone as well as can be expected, the server is up and running and talking to sendmail. i've created a test user mailbox, user.test and i'm able to connect to this mailbo

Re: LDAP/SASL search patch update

2001-08-14 Thread Kevin J. Menard, Jr.
Hey Kevin, Simon has been kind enough to host the patches on his site. So, my patch can now be found with his (which it was based off of), on www.surf.org.uk. -- Kevin

more relocatable errors

2001-08-14 Thread chirs charter
Well this install is going a bit rought but I appreciate all your help. I am recieving a strange "unable to dlopen" some libs during testing. One is obvioulsy a perms problem which I have since fixed but the rest are more obscure and searching throught the archives didn't help me too much. Any fee

Re: different conf files of on same.

2001-08-14 Thread Tarjei Huse
Hi > Also worth mentioning in the FAQ is that it's a good idea to kill the master > process before running 'make install' to ensure that everything is replaced > properly. Thanks, I've added it. > PS: Tarjei, could you please adjust your mailer so that it wraps your lines > to 72 chars or thereab

Re: What is Cyrus doing with /var/imap/db?

2001-08-14 Thread Dan Makovec
Hmm, interesting question about its actual use, and I can't give you much info on that, but FYI I've got about 400MB of email in 32,000 messages currently sitting on Cyrus 2.0.15. The db directory for me is in /usr/local/etc/imap/db, and here are my filesizes: -rw--- 1 cyrus cyrus 819

Sendmail Queuing

2001-08-14 Thread Scott Adkins
Is anyone out there (besided CMU) who has implemented a split queue approach to delivering email? What I am talking about is this: 1) You have the default sendmail server in queue-only delivery mode. Any messages coming to the server are simply queued and that is it. 2) You have a cron

Re:

2001-08-14 Thread Devdas Bhagat
On Tue, 14 Aug 2001, chirs charter spewed into the ether: > Sorry if this question sounds a bit sophmoric but how > does inetd know which daemon to fire up if there is no > entry in inetd.conf. If I do this I get "connection > refused" which is what I would expect. Again sorry but > if you could s

libssl.so.0

2001-08-14 Thread chirs charter
Hello, I just installed Cyrus 2.0.16. on Solaris 8 and I am getting the following error when testing catfish# telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. ld.so.1: imapd: fatal: libssl.so.0: open failed: No such file or directory Connection closed by

Re: getting used to db

2001-08-14 Thread Lawrence Greenfield
From: Amos Gouaux <[EMAIL PROTECTED]> Date: Sun, 12 Aug 2001 17:13:15 -0500 Are these nothing to worry much about? DBERROR: error closing: DB_INCOMPLETE: Cache flush was unable to complete DBERROR: error closing mailboxes: cyrusdb error They sound kind ominous. At least thi

Deliver problem with the "-r $g"

2001-08-14 Thread Patrick LIN
hi, i am Using - Sendmail Switch-2.1.0 - Cyrus IMAP4 v2.0.12 On Solaris 2.6 Server E220R My configuration is deliver mail with lmtp i have a strange problem with the deliver since i change my Mcyrus in sendmail.cf from : Mcyrus, P=/usr/local/bin/deliver, F=lsDFMnPqAh5@/:|, S=EnvFrom

What is Cyrus doing with /var/imap/db?

2001-08-14 Thread Christopher Wong
Could someone explain what Cyrus-IMAP does with /var/imap/db? I upgraded to the latest Cyrus-IMAP 2.0.16 RPMs (for Red Hat) and everything seems to work fine. I have been testing this IMAP server setup with the intention of deploying it in the indeterminate future. The largest test account has les

Re:

2001-08-14 Thread Ken Murchison
The master process spawns all of the Cyrus-related services. inetd doesn't have to know about them. chirs charter wrote: > > Sorry if this question sounds a bit sophmoric but how > does inetd know which daemon to fire up if there is no > entry in inetd.conf. If I do this I get "connection > re

Re:

2001-08-14 Thread chirs charter
Sorry if this question sounds a bit sophmoric but how does inetd know which daemon to fire up if there is no entry in inetd.conf. If I do this 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 PRO

Re: cyradm spins out of control!

2001-08-14 Thread Jeremy Howard
Jev wrote: > Yes, specifying the correct authmechenisim fixed the spin problem. So, I > guess the actual spin problem still exists, at least in my environment on > this particular system. I can still recreate the problem if I don't > specify the --auth PLAIN argument. > > I will try and work out w

Re: different conf files of on same.

2001-08-14 Thread Jeremy Howard
Ken Murchison wrote: > Tarjei Huse wrote: > > One last question, I know I've asked it before, but I realy want an answer (it's for the faq). If I download cyrus 2.0.16 and build it with the same config as the last time. Then a make install will only overwrite binarys and libs, and not the .conf fi

Re: different conf files of on same.

2001-08-14 Thread Tarjei Huse
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 use websieve, right? Also, the

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

No Subject

2001-08-14 Thread avl
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 ? Help, if you know Thanks Andrei V. Loukinykh , Evpato

Re: Sourceforge (was Re: Cyrus documentation)

2001-08-14 Thread Norbert Klasen
--On Sonntag, 12. August 2001 14:59 +0200 Tarjei Huse <[EMAIL PROTECTED]> wrote: > Q 2. Death by 11 nr II > "Ok the db's are ok. still I am having problems". > You are using pam-ldap & openldap 2.0.x for authentication, right? > > Ok. Bad idea. The reason is that OL2 also uses the sasl libs. Th

expruge

2001-08-14 Thread Laurent LABATUT
i want to expurge sompe mail example : if flag=delete then expurge how to do this? Laurent LABATUT

Re: cyradm spins out of control!

2001-08-14 Thread Jeremy Howard
Jev wrote: > On Mon, Aug 13, 2001 at 10:41:48PM +1000, Jeremy Howard wrote: > > Have you tried using the --auth flag to cyradm to specify the correct > > authentication method (this would avoid the 2 password prompts, although > > there's no reason it'll actually fix your problem). > > When I try

Re: cyradm spins out of control!

2001-08-14 Thread Jev
On Mon, Aug 13, 2001 at 10:41:48PM +1000, Jeremy Howard wrote: > Have you tried using the --auth flag to cyradm to specify the correct > authentication method (this would avoid the 2 password prompts, although > there's no reason it'll actually fix your problem). When I try to specify the mech it