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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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:
>
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
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
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
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
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
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
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,
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
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
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
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
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
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.
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
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
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
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
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
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
[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
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
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
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--
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
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
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]
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
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
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
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
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
54 matches
Mail list logo