Re: Sending mail slowly
Thomas Raschbacher <[email protected]>
| Newsgroups | gmane.mail.imap.dbmail |
|---|---|
| Message-ID | <[email protected]> |
On 2014-10-15 07:42, Ralph Ballier wrote: > Hello, > > I use dbmail 2.2.18. > > I found this in maillog: > > Oct 15 07:34:15 xxx dbmail/imap4d[9461]: Message:[db] > dbmodule.c,db_query(+149): slow query [SELECT message_idnr FROM > dbmail_messages m JOIN dbmail_physmessage p ON m.physmessage_id=p.id > JOIN dbmail_headervalue v ON v.physmessag > e_id=p.id JOIN dbmail_headername n ON v.headername_id=n.id WHERE > mailbox_idnr = 3047 AND status IN (0,1) AND headername LIKE > 'MESSAGE-ID' AND headervalue LIKE > '%<[email protected]>%' > ORDER BY message_idnr] took [24] seconds > > Is this a true problem? What can I do? Sending mails is sometimes > very slowly. > Hi. Apart from if it is a problem or not ... this has nothing to do with sending mail. This seems to be an IMAP searchfor a certain MESSAGE-ID (maybe to set a flag or something after sending) ? Regards