Re: MySQL IMAP Server

2003-02-11 Thread Curtis Maurand

Courier IMAP can.  www.courier-mta.com

Curtis

On Wed, 5 Feb 2003, Paul DuBois wrote:

> At 17:26 + 2/4/03, Ben Clewett wrote:
> >MySQL,
> >
> >My first post, please go easy if this is the wrong pleace!
> >
> >I'm trying to find an IMAP server which used MySQL so that my 
> >Mozilla Email client can file it's email a little faster.
> >
> >Has anybody heard of such a device?
> 
> I believe the Horde IMP server uses MySQL:
> 
> http://www.horde.org
> 
> >
> >Regards,
> >
> >Ben
> >
> 
> 
> -
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL IMAP Server

2003-02-09 Thread Erik Retz
Pretty sure dbmail can use mysql.

www.dbmail.org

-Erik





--- Ben Clewett <[EMAIL PROTECTED]> wrote:
> Paul DuBois wrote:
> > 
> > I believe the Horde IMP server uses MySQL:
> > 
> > http://www.horde.org
> 
> Thanks.  Looking at this, I belive it's an IMAP
> clinet.  Unless the web 
> site is in error.
> 
> I was rather trying to find an IMAP server using
> MySQL.  Ie, somewhere 
> to store my millions of email messages, from many
> execlent mailing 
> lists, and get at them fast...
> 
> EG, Mozilla Mail with message folders more than
> 10,000 email's, can 
> (though a bug as well as bad structure) take more
> than a second per 
> email to parse.  Eg, marking as read.  Where as an
> MySQL IMAP server 
> would be thousands of times faster...
> 
> If you hear of one, can you let me know?
> 
> Cheers, Ben.
> 
> > 
> >>
> >> Regards,
> >>
> >> Ben
> >>
> > 
> > 
> >
>
-
> > Before posting, please check:
> >   http://www.mysql.com/manual.php   (the manual)
> >   http://lists.mysql.com/   (the list
> archive)
> > 
> > To request this thread, e-mail
> <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail 
> >
>
<[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try:
> http://lists.mysql.com/php/unsubscribe.php
> > 
> 
> 
> 
>
-
> Before posting, please check:
>http://www.mysql.com/manual.php   (the manual)
>http://lists.mysql.com/   (the list
> archive)
> 
> To request this thread, e-mail
> <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try:
> http://lists.mysql.com/php/unsubscribe.php
> 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL IMAP Server

2003-02-09 Thread Michael T. Babcock
Ben Clewett wrote:


I was rather trying to find an IMAP server using MySQL.  Ie, somewhere 
to store my millions of email messages, from many execlent mailing 
lists, and get at them fast...


What you want is the Courier-IMAP mail server which uses the Maildir 
format to store its messages, running on ReiserFS.

Maildir is a one file per message storage format for more reliability 
and faster message finding because of ReiserFS which uses very fast 
B+-type tree searching of filenames.

See http://www.inter7.com for more information.

(This is what I use, and I have hundreds of thousands of E-mails in IMAP 
format, some of my clients, using the same servers have gigabytes of 
E-mails stored this way and find it to be faster than local storage).

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: MySQL IMAP Server

2003-02-07 Thread Ben Clewett
Paul DuBois wrote:


I believe the Horde IMP server uses MySQL:

http://www.horde.org


Thanks.  Looking at this, I belive it's an IMAP clinet.  Unless the web 
site is in error.

I was rather trying to find an IMAP server using MySQL.  Ie, somewhere 
to store my millions of email messages, from many execlent mailing 
lists, and get at them fast...

EG, Mozilla Mail with message folders more than 10,000 email's, can 
(though a bug as well as bad structure) take more than a second per 
email to parse.  Eg, marking as read.  Where as an MySQL IMAP server 
would be thousands of times faster...

If you hear of one, can you let me know?

Cheers, Ben.




Regards,

Ben




-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail 
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL IMAP Server

2003-02-06 Thread Paul DuBois
At 17:26 + 2/4/03, Ben Clewett wrote:

MySQL,

My first post, please go easy if this is the wrong pleace!

I'm trying to find an IMAP server which used MySQL so that my 
Mozilla Email client can file it's email a little faster.

Has anybody heard of such a device?

I believe the Horde IMP server uses MySQL:

http://www.horde.org



Regards,

Ben




-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL IMAP Server

2003-02-05 Thread B. van Ouwerkerk
I don't know such product running with MySQL. There is something called 
Bill storage server which runs with PostgreSQL, perhaps someone knows a way 
to put MySQL behind it instead of PostgreSQL.


B.


At 17:26 04-02-2003 +, Ben Clewett wrote:
MySQL,

My first post, please go easy if this is the wrong pleace!

I'm trying to find an IMAP server which used MySQL so that my Mozilla 
Email client can file it's email a little faster.

Has anybody heard of such a device?

Regards,

Ben


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: MySQL IMAP Server

2003-02-05 Thread Josh Trutwin

> MySQL,
>
> My first post, please go easy if this is the wrong pleace!
>
> I'm trying to find an IMAP server which used MySQL so that my Mozilla
> Email client can file it's email a little faster.
>
> Has anybody heard of such a device?

I just finished configuring courier-imap to use a MySQL table to
authenticate against.  Are you looking for authentication/configuration
information stored in MySQL or the actual messages themselves?

Josh

> Regards,
>
> Ben



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




MySQL IMAP Server

2003-02-04 Thread Ben Clewett
MySQL,

My first post, please go easy if this is the wrong pleace!

I'm trying to find an IMAP server which used MySQL so that my Mozilla 
Email client can file it's email a little faster.

Has anybody heard of such a device?

Regards,

Ben


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php