Paul,

I need a help from you.

My db keeps growing more and more, in the version that I'm using, 2.3.2 has
a bug that isn't deleting the emails, but after this I added, helped by you,
after the script run this query:

 

DELETE dbmail_mimeparts.* FROM dbmail_mimeparts LEFT JOIN dbmail_partlists
ON (dbmail_mimeparts.id=dbmail_partlists.part_id) WHERE
dbmail_partlists.physmessage_id IS NULL;

 

Thing is, db keeps growing, is there something else I can do to delete the
DELETED emails? Some other query?

The table that is growing is dbmail_mimeparts.

 

Before the query I showed I'm running dbmail-util like this:

 

/usr/local/sbin/dbmail-util -d -y

/usr/local/sbin/dbmail-util -p -y

/usr/local/sbin/dbmail-util -ty

 

Jorge,

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to