Re: [Dbmail] Slow LMTP Inserts

2018-03-02 Thread Andrea Brancatelli
Somewhere in the documentation there's some note about LMTPD not being designed to be run in multiple instances at the same time. In my experience that is not exactly true. It *CAN* create some unusual but pretty innocent situations, caused by multiple transactions running at the same time. You

Re: [Dbmail] Slow LMTP Inserts

2018-02-28 Thread rich carroll
Andrea, My postfix lmtp usually has a delay of 2.2 (delays=0.01/0.01/0/2.2) but when it gets busy they can be higher, but they are never lower then 2. table rows dbmail_users 2246 dbmail_header 135684624 dbmail_phymessage 6315243 I don't know if those are big numbers or not. It seems like I have

Re: [Dbmail] Slow LMTP Inserts

2018-02-27 Thread Andrea Brancatelli
Let's got in order: * Slow insert. It's not "normal". You'd better check what you have in the dbmail_headername tables, clean it up, and probabily disable the dbmail_headername auto-insert. Can you give a few information on the DB size as well? I'm not using pgsql but probably checking th

Re: [Dbmail] slow deliver

2012-06-24 Thread Reindl Harald
Am 24.06.2012 04:56, schrieb remy: > I have a fresh installation of dbmail 3.0.2. (mysql 5.1.46; postfix > 2.7.1 in a openSuSE 11.3 everthing in the same server). update to MySQl 5.5 if possible > (some supposedly relevant parameters from supposedly relevant config files:) they most interesti

Re: [Dbmail] slow queries

2007-08-23 Thread Michael Monnerie
On Donnerstag, 23. August 2007 Jesse Norell wrote: > try inserting the > value of either message-id or resent-message-id into it and if it's > already there the insert will fail (of course it could fail for other > reasons too..).  That ought to be much quicker than a 75 second > SELECT. No, no,

Re: [Dbmail] slow queries

2007-08-23 Thread Jesse Norell
On Thu, 2007-08-23 at 12:26 +0200, Paul J Stevens wrote: > > > I have loads of these in my slow query log and the box is suffering. > > > > # Query_time: 75 Lock_time: 0 Rows_sent: 0 Rows_examined: 225432 > > SET timestamp=1187861236; > > SELECT message_idnr FROM dbmail_messages m JOIN dbmail_

Re: [Dbmail] slow queries

2007-08-23 Thread Paul J Stevens
Aleksander Kamenik wrote: > I have loads of these in my slow query log and the box is suffering. > > # Query_time: 75 Lock_time: 0 Rows_sent: 0 Rows_examined: 225432 > SET timestamp=1187861236; > SELECT message_idnr FROM dbmail_messages m JOIN dbmail_physmessage p ON > m.physmessage_id=p.id JOI

Re: [Dbmail] slow opening mailboxes

2007-07-02 Thread Alexander Benaguev
Jorge Bastos wrote: Hum, that must be something with your configuration in particular. I have about 1GB of emails and about 4000 mails now in my INBOX, and it's fast on a P4 3.2 with HT with only 512MB RAM do you have "skip-name-resolve" in my.ini? yes, in my.cf=). and I have 3 vcpu xen machin

Re: [Dbmail] slow opening mailboxes

2007-07-02 Thread Jorge Bastos
Hum, that must be something with your configuration in particular. I have about 1GB of emails and about 4000 mails now in my INBOX, and it's fast on a P4 3.2 with HT with only 512MB RAM do you have "skip-name-resolve" in my.ini? - Original Message - From: "Alexander Benaguev" <[EMAIL

Re: [Dbmail] slow squirrelmail queries

2007-06-28 Thread Paul J Stevens
Jon Duggan wrote: Unfortunately, running imapd from inetd doesn't seem to help with this. That actually *great*. No really! If you can reproduce this in inetd mode, you can provide me with a backtrace. Could you: a) rebuild dbmail with debugging symbols? (CFLAGS=+-g) b) run the commands ag

RE: [Dbmail] slow squirrelmail queries

2007-06-28 Thread Jon Duggan
> (just double checked before sending the email and this is the error im > getting ) > ERROR : Connection dropped by imap-server. > Query: SEARCH CHARSET ISO-8859-1 ALL Subject {13} ok, so *that* is bug #579 I've a feeling this may be a bug manifesting itself behind another problem. > > I'll

RE: [Dbmail] slow squirrelmail queries

2007-06-28 Thread Jon Duggan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zamri Sent: 28 June 2007 02:30 To: DBMail mailinglist Subject: Re: [Dbmail] slow squirrelmail queries On 6/28/07, Jon Duggan <[EMAIL PROTECTED]> wrote: Thanks for the reply Paul The imapdproxy seemed to help with an imap

Re: [Dbmail] slow squirrelmail queries

2007-06-28 Thread Paul J Stevens
Jon Duggan wrote: (just double checked before sending the email and this is the error im getting ) ERROR : Connection dropped by imap-server. Query: SEARCH CHARSET ISO-8859-1 ALL Subject {13} ok, so *that* is bug #579 I'll try and get some further info regarding the mysql slow query logs.

Re: [Dbmail] slow squirrelmail queries

2007-06-27 Thread zamri
On 6/28/07, Jon Duggan <[EMAIL PROTECTED]> wrote: Thanks for the reply Paul The imapdproxy seemed to help with an imap fetch problem (iirc) we were having when we first went to 2.2.5. Although that may be a coincidence - i haven't figured that one out yet I have tested without it in equation a

RE: [Dbmail] slow squirrelmail queries

2007-06-27 Thread Jon Duggan
to 'other' Thanks for all your help as always Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul J Stevens Sent: 27 June 2007 21:04 To: DBMail mailinglist Subject: Re: [Dbmail] slow squirrelmail queries Jon Duggan wrote: > Hi Guys

Re: [Dbmail] slow squirrelmail queries

2007-06-27 Thread Paul J Stevens
Jon Duggan wrote: > Hi Guys > > Still having an issue with slow imap queries via overlook (its a > squirrelmail base with changes in gui, we've also tested squirrelmail with > same results), > > We're getting *very* slow queries on some mailboxes below ive provided a > level 5 trace log No slow

Re: [Dbmail] slow queries

2007-06-21 Thread Michael Monnerie
On Mittwoch, 20. Juni 2007 Paul J Stevens wrote: > There is no direct relation between headernames and physmessages. So > no, I don't see how that could be changed easily. If you can whip up > a query that improves the situation please share it. I've tried around, but postgres kept insisting on th

Re: [Dbmail] slow queries

2007-06-20 Thread Paul J Stevens
Michael Monnerie wrote: > > Seems to me the problem is the relation of physmessage -> headervalue -> > headername > If that would be physmessage -> headername -> headervalue, there would > be a dramatic speedup, because the planner could lookup all > headername='message-id' before having to look

Re: [Dbmail] slow queries

2007-06-19 Thread Michael Monnerie
On Dienstag, 19. Juni 2007 Paul J Stevens wrote: > Maybe because you were doing running the analysis queries on the > headervalue table at the time? I thought you might answer this, but forgot to mention in the previous mail that those lines were before my analysis. :-) But no, even running it t

Re: [Dbmail] slow queries

2007-06-19 Thread Paul J Stevens
Michael Monnerie wrote: > I've got postgres with slow query logging on, and got some logs today: > > Jun 19 11:18:20 db.zmi.at postgres[8035]: [2-1] 2007-06-19 11:18:20 CEST > DB=dbmail HOST=212.69.162.198(49440) SESSTRT=2007-06-19 10:30:01 CEST LOG: > Dauer: 14147.986 ms > Jun 19 11:18:20 db.z

Re: [Dbmail] Slow to connect...

2004-11-30 Thread Paul J Stevens
Kell Jemison wrote: Hi, We have a basic LAMP setup on RH9. We are using MySQL version 4.2.2-17, PHP 4 and Apache 2.0.40-21 We are using your product to manipulate the email from a program embedded into PHP Groupware (Anglemail). We can experience very quick page transitions going through the PHP

Re: [Dbmail] Slow...

2003-01-27 Thread Sam Przyswa
Roel Rozendaal - IC&S ([EMAIL PROTECTED]) écrivait: > >Could you verify the performance by opening a telnet session to the >IMAP server and issue some commands (SELECT, FETCH, STORE etc.) ? I will do that and tell you more later, thanks for your help. Sam.

Re: [Dbmail] Slow...

2003-01-27 Thread
Could you verify the performance by opening a telnet session to the IMAP server and issue some commands (SELECT, FETCH, STORE etc.) ? Sam Przyswa heeft op maandag, 27 jan 2003 om 11:09 (Europe/Amsterdam) het volgende geschreven: Eelco van Beek - IC&S ([EMAIL PROTECTED]) écrivait: Well, th

Re: [Dbmail] Slow...

2003-01-27 Thread Sam Przyswa
Eelco van Beek - IC&S ([EMAIL PROTECTED]) écrivait: > >Well, this sounds very weird. How exactly are you testing? How many >users? How many messages and mailboxes per user? We have 296 users with a total of 62400 messages and with a PHP Webmail it's too slow, we have tested direct SQL queries on t

Re: [Dbmail] Slow...

2003-01-27 Thread
Well, this sounds very weird. How exactly are you testing? How many users? How many messages and mailboxes per user? Regards, Eelco On zondag, jan 26, 2003, at 21:53 Europe/Amsterdam, Sam Przyswa wrote: Sam Przyswa ([EMAIL PROTECTED]) écrivait: Hi, We have installed DBmail CVS on a machin

Re: [Dbmail] Slow...

2003-01-26 Thread Sam Przyswa
Sam Przyswa ([EMAIL PROTECTED]) écrivait: > >Hi, > >We have installed DBmail CVS on a machine 2 X 1.3Ghz with 1.5Go RAM on MySQL >and >it's two time slower than an old P233 with Courier-IMAP. We use a Webmail in >PHP4 >(PHPgroupWare). > >Have you an idea to optimize the IMAP logic or SQL queries