Reindl Harald wrote:

Am 23.08.2013 11:09, schrieb Sergej Pupykin:
May be it is thunderbird bug
do you use any scripts doing cleanups/touching flags?

http://library.mobrien.com/dbmailadministrator/ as example
is unholy crap which marks any with IMAP on the server
copied message as deleted and 3 days later the messages are
gone by "dbmail-util" while the response of the author was
i should read the manual and after some angry mails i decided
to write my own backends

it was really a pleasure in the dbmail-evulation after a few
days seeing 80000 test-messages gone away for no known reason

I just do

# clean up 'Rejected' mailboxes
echo "delete FROM dbmail_physmessage WHERE id IN (
  SELECT physmessage_id FROM dbmail_messages m WHERE mailbox_idnr IN (
    SELECT mailbox_idnr FROM dbmail_mailboxes ma WHERE name='Rejected'
)) and internal_date < date_sub(NOW(), interval 14 day) limit 10000;" | mysql dbmail

dbmail-util -ubdy
dbmail-util -py
dbmail-util -ty

daily.

Also there are few scripts that delivers messages using dbmail-deliver, while postfix is using dbmail-lmtp connection.
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to