Re: accents in mailbox names

2004-05-25 Thread Tero Matinlassi
ailboxes to Cyrus didn't work back then, so I wrote a little PHP script to convert all mailboxes to correct encoding before that. As a side note, iconv conversion didn't work here, but mbstring did it fine. -Tero -- Tero Matinlassi --- 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/cyrus/mailing-list.html

Re: Authenticate to IMAP server via Active Directory

2004-03-22 Thread Tero Matinlassi
This works quite nicely here. -Tero -- Tero Matinlassi --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: usage report

2004-03-01 Thread Tero Matinlassi
cs are then mailed to admins. -Tero -- Tero Matinlassi --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Authentication backends (Was: Re: Getting started)

2004-02-25 Thread Tero Matinlassi
Directory for authentication (and I can't move local accounts to AD). Local accounts are left from a UW IMAP -> Cyrus migration I did last weekend, which by the way was quite a pain, but that's another story. -Tero -- Tero Matinlassi --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/

Re: Terrible performance and Upgrade

2004-02-09 Thread Tero Matinlassi
0 on one system and it's working quite nicely. Passwords are md5 hashes in my case. -Tero -- Tero Matinlassi --- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: backend database ?

2004-02-09 Thread Tero Matinlassi
with it. I also think it's not very efficient, at least if you just use a plain external database for it. Using the file system for storing mails and separate cache/index files as Cyrus does currently is, in my opinion, much more efficient. A database is not optimized for mail, queries are slo

RE: Migrate passwords from shadow to mysql

2004-02-04 Thread Tero Matinlassi
passwords intact. Also, it wouldn't be too hard to support (hex) MD5 hashes as passwords with auxprop also, but I don't have the need for it now as pam_mysql/saslauthd works for me. -Tero -- Tero Matinlassi

Re: Cyrus Manual

2004-02-03 Thread Tero Matinlassi
anyone you responds to this post. > > There is no manual. Where did you see a reference to section 18.5 of > > the manual? Are you confusing this with something like imapd.conf(5) > or > imapd(8)? These are UNIX manual page references, e.g: > > man imapd > man imapd.conf > > -- > Kenneth Murchison Oceana Matrix Ltd. > Software Engineer 21 Princeton Place > 716-662-8973 x26 Orchard Park, NY 14127 > --PGP Public Key--http://www.oceana.com/~ken/ksm.pgp > > > > -- Tero Matinlassi

Re: Migrate passwords from shadow to mysql

2004-02-03 Thread Tero Matinlassi
, but it didn't work out then. -Tero -- Tero Matinlassi