How to make cyrus not change non US-ASCII characters to X

2002-11-20 Thread Alessandro Oliveira
Hi, I'd like to know if there is a way to avoid this cyrus behavior, my users are getting very angry with it. Thanks for any help, Alessandro Oliveira Nuno Ferreira Cargas Internacionais Ltda. Phone: +55-11-3241-2000 Fax : +55-11-3242-9891

Re: Default ACL for new user mailbox

2002-11-20 Thread marc . bigler
Hi, Now everything is clear it's what I was also thinking but I was a bit confused from the answer of the others. Is there actually another way to realize what I want to do ? The only way I can see right now is to create a script to cyradm which will create the user's mailbox using createmailbox

Re: How to make cyrus not change non US-ASCII characters to X

2002-11-20 Thread Julien Marchal
Hi, I make a little changement in two file in cyrus 2.1.5 You cant find the remplacement characters of non US-ASCII characters in : imap/message.c : *p = 'X'; imap/lmtpdengine.c : c = 'X'; I comment this two line. It's not the better solution but it work. A 09:30 20/11/2002 -0200,

cyradm - problem with dotted usernames?

2002-11-20 Thread Gregory Chagnon
Hi- Does anyone know why I'm having a problem adding a username with a dot in it? Running cyradm I get: Lunar cm user.administrator Lunar cm user.mail.admin createmailbox: Permission denied Lunar Any workaround for this? Thanks!! -Greg

Re: Default ACL for new user mailbox

2002-11-20 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Hi, Now everything is clear it's what I was also thinking but I was a bit confused from the answer of the others. Is there actually another way to realize what I want to do ? The only way I can see right now is to create a script to cyradm which will create the

Compiling ACAP

2002-11-20 Thread Martin Ziegler
Not sure if this is the right list. If it's not...sorry for that ! I'm currently trying to compile the latest version of the ACAP server. Already in use is IMAPd 2.1.9 and SASL 2.1.9. ./configure --prefix=/sys --with-cyrus-prefix=/sys/imap --with-cyrus-user=cyrus --with-cyrus-group=cyrus

Re: cyradm - problem with dotted usernames?

2002-11-20 Thread Chris Hilts
Lunar cm user.administrator Lunar cm user.mail.admin createmailbox: Permission denied The . is the separator. user.mail.admin is the 'admin' mailbox belonging to the 'mail' user. So you're probably trying to create a box for a user (mail) that doesn't exist yet. Any workaround for this?

I Need Help!!

2002-11-20 Thread VĂ­ctor Guerra
Hello everybody, i have a cyrus-qmail instalation and i have a BIG problem. In /var/spool/imap/user i have all the mailboxes... the problem is that i have a lot of mailboxes: [root@skios01 user]# pwd/var/spool/imap/user[root@skios01 user]# ls -l | wc -l 30050 In /var/imap/user there are

Re: Compiling ACAP

2002-11-20 Thread Benjamin Zeiss
i think the latest acap version doesn't support sasl2. i wanted to try acap as well since i liked the idea very much. however, the server development has practically stopped. if i was you i would try the communigate acap server first. they told me the acap server is in no way limited in the

Re: 8bit encoding

2002-11-20 Thread Alessandro Oliveira
thanks for the tip, somebody on the list told me exactly the same, and now I'll prepare a patch and add it to the rpm that I'm using. Serhiy Kuzhanov wrote: Dear Alessandro sorry for writing directly to you and not to the list. The reason is that I am not subscribed to the list, therefore I

Re: How to make cyrus not change non US-ASCII characters to X

2002-11-20 Thread Sergey Mukhin
A == Alessandro Oliveira [EMAIL PROTECTED] writes: A Date: Wed, 20 Nov 2002 09:30:31 -0200 A To: info-cyrus [EMAIL PROTECTED] A Hi, A I'd like to know if there is a way to avoid this cyrus behavior, my A users are getting very angry with it. A Thanks for any help, Yes, users do. And notice

Re: Not seeing Inbox

2002-11-20 Thread Edward Rudd
AFAIN Outlook does not display a inbox folder as a seperate.. the inbox is the parent for the 2 folders you mentioned (sent items and drafts) within Outlook.. On Wed, 2002-11-20 at 10:02, Gregory Chagnon wrote: Hi- After creating a mailbox (cm user.testuser) I created an account in Ooulook

Easysieve and perl 5.8.0 (OT - sorry)

2002-11-20 Thread Tarjei Huse
Hi, I appoligize for beeing ot. I'm trying to get easysieve to work with Perl 5.8 on a RH8.0 system. Has anyone else had problems with easysieve? I'm using websieve w/o any trouble, but I'd like to try easysieve on my users in case they might actually use it (they find websieve to hard ).

Re: Not seeing Inbox

2002-11-20 Thread Gregory Chagnon
Thanks...so how would I go about setting up an IMAP account for user testuser that would have the same folders as a Microsoft Exchange server? I'm trying to get this thing looking as similar to the Exchange server as possible so I'd like to have a visible Inbox, Sent Items, Deleted Items,

Re: Not seeing Inbox

2002-11-20 Thread Oleksandr Firsov
In installation you are able to define will be INBOX folder looks as parent for others. In this case all user clients will use root level for drafts and SendItems. But this is unusual for IMAP logic. To make Outlook or OutlookExpress working with default cyrus configuration , client should

RE: Easysieve and perl 5.8.0 (OT - sorry)

2002-11-20 Thread tdullers
Hello I think this is a permission problem. Are you sure your script is running chmod 755 and his owned by the user under which apache is running ? ( e.g. nobody ) ? -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Namens Tarjei Huse Verzonden: Wednesday,

RE: Not seeing Inbox

2002-11-20 Thread Schmehl, Paul L
If you set up an IMAP client, you should see all the folders in Exchange, just like you would with any other IMAP account - except, if you use shared folders, Outlook Express can't (or won't) poll them and won't display them by default. You have to go to Folders, click on the shared folder and

Re: Not seeing Inbox

2002-11-20 Thread Kevin P. Fleming
Gregory Chagnon wrote: Thanks...so how would I go about setting up an IMAP account for user testuser that would have the same folders as a Microsoft Exchange server? I'm trying to get this thing looking as similar to the Exchange server as possible so I'd like to have a visible Inbox, Sent

Re: Not seeing Inbox

2002-11-20 Thread Oleksandr Firsov
It seems You need to use feature below: from doc/overview.html: Alternate Namespace The Cyrus IMAP server can also use an alternate namespace which allows a user's personal mailboxes to appear as if they reside at the same level as that user's INBOX as opposed to children of it. With this

Re: Thoughts on the age-old cyradm thingie

2002-11-20 Thread Jay Levitt
Interesting. That patch just installs Shell.pm into vendor_perl instead of site_perl. But when I ran the stock Cyrus configure on MDK 9.0, I had no problem with it running in site_perl; the problem I had was just that site_perl is not actually under PREFIX, and Makefile.PL passes PREFIX

Configuration Tools.

2002-11-20 Thread Joshua Schmidlkofer
What is the preferred method of managing Cyrus? js

Re: OT LVM Snapshot for backups (was: Best way to backup cyrus syste)

2002-11-20 Thread Jared Watkins
I would think you could use LVM the linux volume manager along with it's snapshot feature.. and then any sort of backup program you want. I'm not using this method yet... but I will be soon... is anyone else out there running LVM or some other volume manager under linux in production? Jared

Re: Configuration Tools.

2002-11-20 Thread Galen Johnson
Joshua Schmidlkofer wrote: What is the preferred method of managing Cyrus? js To let someone else do it. ;-) I prefer to just do it via command line but I also don't have LOTS of users...others use a web-based product whose title escapes me at the moment. =G=

Re: Best way to backup cyrus system

2002-11-20 Thread Lawrence Greenfield
It would be nice to add a backup section to the documentation. Live backup is supported with Cyrus, though running dump on a live filesystem is only to be done with care. We use vxfs on Solaris and snapshots and have been happy with it. The databases are backed up by Cyrus 2.1 every checkpoint

Re: Preserving flags, and their global nature

2002-11-20 Thread Lawrence Greenfield
--On Tuesday, November 19, 2002 5:09 PM + Ian McDonald [EMAIL PROTECTED] wrote: Over the weekend, it struck me that a patch to make 'seen' global could be as simple as commenting out the calls to the code that treats '\Seen' as a special-case global variable, and adding 'Seen' to the list of

Re: Murder Question

2002-11-20 Thread JP Howard
On Tue, 19 Nov 2002 14:19:34 -0600, Paul M Fleming [EMAIL PROTECTED] said: WONDERFUL!! It seems to be working.. Looks like I have a successfull murder up and running. I'm going to throw my stress tester at it and see how it behaves. If you get a chance, I'm sure I'm not the only one on