OS X Server 10.3.x and Cyrus Administration
I just noticed that I still have mailboxes for users who have long since been deleted from my system. A quick search on how to rid myself of these turned up this document. http://betabug.ch/blogs/ch-athens/300
For my own reference I am going to duplicate the info I fund to be useful from the above linked document.
1. Create a user to be your administrator and add that user to /etc/cyrusd.conf
2. log in:
/usr/bin/cyrus/admin/cyradm -user (username) localhost
Listing Quotas:
lq user/username
Setting Quotas:
sq user/username #integer in bytes
Deleting Mailboxes is a two step process. First you must change the ACL on the mailbox to grant your admin account the rights to delete it.
setaclmailbox user/username adminusername lrswipcda
Then you may delete the mailbox:
deletemailbox user/username
That is all
Posted on Sun, 16 Mar 2008 21:59:00 -0700 in
Technology
•
Apple Computer
•
Macintosh
•
OS X
•
Xserve
(0)
Trackbacks
•
Permalink

