<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail">
    <title>gmane.mail.imap.dbmail</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.imap.dbmail/14641"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14660">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14660</link>
    <description>&lt;pre&gt;
Sorry, UID SORT IMAP request

&lt;/pre&gt;</description>
    <dc:creator>Pavlo Lavrenenko</dc:creator>
    <dc:date>2013-05-21T14:55:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14659">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14659</link>
    <description>&lt;pre&gt;On 05/15/2013 04:38 PM, Jure Pečar wrote:

Hi. The problem is in a `ORDER BY' statement. Basically when the results 
are ordered by `message_idnr' field only mysql hits the index both in 
`WHERE' and `ORDER BY' statements any query works smooth. With complex 
`ORDER BY' statements, even if dbmail_headervalue.sortfield would have 
an index, query will remain slow.

You can find out more at 
http://dev.mysql.com/doc/refman/5.0/en/order-by-optimization.html :

 &amp;gt; In some cases, MySQL cannot use indexes to resolve the ORDER BY,
 &amp;gt; although it still uses indexes to find the rows that match the WHERE
 &amp;gt; clause. These cases include the following:
 &amp;gt;
 &amp;gt;    You use ORDER BY on different keys:
 &amp;gt;
 &amp;gt;    SELECT * FROM t1 ORDER BY key1, key2;

I would also note that this performance issue will reappear every time 
someone sends SEARCH IMAP request with sort parameter or uses
dbmail-export utility (see src/dbmail-mailbox.c::_handle_sort_args() 
function). And I don't see how this could be overcomed.&lt;/pre&gt;</description>
    <dc:creator>Pavlo Lavrenenko</dc:creator>
    <dc:date>2013-05-21T12:10:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14658">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14658</link>
    <description>&lt;pre&gt;On 05/16/2013 12:58 AM, Jure Pečar wrote:

Still could you please dump your dbmail mysql scheme (no data needed, 
structure only)? Because dbmail_messages.sortfield is confusing and 
fails being executed manually:

ERROR 1054 (42S22): Unknown column 'sortfield' in 'order clause'.

$ mysqldump --create-options --no-data --add-drop-table --comments 
--default-character-set=utf8 dbmail-database

should be of help.

&lt;/pre&gt;</description>
    <dc:creator>Pavlo Lavrenenko</dc:creator>
    <dc:date>2013-05-20T15:44:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14657">
    <title>500 Sender already received. Use RSET to clear.</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14657</link>
    <description>&lt;pre&gt;I'm running DBMail from Git (e10143b6804824bffc20752251578de734a01df8) 
and I'm getting the following error whenever I try to deliver a message 
with LMTP. Can you spot what I'm doing wrong, or can I do anything to 
help fix this? Would any more details be helpful?

    ubuntu&amp;lt; at &amp;gt;ip-10-242-78-228:~$ telnet localhost 24
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    220 ip-10-242-78-228 LMTP
    LHLO example.com
    250-ip-10-242-78-228
    250-PIPELINING
    250-ENHANCEDSTATUSCODES
    250 SIZE
    MAIL FROM:&amp;lt;alice&amp;lt; at &amp;gt;example.com&amp;gt;
    500 Sender already received. Use RSET to clear.
&lt;/pre&gt;</description>
    <dc:creator>Jack Bates</dc:creator>
    <dc:date>2013-05-17T15:18:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14656">
    <title>Re: DBMail wiki spam?</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14656</link>
    <description>&lt;pre&gt;
ah good point thanks for reminding me .. I actually posted about that 
too then .. ;)
&lt;/pre&gt;</description>
    <dc:creator>Thomas Raschbacher</dc:creator>
    <dc:date>2013-05-17T09:17:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14655">
    <title>Re: DBMail wiki spam?</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14655</link>
    <description>&lt;pre&gt;There was a recent thread about this same topic and replacing the wiki
software. I think Paul was considering Confluence.

Did anything ever come of that?
&lt;/pre&gt;</description>
    <dc:creator>Robert C. Sheets</dc:creator>
    <dc:date>2013-05-17T08:39:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14654">
    <title>DBMail wiki spam?</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14654</link>
    <description>&lt;pre&gt;Hi.

I just was going to look at the wiki and see if the dbmail upgrade 
instructions for 2.2 -&amp;gt; 3.0 need to be improved, but I found this on the 
wiki start page:

Floor lamps will be the latest bright idea in design with fun new 
models. Whatever lighting solution you have to enhance your indoor or 
outdoor living, choose fashionable lamps any room can be illuminated by 
you with a touch of charm. Floor lamps

Looking at http://www.dbmail.org/dokuwiki/doku.php/start?do=revisions 
it seems there's been quite a bit of this spam recently.

Maybe remove those users and put some extra checks in place ? (and/or 
only allow certain users/groups to edit things like the start page too 
...) -- or make changes to existing - and important - pages to be 
moderated? (I could help out here if needed)

Regards
&lt;/pre&gt;</description>
    <dc:creator>Thomas Raschbacher</dc:creator>
    <dc:date>2013-05-17T06:31:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14653">
    <title>Re: Upgrade from 2.2.1 to 3.0.2</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14653</link>
    <description>&lt;pre&gt;Thank you.  I will do that.  I have a machine to test on now that I have 
gotten to the point where i can get it to build.  It's also a pretty 
large database at this point.

--Curtis
&lt;/pre&gt;</description>
    <dc:creator>Curtis Maurand</dc:creator>
    <dc:date>2013-05-16T19:46:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14652">
    <title>Re: Error message from dbmail-util (invalid byt esequence for encoding)</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14652</link>
    <description>&lt;pre&gt;Hi.

so I got around to look this up now finally. here's what I found in the
attachment.

Please let me know if you need anything else.

Regards

&amp;lt;quote who="Paul J Stevens"&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Thomas Raschbacher</dc:creator>
    <dc:date>2013-05-16T17:01:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14651">
    <title>Re: Upgrade from 2.2.1 to 3.0.2</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14651</link>
    <description>&lt;pre&gt;All I did when I upgrade from 2.2.x to 3.0 was run the 2_2-3_0 upgrade.

all 2.3 release were developer releases therefor you have no reason to 
apply those.

As always try this on another machine with a copy of the db first ;)

On 2013-05-15 18:58, Curtis Maurand wrote:
&lt;/pre&gt;</description>
    <dc:creator>Thomas Raschbacher</dc:creator>
    <dc:date>2013-05-16T08:44:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14650">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14650</link>
    <description>&lt;pre&gt;On Wed, 15 May 2013 17:47:25 +0300
Pavlo Lavrenenko &amp;lt;santa&amp;lt; at &amp;gt;portaone.com&amp;gt; wrote:


I have, but it's not really suitable for performance tests.
 

3.0.2 + some fixes from master for roundcube sort ordering. And no, I don't
see dbmail_messages.sortfield either.


Yes, I was looking at that (mail client will break lines; some
reformatting needed):

+----+-------------+-------+--------+----------------------------------------+-------------------+---------+-------------------------------------+------+----------------------------------------------+
| id | select_type | table | type   | possible_keys                          | key               | key_len | ref                                 | rows | Extra                                        |
+----+-------------+-------+--------+----------------------------------------+-------------------+---------+-------------------------------------+------+----------------------------------------------+
|  1 | SIMPLE      | m     | range  | mailbox_status    &lt;/pre&gt;</description>
    <dc:creator>Jure Pečar</dc:creator>
    <dc:date>2013-05-15T21:58:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14649">
    <title>Upgrade from 2.2.1 to 3.0.2</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14649</link>
    <description>&lt;pre&gt;I'm working on an upgrade from 2.2.1 to 3.0.2  I know, I should have 
done this a while ago, but I've been running Ubuntu and have not been 
able to get it to compile, nor are there any version out there in a 
repository (at least not a repository that I know about.).

Anyway, the wiki documentation is non existent on upgrade instructions.  
Is there a document out there about how to upgrade the database?  Do I 
need to run the scripts incrementally.  beyond the database upgrade the 
rest of it should be "make install"

Thanks in advance,
Curtis
&lt;/pre&gt;</description>
    <dc:creator>Curtis Maurand</dc:creator>
    <dc:date>2013-05-15T16:58:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14648">
    <title>Re: Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14648</link>
    <description>&lt;pre&gt;
That worked like a charm.  I finally got it to compile.

Thanks again,
--Curtis
&lt;/pre&gt;</description>
    <dc:creator>Curtis Maurand</dc:creator>
    <dc:date>2013-05-15T16:40:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14647">
    <title>Re: Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14647</link>
    <description>&lt;pre&gt;
Thank you.  I'll install those.

--Curtis

On 5/15/2013 2:19 AM, Pavlo Lavrenenko wrote:
&lt;/pre&gt;</description>
    <dc:creator>Curtis Maurand</dc:creator>
    <dc:date>2013-05-15T16:08:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14646">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14646</link>
    <description>&lt;pre&gt;On 05/15/2013 04:38 PM, Jure Pečar wrote:

Oh, you should have a staging system for such changes to be tested first.

Also I don't see see dbmail_messages.sortfield field in a schema I am 
using. Neighter do I see that field in dbmail-3.0.2 src/dbmail-mailbox.c.

What version of dbmail do you use? Can you attach your mysql db schema? 
Can you provide the output of:

DESCRIBE SELECT message_idnr FROM dbmail_messages m LEFT JOIN 
dbmail_physmessage p ON m.physmessage_id=p.id LEFT JOIN dbmail_datefield 
ON m.physmessage_id=dbmail_datefield.physmessage_id WHERE m.mailbox_idnr 
= 3733 AND m.status IN (0,1) ORDER BY sortfield,message_idnr;

query?

&lt;/pre&gt;</description>
    <dc:creator>Pavlo Lavrenenko</dc:creator>
    <dc:date>2013-05-15T14:47:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14645">
    <title>Re: Indices in MySQL Schema</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14645</link>
    <description>&lt;pre&gt;On Mon, 25 Mar 2013 17:41:42 +0200
Pavlo Lavrenenko &amp;lt;santa&amp;lt; at &amp;gt;portaone.com&amp;gt; wrote:


I applied these to our production mysql (and dropped those you recomended in the attached files) and immediately noticed about 10x drop in Innodb row operations.

However looking at slow query log I still see some queries pop up often. This one is the most common:

SELECT message_idnr FROM dbmail_messages m LEFT JOIN dbmail_physmessage p ON m.physmessage_id=p.id LEFT JOIN dbmail_datefield ON m.physmessage_id=dbmail_datefield.physmessage_id WHERE m.mailbox_idnr = 3733 AND m.status IN (0,1) ORDER BY sortfield,message_idnr;

These take anywhere from 2 to 15 seconds to complete. 

Can you recommend additional indexing statements to speedup these?


&lt;/pre&gt;</description>
    <dc:creator>Jure Pečar</dc:creator>
    <dc:date>2013-05-15T13:38:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14644">
    <title>Re: Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14644</link>
    <description>&lt;pre&gt;
Is that a configure script tries to pull in libzdb-dev? I am using 12.04 
and I don't have any *zdb* package available in repository.

I suppose you are trying to use http://debian.nfgd.net/debian repository
Please remove that repo and try using libzdb available at launchpad 
https://launchpad.net/+search?field.text=libzdb

&lt;/pre&gt;</description>
    <dc:creator>Pavlo Lavrenenko</dc:creator>
    <dc:date>2013-05-15T06:19:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14643">
    <title>Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14643</link>
    <description>&lt;pre&gt;Has anyone gotten dbmail to successfully build in Ubuntu 12.04.  I keep 
getting stupid stuff like:

And I'm still trying to get "configure" to finish.

sudo ./configure --prefix=/usr

The following packages have unmet dependencies:
  libzdb-dev : Depends: libzdb7 (= 2.9-1) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.
cmaurand&amp;lt; at &amp;gt;canon:~/dbmail-3.0.2$ sudo apt-get install libzdb-dev libzdb7
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libzdb7 : Depends: libmysqlclient16 (&amp;gt;= 5.1.50-1) but it is not 
installable
E: Unable to correct problems, you have held broken packages.

Any he&lt;/pre&gt;</description>
    <dc:creator>Curtis Maurand</dc:creator>
    <dc:date>2013-05-14T18:57:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14642">
    <title>Debian Wheezy Packages</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14642</link>
    <description>&lt;pre&gt;Hi,

Now Debian 7 "Wheezy" is out, please could wheezy packages be made 
available on http://debian.nfgd.net/ ?

-Joel van Velden
&lt;/pre&gt;</description>
    <dc:creator>Joel van Velden</dc:creator>
    <dc:date>2013-05-08T01:51:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14641">
    <title>Re:  Error message from dbmail-util (invalid byt esequence forencoding)</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14641</link>
    <description>&lt;pre&gt;Hi.

I am using dbmail 3.0.2 and gmime 2.4.32.

currently trying to figure out how to get the message id. How can I 
best find it ?

Regards

On 2013-05-06 11:24, Paul J Stevens wrote:
_______________________________________________
DBmail mailing list
DBmail&amp;lt; at &amp;gt;dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
&lt;/pre&gt;</description>
    <dc:creator>Thomas Raschbacher</dc:creator>
    <dc:date>2013-05-06T18:10:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.imap.dbmail/14640">
    <title>Re: Error message from dbmail-util (invalid byt esequence forencoding)</title>
    <link>http://permalink.gmane.org/gmane.mail.imap.dbmail/14640</link>
    <description>&lt;pre&gt;Thomas,

Please provide if you can:

- the raw Message-ID for the message involved.
- your dbmail and gmime versions.

DBMail already tries very hard to always provide the database with a
correct encoded string. It does rely on GMime however to provide UTF8
encoded representations of any message fed. Maybe a bug in GMime is
exposed here.


On 05/05/2013 10:39 PM, Thomas Raschbacher wrote:


&lt;/pre&gt;</description>
    <dc:creator>Paul J Stevens</dc:creator>
    <dc:date>2013-05-06T09:24:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.imap.dbmail">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.imap.dbmail</link>
  </textinput>
</rdf:RDF>
