RE: "." in foldername

2002-05-22 Thread Jeff Bert
in all versions of cyrus-imapd AFTER 2.0.16 you can use the imapd.conf setting of 'unixhierarchysep: yes' that will change the mail folders from being called 'user.johnsmith' to 'user/johnsmith' so then you can use dots in the name... like [EMAIL PROTECTED] would be 'user/john.smith'... note that

"." in foldername

2002-05-22 Thread Carsten Burghardt
Hi, I noticed that some MUA's can create folders with a dot (.) in the name and some not (they create subfolders as a result). So I wonder if there's a general rule for this. Is it possible to create a folder "new.folder" and how? Thanks, Carsten -- Carsten Burghardt email: [EMAIL PROTECTED

Re: Mail status

2002-05-22 Thread Carsten Burghardt
On Wednesday 22 May 2002 23:50, Luca Olivetti wrote: > Luca Olivetti wrote: > > Now I switched to using skiplist instead of flat for the seen database > > and so far it works, but who knows, maybe in a couple of days it'll > > break again. > > Didn't have to wait that long :-( > Just saw a couple

[was RE: SSL/TLS ] - SOLVED!!!!!!

2002-05-22 Thread Lee Hoffman
That was a typo in my email, I was compiling --with-openssl not --with-ssl. The good news is that I figured what the problem is though! Now EVERYTHING is working!! Woo Hoo! Basically I had manually compiled openssl-0.9.6b. For ssh there is non need to add the "shared" configure flag (which comp

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
i looked in the compile notes for 2.0.16 and I think maybe you have the option wrong... maybe you should try: --with-openssl=/usr/local/ssl and not --with-ssl Jeff > -Original Message- > From: Lee Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 4:50 PM > To: 'Jeff Be

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
So when I restart cyrus I get the same as jeff when I run netstat. I'm beginning to wonder if this maybe a compile issue. I just tried recompiling without --with-ssl, didn't change anything. I also tried a bunch of different compile time options, nothing helps. My original configure was: ./confi

postfix/cyrus problem SOLVED

2002-05-22 Thread Chris Schumacher
Here we are! 1. /etc/postfix/main.cf mailbox_transport = lmtp:unix:/var/spool/postfix/public/lmtp 2. /etc/cyrus.conf lmtpunix cmd="lmtpd" listen="/var/spool/postfix/public/lmtp" prefork=1 Thank you folks Chris - Original Message - From: "Chris Schumacher" <[EMAIL PROTECTED

Re: SSL/TLS

2002-05-22 Thread Phil Dibowitz
Jeff Bert wrote: > i only get the cyrus master line... try to get all that other crap off > > you running masquerading for a home pc? > > if you're running a firewall why don't you turn it off for a sec and test > it. Also, i'm no tcp/ip guru but all that extra taffic on 993? get rid > of it

Re: postfix/cyrus problem

2002-05-22 Thread Scott M Likens
Do you have the lmtp properly defined in postfix? ala mailbox_transport = lmtp:unix:/var/imap/socket/lmtp also in /etc/cyrus.conf do you have this also uncommented lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0 If both of those are you should be set! --On Wednesday, May

Cyrus and Postfix rc scripts

2002-05-22 Thread Mike Brady
For those who do have both Postfix and Cyrus, here are the init scripts for RedHat that use. There are probably better ways of doing this, but I have been using these for about 4 months now with no problems. That does of course not mean that there aren't any :-) cyrus Description: applica

Re: Mail status

2002-05-22 Thread Luca Olivetti
Luca Olivetti wrote: > Now I switched to using skiplist instead of flat for the seen database > and so far it works, but who knows, maybe in a couple of days it'll > break again. Didn't have to wait that long :-( Just saw a couple of seen messages reappear as unseen. -- Luca Olivetti

User Creation, Virtual Domains

2002-05-22 Thread Phil Dibowitz
After reading the, eh, blank html-formated man page for cyradm that came with Cyrus-imapd 2.0.16, and then going through the 'help' option in cyradm, which was moderately more helpful... I'm still a bit confused... I have a few domains. There's this thing called "partitions" in imapd, which ma

Re: rc startup script help

2002-05-22 Thread Phil Dibowitz
Luc Brouard wrote: >>- >>#!/bin/bash >> >>stop() { >>echo -n "Stopping Cyrus Mail Server... " >>pkill master >>echo "done" >> > > Maybe not pkill master as it will surely kill pos

postfix/cyrus problem

2002-05-22 Thread Chris Schumacher
Hi All, Has anyone seen something like this? I'm setting up a Cyrus/Postfix mailserver on SuSE 8.0. May 22 21:53:05 linux8 postfix/pipe[2662]: 41DB51E24E: to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1933, status=deferred (temporary failure. Command output: couldn't connect to lmtpd: Invalid argume

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
also, i'd do a 'netstat -an | grep 993' to see if anything is listening on that port... i get: tcp 0 0.0.0.0:993 0.0.0.0:* LISTEN and my imaps port works. Jeff > -Original Message- > From: Jeff Bert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:16 PM

Re: rc startup script help

2002-05-22 Thread Luc Brouard
On Wed, May 22, 2002 at 09:42:33AM -0700, Phil Dibowitz wrote: > Captain Zod wrote: > > >Hi all, > >Does anyone have a sample rc startup file for cyrus-imapd? If not how do > >you startup cyrus-imapd? I use master. The problem is that master does > >not detach from the terminal! If I run it in

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
maybe you should look in /etc/xinetd.d/ and see if there is an imaps file floating unwarranted in there. maybe some other process is intercepting it... i know this is a wild guess jeff > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ken Murchi

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
The log was already at local6.debug. When I try to login, no imapd -s process is spawned, and the logs show nothing at all (atleast that I can discern, there are a number of users logging in and out, so theres a lot of stuff being printed). It seems to me that it's a problem with master not spawn

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Lee Hoffman wrote: > > The log was already at local6.debug. When I try to login, no imapd -s > process is spawned, and the logs show nothing at all (atleast that I can > discern, there are a number of users logging in and out, so theres a lot > of stuff being printed). > > It seems to me that

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Lee Hoffman wrote: > > Im not sure if its being caused by login attempts via ssl (although it > seems to happen when I try to login via ssl from a mail client or when I > run the command below), but imapd prints the following: > > May 22 14:55:51 servername master[18641]: process 28462 exited,

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
Im not sure if its being caused by login attempts via ssl (although it seems to happen when I try to login via ssl from a mail client or when I run the command below), but imapd prints the following: May 22 14:55:51 servername master[18641]: process 28462 exited, status 0 Yes, imaps is listed in

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
When I run /usr/local/ssl/bin/openssl s_client -connect localhost:993 The following is printed: CONNECTED(0003) Then it just hangs. L -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:31 AM To: Lee Hoffman Cc: Cyrus Mailing List Su

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
Scratch that, that error prints out occasionally even when Im not trying to log in via ssl. Lee -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:52 PM To: Lee Hoffman Cc: 'Cyrus Mailing List' Subject: Re: SSL/TLS Lee Hoffman wrote: >

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Lee Hoffman wrote: > > When I run /usr/local/ssl/bin/openssl s_client -connect localhost:993 > > The following is printed: > > CONNECTED(0003) > > Then it just hangs. Check imapd.log for errors. Is "imaps" listed in /etc/services? Ken -- Kenneth Murchison Oceana Matrix Ltd. Softw

Re: websieve not showing quotas

2002-05-22 Thread Alain Turbide
The only thing I can think of that would cause that is the problem with using version 1.5.1 of IMAP::Admin. It won't show quota's. Use an older one or try a newer one. I hav'ent had time to see what the latest version of it is but I know that Websieve works fine with version 1.4.1 of IMAP::Admi

Re: rc startup script help

2002-05-22 Thread Henrique de Moraes Holschuh
On Wed, 22 May 2002, Captain Zod wrote: > you startup cyrus-imapd? I use master. The problem is that master does not > detach from the terminal! If I run it in the background and put it into a Search the mailinglist archives, I sent a patch here that adds daemon mode to cyrus, with pid-file loc

Re: rc startup script help

2002-05-22 Thread Jim Levie
On Wed, 2002-05-22 at 11:19, Captain Zod wrote: > Hi all, > Does anyone have a sample rc startup file for cyrus-imapd? If not how do > you startup cyrus-imapd? I use master. The problem is that master does not > detach from the terminal! If I run it in the background and put it into a > startup

Re: rc startup script help

2002-05-22 Thread Phil Dibowitz
Captain Zod wrote: > Hi all, > Does anyone have a sample rc startup file for cyrus-imapd? If not how do > you startup cyrus-imapd? I use master. The problem is that master does > not detach from the terminal! If I run it in the background and put it > into a startup script then I will not get

Re: Duplicate Mail

2002-05-22 Thread Captain Zod
Thanks for this info. I searched the google and did no find any useful explanation for the values of 0|off|no. Obviously they kill duplicates but what do they specifically do? thx, zod --On Wednesday, May 22, 2002 11:30 AM -0400 Ken Murchison <[EMAIL PROTECTED]> wrote: > > > Captain Zod wr

rc startup script help

2002-05-22 Thread Captain Zod
Hi all, Does anyone have a sample rc startup file for cyrus-imapd? If not how do you startup cyrus-imapd? I use master. The problem is that master does not detach from the terminal! If I run it in the background and put it into a startup script then I will not get the return status code! thx,

Re: SSL/TLS

2002-05-22 Thread Phil Dibowitz
Jeff Bert wrote: > well i don't have a CA either but I found that i'd get a little > more of a delay without those extra lines in there pointing > the ca to the same file that contains the key/cert and > some errors in the log file... > > did you try compiling cyrus-imapd without --with-openss

Ghost mailboxes

2002-05-22 Thread Captain Zod
Hello All, I have cyrus-imapd 2.1.2 running. I am having an issue with cyrus (cyradm/lm) reporting seeing some mailboxes which are not there. How do I tell cyrus the mailboxes are not there and fix your list? I cannot do a dm in cyradm. It complains that I don't have permission. I try to give m

Re: Duplicate Mail

2002-05-22 Thread Phil Dibowitz
Captain Zod wrote: > Can someone please tell me how to eliminate receiving duplicate mail > from Cyrus. I receive dups when a mail is sent to me and to a dist list > at the same time. How can I tell cyrus that I am the same person on the > dist list and do not send me the duplicate mail? I am

websieve not showing quotas

2002-05-22 Thread kboyd
Good Morning, I'm tightening down some last minute things on my new mail server. One of them is that the quota command out of websieve always returns Used Quota: [ kbytes used / kbytes available.(0.00% usage)] I really like websieve, it gives my users easy access to the sieve scripts. All of

Re: SSL/TLS

2002-05-22 Thread Henrique de Moraes Holschuh
Hi Lee! On Wed, 22 May 2002, Lee Hoffman wrote: > This is VERY weird!!! When I telnet into the mailserver on 993: You must speak SSL to port 993. Think of it as 'starttls'-less SSL. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Lee Hoffman wrote: > > This is VERY weird!!! When I telnet into the mailserver on 993: > > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > . logout > ^X > > No commands works, yet it says that its connected! '. logout' does > nothing, '. starttls' does nothing etc.

Re: Duplicate Mail

2002-05-22 Thread Ken Murchison
Captain Zod wrote: > > Can someone please tell me how to eliminate receiving duplicate mail from > Cyrus. I receive dups when a mail is sent to me and to a dist list at the > same time. How can I tell cyrus that I am the same person on the dist list > and do not send me the duplicate mail? I am

Re: SSL/TLS

2002-05-22 Thread Alexandre Suter
Lee Hoffman wrote: >This is VERY weird!!! When I telnet into the mailserver on 993: > >Trying 127.0.0.1... >Connected to localhost. >Escape character is '^]'. >. logout >^X > >No commands works, yet it says that its connected! '. logout' does >nothing, '. starttls' does nothing etc... I checked i

Re: SSL/TLS

2002-05-22 Thread Florian Hars
Lee Hoffman wrote: > This is VERY weird!!! When I telnet into the mailserver on 993: > No commands works, yet it says that its connected! '. logout' does > nothing, '. starttls' does nothing etc... The "Hacker Test" that floated around the net several years ago hat the two questions: +++ Can yo

Duplicate Mail

2002-05-22 Thread Captain Zod
Can someone please tell me how to eliminate receiving duplicate mail from Cyrus. I receive dups when a mail is sent to me and to a dist list at the same time. How can I tell cyrus that I am the same person on the dist list and do not send me the duplicate mail? I am using Cyrus 2.1.2. thx, zo

RE: SSL/TLS

2002-05-22 Thread Jeff Bert
well i don't have a CA either but I found that i'd get a little more of a delay without those extra lines in there pointing the ca to the same file that contains the key/cert and some errors in the log file... did you try compiling cyrus-imapd without --with-openssl yet? i know it sounds funny

RE: SSL/TLS

2002-05-22 Thread Lee Hoffman
This is VERY weird!!! When I telnet into the mailserver on 993: Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. . logout ^X No commands works, yet it says that its connected! '. logout' does nothing, '. starttls' does nothing etc... I checked inetd, and other services runni

Re: trash-bin

2002-05-22 Thread Florian Hars
[EMAIL PROTECTED] wrote: > Is there an easy way to implement a trash-bin in imapd ? > Its not that I would need one but my users demand it. (you know they > once had one in outlook for their pop-accounts ) I created a folder named "Trash" in the users INBOX and activated the altnamespace, and

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Scott M Likens wrote: > > *sigh* > > Telnet to your imap port and please verify that the STARTTLS command > exists... He already verified that it does NOT exist, by looking at the output of the capability response. If its not listed, it ain't gonna work not matter what you do. > Easiest w

Re: unixhierarchy/altnamespace & IMAP folders, bug?

2002-05-22 Thread Ken Murchison
julesa wrote: > > On Tue, 2002-05-21 at 13:46, David Wright wrote: > > > I prefert to train my users in the Cyrus way of thinking and leave the > > altnamespace off. > > > > Yeah, I would too if there weren't so many screwy mail clients out there > that depend on this behavior. Any IMAP clie

Re: imapd timeout

2002-05-22 Thread Ken Murchison
Luca Olivetti wrote: > > Lawrence Greenfield wrote: > > > Cyrus does recycle processes. > > Even if you set prefork 0 in cyrus.conf? Yes. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key--

trash-bin

2002-05-22 Thread pilsl
Is there an easy way to implement a trash-bin in imapd ? I mean merely a dedicated folder that will contain all deleted mails. Its not that I would need one but my users demand it. (you know they once had one in outlook for their pop-accounts ) thnx, peter ps: are there IT-jobs where one d

Re: Cannot run Cyrus Master process : SIGSEGV [It works !]

2002-05-22 Thread Chris Stromsoe
On Wed, 22 May 2002, Ema Nymton wrote: > Thank you very much Chris, that was the trick :-) > > Now because I do not want to die stupid, could you precise why this > modification was needed ? I suppose if nsswitch returns a "tryagain", > "unavail" or "notfound" value for `db` statement, it should

RE: seen flag not preserved

2002-05-22 Thread Russell Packer
Just been talking about this - see recent 'mail status' thread. See also http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=13 890 and http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=13 859 > -Original Message- > From: [EMAIL PROTECTED]

Re: imapd timeout

2002-05-22 Thread David Lang
the cost of forking can vary greatly depending on the OS. David Lang On Tue, 21 May 2002, Lawrence Greenfield wrote: > Date: Tue, 21 May 2002 22:38:43 -0400 > From: Lawrence Greenfield <[EMAIL PROTECTED]> > To: David Wright <[EMAIL PROTECTED]> > Cc: Cyrus-Info <[EMAIL PROTECTED]> > Subject: Re

Re: Cannot run Cyrus Master process : SIGSEGV [It works !]

2002-05-22 Thread Ema Nymton
Thank you very much Chris, that was the trick :-) Now because I do not want to die stupid, could you precise why this modification was needed ? I suppose if nsswitch returns a "tryagain", "unavail" or "notfound" value for `db` statement, it should follow the "continue" method and then find the `f

Re: Compiling (was secure imap)

2002-05-22 Thread Phil Dibowitz
Luca Olivetti wrote: > > You could take a look at the cyrus packages for redhat maintained by > Simon Matter. > > http://home.teleport.ch/simix/ > > Since he is using his packages, the probability that these packages work > is much higher that some unmaintained packages from redhat. I actu

Re: SSL/TLS

2002-05-22 Thread Phil Dibowitz
Jeff Bert wrote: > lastly, i remember I had to put in > > tls_ca_path: > tls_ca_file: > > into imapd.conf to get it working... maybe you should try that > first.. then try the re-compile. While I am _far_ from an authority on this subject, I will add here that I didn't need to have the "ca

Re: imapd timeout

2002-05-22 Thread Luca Olivetti
Lawrence Greenfield wrote: > Cyrus does recycle processes. Even if you set prefork 0 in cyrus.conf? -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007