Re: Please help

2004-05-14 Thread Fatemeh Taj
Jim, Sorry, the version I am trying to install is 2.1.18 not 2.0.18. Thanks Original Message Subject: Re: Please help From:"Jim Levie" <[EMAIL PROTECTED]> Date:Wed, May 12, 2004 10:28 pm To: [EMAIL PROTECTED] Cc: "Fatemeh

Cyrus Imapd and Outlook XP header weirdness?

2004-05-14 Thread Pedro Rodrigues
Hello, i have been testing Cyrus Imapd 2.2.3 with some Mozilla and Outlook XP clients. I observe some weird behaviour with Outlook XP (SP3) and the server. Emails i receive appear on Outlook with "on behalf of" in front of the sender. And if this wasn't strange enough, if i move emails fr

Re: Cyradm under 2.2.3 and mailboxes with spaces

2004-05-14 Thread Rob Siemborski
On Fri, 14 May 2004, Roland Pope wrote: > I am running cyrus-imapd 2.2.3 under RedHat ES 3.0 and I can't seem to > create mailboxes with spaces in them using cyradm. Under 2.1.15 I had no > problem creating such mailboxes. Works for me: sourcefour:i386_rh80:~> cyradm cyrus CYRUS.andrew.cmu.edu>

Re: accents in mailbox names

2004-05-14 Thread Etienne Goyer
Antoine Jacoutot wrote: On Friday 14 May 2004 20:10, Etienne Goyer wrote: Which Horde/IMP version ? I don't know about the stable branch, but HEAD and the latest ALPHA can with no problem. horde-2.2.4 imp-3.2.2 Then it has been fixed in the CVS. signature.asc Description: OpenPGP digital signat

Re: accents in mailbox names

2004-05-14 Thread Antoine Jacoutot
On Friday 14 May 2004 20:10, Etienne Goyer wrote: > Which Horde/IMP version ? I don't know about the stable branch, but > HEAD and the latest ALPHA can with no problem. horde-2.2.4 imp-3.2.2 It works fine using kmail though. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http:

Re: accents in mailbox names

2004-05-14 Thread Etienne Goyer
Antoine Jacoutot wrote: On Friday 14 May 2004 19:13, Paul Wagland wrote: I can't comment to outlook (though it should support it) but Apples iMail and Horde both do the "right thing" I hadn't patch cyrus for utf7 yet, but without the patch, I can tell you Horde/Imp cannot create directory with

Re: error when receiving mail for more than one recipient

2004-05-14 Thread Andreas Winkelmann
Am Freitag, 14. Mai 2004 19:27 schrieb Jonathan Villa: > Whenever mail is sent to more than recipient at my domain, either > > to: [EMAIL PROTECTED],[EMAIL PROTECTED] > > or > > to:[EMAIL PROTECTED] > cc:[EMAIL PROTECTED] > > I get a return email from mailer-daemon saying that: > Now while it say

error when receiving mail for more than one recipient

2004-05-14 Thread Jonathan Villa
Whenever mail is sent to more than recipient at my domain, either to: [EMAIL PROTECTED],[EMAIL PROTECTED] or to:[EMAIL PROTECTED] cc:[EMAIL PROTECTED] I get a return email from mailer-daemon saying that: This is the Postfix program at host

Re: accents in mailbox names

2004-05-14 Thread Antoine Jacoutot
On Friday 14 May 2004 19:13, Paul Wagland wrote: > I can't comment to outlook (though it should support it) but Apples > iMail and Horde both do the "right thing" I hadn't patch cyrus for utf7 yet, but without the patch, I can tell you Horde/Imp cannot create directory with accentuated characters

Re:accents in mailbox names

2004-05-14 Thread François LECOLIER
Hi again, The utf-7 thing is specified in the RFC2060 in "5.1.2. Mailbox Namespace Naming Convention", and as IMAP4 clients should conform to this RFC, Outlook and your Webmail clients should do the utf7 encoding when creating mailbox names. If you still have some troubles, then you will need to

Re: sendmail hooks for pre-checking of over-quota imap users?

2004-05-14 Thread Andrzej Filip
Ken Murchison wrote: Scott Adkins wrote: I was curious if anyone has implemented a mechanism in sendmail to determine if a user is over their Cyrus quota before attempting LMTP delivery of the message. If so, how was it impemented? You can use the Sendmail Socket Map Daemon (smmapd) that I wr

cyrus inbox not working

2004-05-14 Thread Gerard Ceraso
I am building a mail server using cyrus of course, postfix mysql for the backend. I am creating the accounts using web-cyradm and it seems when I create the account everythig looks fine. I log into cyradm on the command line everything looks fine as well as all the folders being there on the server

Re: sendmail hooks for pre-checking of over-quota imap users?

2004-05-14 Thread Ken Murchison
Scott Adkins wrote: I was curious if anyone has implemented a mechanism in sendmail to determine if a user is over their Cyrus quota before attempting LMTP delivery of the message. If so, how was it impemented? You can use the Sendmail Socket Map Daemon (smmapd) that I wrote for Cyrus. It shou

Massive RH ES updates earlier today...

2004-05-14 Thread Tom Bryntesen (Privat)
Dear list.   We're running RH ES 3 over here with Simons RPMS for Cyrus-Imap. (Cyrus v2.1.16-Invoca-RPM-2.1.16-6) (The only thing we built from source was postfix v2.0.19 for MySQL and Sasl support)   Both pam and sasl 2.1.15 are now available from Redhat along with a huge list of other upda

Re:accents in mailbox names

2004-05-14 Thread Antoine Jacoutot
Selon "François LECOLIER " <[EMAIL PROTECTED]>: > When creating a mailbox, it's name should be encoded in UTF7, and also you > should add chars quote ' and & and ? to the GOODCHARS define in > imap/mboxname.c for the UTF7 encoding to be fully accepted in mailbox names. > > http://asg.web.cmu.edu/a

Re: accents in mailbox names

2004-05-14 Thread Antoine Jacoutot
Selon Paul Wagland <[EMAIL PROTECTED]>: > By convention names are stored in LDAP in a modified UTF-7 format, see > section > 5.1.3 of RFC 2060. Thanks :) --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyr

sendmail hooks for pre-checking of over-quota imap users?

2004-05-14 Thread Scott Adkins
I was curious if anyone has implemented a mechanism in sendmail to determine if a user is over their Cyrus quota before attempting LMTP delivery of the message. If so, how was it impemented? In our environment, I would have to say that easily, 3/4ths of all our e-mail hitting the LMTP server is o

Re: accents in mailbox names

2004-05-14 Thread Paul Wagland
On Fri, 14 May 2004 13:20:50 +0200, Antoine Jacoutot <[EMAIL PROTECTED]> wrote: Hi :) I'm using cyrus-imapd-2.2.3 under OpenBSD-3.5. My users are all French and i'm having a problem creating mailboxes with accentuated caracters. ie: cm user.testuser.testà createmailbox: Invalid mailbox name How

Re:accents in mailbox names

2004-05-14 Thread François LECOLIER
Hi, When creating a mailbox, it's name should be encoded in UTF7, and also you should add chars quote ' and & and ? to the GOODCHARS define in imap/mboxname.c for the UTF7 encoding to be fully accepted in mailbox names. http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&search

accents in mailbox names

2004-05-14 Thread Antoine Jacoutot
Hi :) I'm using cyrus-imapd-2.2.3 under OpenBSD-3.5. My users are all French and i'm having a problem creating mailboxes with accentuated caracters. ie: cm user.testuser.testé createmailbox: Invalid mailbox name How can I make cyrus accept accentuated mailbox names ? Thanks in advance. Regards

Re: Mysterious "hangs" and multiple messages.

2004-05-14 Thread Oleksiy Shostak
Anders Norrbring wrote: Zitat von Anders Norrbring <[EMAIL PROTECTED]>: I've noticed a weird problem lately. It often happens when one of my accounts contains 200+ messages. I use POP3 access to this account, and when I poll mail, it "hangs" at some point and after a minute or tw

Migrating from Simeon Messagestore to cyrus 2.1.x

2004-05-14 Thread Ivana Belgers
At this moment we are planning to migrate the e-mail infrastructure of our company (around 50 employees) from sendmail-simeon to a postfix-cyrus based system. The total amount of IMAP mail stored on the current system is about 100 GB of data. While we were testing we found out that migrating from