quota -f increases quota

2006-02-07 Thread Tarjei Huse
Hi, yesterday I had to remove the quota for some of my users. I did the following: cd /var/lib/imap/quota rm u/user.username quota -f This happened to increase the usage data of many of my users, not only the ones I removed the quota of. Why? Regards, Tarjei Cyrus Home Page:

Re: quota -f increases quota

2006-02-07 Thread Sebastian Hagedorn
Hi, --On 7. Februar 2006 09:07:42 +0100 Tarjei Huse [EMAIL PROTECTED] wrote: Hi, yesterday I had to remove the quota for some of my users. I did the following: cd /var/lib/imap/quota rm u/user.username quota -f This happened to increase the usage data of many of my users, not only the ones I

data transfer performance issue

2006-02-07 Thread Juris Orlovs
Hello I'm trying to set up Cyrus IMAP on freebsd 6.0, but i have problems with performance of it. There is a big issue with message writing to IMAP folders and also with reading a large quantities of messages. Reading of 8MB message takes a bit less than a second, but in that time 8MB message

Cyradm problems

2006-02-07 Thread Robert Schmid
I am running Cyrus IMAP on Mac OS X 10.4 Server and I am having several problems. I have a user who has access to another user's mailboxes from a mailbox called 'Other Users'. I have tried to change the ACL on these mailboxes to remove access but I have been unsuccessful in doing so. I have

How to use cyradm when I only have ssl imap port available

2006-02-07 Thread Ralph Blach
I wish to use cyrus Imad and cyradm to adminster in my /etc/cyrus.conf file the only service available imaps cmd=imapd -s listen=imaps prefork=1 Which means I am using ssl. when I try to use cyradm, and specify port 993, I can seem to log on. What are the magic commands when I use

Re: Cyradm problems

2006-02-07 Thread Ralph Blach
Robert, you will have to assign the cyrus imap server a password using the passwd command. To prevent logons to the imap account, you will have to put deny user in the sshd_config file with the line DenyUsers cyrus next make sure you are using atleast one instance of imap. SERVICES { # add

Re: How to use cyradm when I only have ssl imap port available

2006-02-07 Thread Alexander Dalloz
Am Di, den 07.02.2006 schrieb Ralph Blach um 19:24: I wish to use cyrus Imad and cyradm to adminster in my /etc/cyrus.conf file the only service available imaps cmd=imapd -s listen=imaps prefork=1 Which means I am using ssl. when I try to use cyradm, and specify port 993,

Re: How to use cyradm when I only have ssl imap port available

2006-02-07 Thread Sven Mueller
Ralph Blach wrote on 07/02/2006 19:24: I wish to use cyrus Imad and cyradm to adminster in my /etc/cyrus.conf file the only service available imaps cmd=imapd -s listen=imaps prefork=1 Which means I am using ssl. when I try to use cyradm, and specify port 993, I can seem to

Re: IOERRORS -- the saga continues

2006-02-07 Thread Ken Murchison
Perry Smith wrote: I have tracked down my problems to a call to sasl_decode in prot_fill. To recap: I am getting IOERROR: unexpected end of file in my log file. It turns out that if the client has Kerberos GSSAI authentication and the client tries to do an APPEND command, it frequently

Re: IOERRORS -- the saga continues

2006-02-07 Thread Perry Smith
I believe so. Unfortunately, I am vague on this stuff. The Mac OS X server advertises single loginusing Kerberos. On the client, I select authenticate via Kerberos GSSAI, and the problem happens. (The login authentication is also done via Kerberos from the same server). If I change my

Re: IOERRORS -- the saga continues

2006-02-07 Thread Perry Smith
Ken, I am not sure I answered your question before. I went back and used Mac's tcpdump utility to look at the data coming over the wire. It is *not* clear text. So, I am assuming it is using Kerberos to encrypt the data. If I still have not answered your question, I can either dig

Re: IOERRORS -- the saga continues

2006-02-07 Thread Ken Murchison
Perry Smith wrote: Ken, I am not sure I answered your question before. I went back and used Mac's tcpdump utility to look at the data coming over the wire. It is *not* clear text. So, I am assuming it is using Kerberos to encrypt the data. If I still have not answered your question, I

Re: IOERRORS -- the saga continues

2006-02-07 Thread Perry Smith
Yes. I am using GSSAPI. On Feb 7, 2006, at 7:12 PM, Ken Murchison wrote: Perry Smith wrote: Ken, I am not sure I answered your question before. I went back and used Mac's tcpdump utility to look at the data coming over the wire. It is *not* clear text. So, I am assuming it is using

ACL problems

2006-02-07 Thread Robert Schmid
I have one user with complete access to another users mailbox hierarchy. I dumped the entire mailbox database using ctl_mailbox -d. I deleted two lines for a couple of shared directories and double checked the permissions for the two users. I could see nothing that would allow the one user to

Re: ACL problems

2006-02-07 Thread Andrew Morgan
On Tue, 7 Feb 2006, Robert Schmid wrote: I have one user with complete access to another users mailbox hierarchy. I dumped the entire mailbox database using ctl_mailbox -d. I deleted two lines for a couple of shared directories and double checked the permissions for the two users. I could see

Re: ACL problems

2006-02-07 Thread Andrew Morgan
On Tue, 7 Feb 2006, Robert Schmid wrote: On Tue, February 7, 2006 20:38, Andrew Morgan wrote: Other Users is how you see other user mailboxes when you have sort of access to them, from an IMAP client. You won't find Other Users in the mailboxes.db. Where else should I look to find out how