Re: dbmail-messageblks missing in dbmail 3.1.17

Reindl Harald <[email protected]> Mon, 16 Oct 2017 16:54:29 +0200
Newsgroups gmane.mail.imap.dbmail
Organization the lounge interactive design
Message-ID <[email protected]>

Am 16.10.2017 um 15:56 schrieb Ralph Ballier:
> Hello,
> 
> I had tried to install dbmail 3.1.17 but there are problems. I looked at 
> the database and have found: there is not table named "dbmail-messageblks".
> 
> The reason is, that in "dbmail-3.1.17/sql/mysql/create_tables.mysql" the 
> command "CREATE dbmail-messagesblks" is missing.
> 
> How is that possible? Is dbmail-messageblks no longer necessary? Or is 
> this again a sign for a badly maintained or no longer maintained?
> 
> is it better if I use another mail system?

nothing should access dbmail_messageblks any longer, this is from dbmail 
2.x and due migration to 3.0.x the data where converted to dbmail_mimeparts

MariaDB [dbmail]> select * from dbmail_messageblks;
Empty set (0.00 sec)