Hi,

We have noticed that and make some tests with several Webmail and mail
clients as Netscape, Outlook, vs courier-imap with the same mail
clients.

First conclusions the PHPs' webmails are very slow except Squirrelmail
because it use its own imap libraries instead of PHP-IMAP. But it's true
Courier-IMAP it's much faster than dbmail-imap, we have add the mysql
indexes as explained in this list, tuned the mysql config and got some
improvements but never too fast as courier-imap.

Then we have put the trace_level to 5 and make the same tests and we
have noticed that to get each mail header dbmail-imap need 4 or 5
queries and in my opinion I think that it should be possible to get the
same think with only one or two:

By use a "SELECT * FROM messages" instead "SELECT field-1, field-2..."
and/or change the table structure to put the mail header on "messages"
whith the from:, to:, subject:, field and perhaps the body too, or just
the body on messageblks.

DBmail is the right way to make an isp mail solution with a lot of
capabilities as CRM, etc, but we have to improve its speed and discuss
to find the best way to do.

Shih Ming-Wei a dit :
> My imap is working fine but pop3 is very slow, I have ask a few  times
> on the list but apparently nobody is interested :(
>
> Ming-Wei
>
> -----Original Message-----
> From: John Wall [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 26, 2002 9:24 AM
> To: dbmail@dbmail.org
> Subject: [Dbmail] Imapd is slow as hell
>
>
> Imapd is slow as hell.
>
> pop3d is fast when i press "send and recive" but on my imapd account
> it takes up to a minute before it tryes to login. I heave allready
> check DNS and my host file.
>
> Imapd works fast sometimes and sometimes it slow as hell. I got only 3
> users on that mailserver with dbmail. The server it runs on is strong
> so there is no problem with the server.
>
> The slow part is when I login to the imapd server, it takes up to a
> minute before I see any login tries in the logfile. This is so wierd
> ...
>
> /John

-- 
Sam Przyswa - Chef de projet
Arial Concept - Intégrateur Internet
36, rue de Turin - 75008 - Paris
Tel: 01 40 54 86 04 - Fax: 01 40 54 83 01
Web: http://www.arial-concept.com - Email: [EMAIL PROTECTED]



Reply via email to