[opensuse] Cyrus-IMAP and MySQL support

2007-06-13 Thread Stuart Murray-Smith
Greetings list SuSE 10.2 Could someone please tell me if the Cyrus-IMAP RPM (cyrus-imapd-2.2.13-24.2.rpm) is built with SQL (particularly MySQL) support? If not, could someone please let me know how to do so :-) TiA, and have a great day! Regards, Stuart -- Then you will know the truth, and

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-14 Thread Martin Mielke
Hi Stuart! download the source tarball, compile and install... That's how I did it... HTH, Martin - Original Message From: Stuart Murray-Smith <[EMAIL PROTECTED]> To: opensuse@opensuse.org Sent: Thursday, June 14, 2007 6:56:48 AM Subject: [opensuse] Cyrus-IMAP and My

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-14 Thread Martin Mielke
tin Mielke <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2007 1:23:26 PM Subject: Re: [opensuse] Cyrus-IMAP and MySQL support > download the source tarball, compile and install... > That's how I did it... Thanks Martin I did as you said, and make fails because it cant find 'ma

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-16 Thread Andreas Winkelmann
On Thursday 14 June 2007 06:56, Stuart Murray-Smith wrote: > SuSE 10.2 > > Could someone please tell me if the Cyrus-IMAP RPM > (cyrus-imapd-2.2.13-24.2.rpm) is built with SQL (particularly MySQL) > support? If not, could someone please let me know how to do so :-) Where do you want to use (my)sq

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-17 Thread Stuart Murray-Smith
> Could someone please tell me if the Cyrus-IMAP RPM > (cyrus-imapd-2.2.13-24.2.rpm) is built with SQL (particularly MySQL) > support? If not, could someone please let me know how to do so :-) Where do you want to use (my)sql in Cyrus-Imapd? Hi Andreas Thank you for your reply I want to use M

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-17 Thread Andreas Winkelmann
On Sunday 17 June 2007 13:14, Stuart Murray-Smith wrote: > > > Could someone please tell me if the Cyrus-IMAP RPM > > > (cyrus-imapd-2.2.13-24.2.rpm) is built with SQL (particularly MySQL) > > > support? If not, could someone please let me know how to do so :-) > > > > Where do you want to use (my

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-17 Thread Stuart Murray-Smith
Thanks again Andreas Cyrus-Imapd does not use (my)sql. For the used Databases you can choose ie. Berkeley-DB or skiplist, but not sql. How to choose between BDB or skiplist? Authentification Data - Usernames and Passwords are stored and handled with Cyrus-SASL. There is a sql-Plugin for Cyru

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-17 Thread Anders Johansson
On Sunday 17 June 2007 13:58:53 Andreas Winkelmann wrote: > Cyrus-Imapd does not use (my)sql. For the used Databases you can choose ie. > Berkeley-DB or skiplist, but not sql. What's wrong with LDAP? It is a database which is highly optimised for reading, it seems to be best for authentication I

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-18 Thread Andreas Winkelmann
On Sunday 17 June 2007 18:08, Stuart Murray-Smith wrote: > > Cyrus-Imapd does not use (my)sql. For the used Databases you can choose > > ie. Berkeley-DB or skiplist, but not sql. > > How to choose between BDB or skiplist? $ man imapd.conf ... annotation_db: ... duplicate_db: ... mboxlist_db: ...

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-18 Thread Andreas Winkelmann
On Sunday 17 June 2007 19:16, Anders Johansson wrote: > > Cyrus-Imapd does not use (my)sql. For the used Databases you can choose > > ie. Berkeley-DB or skiplist, but not sql. > > What's wrong with LDAP? It is a database which is highly optimised for > reading, it seems to be best for authenticati

Re: [opensuse] Cyrus-IMAP and MySQL support

2007-06-19 Thread Anders Johansson
On Tuesday 19 June 2007 06:57:13 Andreas Winkelmann wrote: > On Sunday 17 June 2007 19:16, Anders Johansson wrote: > > > Cyrus-Imapd does not use (my)sql. For the used Databases you can choose > > > ie. Berkeley-DB or skiplist, but not sql. > > > > What's wrong with LDAP? It is a database which is