What is the best way to delete an user from dbmail in SQL? Is there a
cascading delete for dbmail_users?
--
View this message in context:
http://old.nabble.com/SQL-command-for-deleting-an-user--tp34058470p34058470.html
Sent from the dbmail users mailing list archive at Nabble.com.
_
Am 23.06.2012 12:29, schrieb cl445:
>
> What is the best way to delete an user from dbmail in SQL? Is there a
> cascading delete for dbmail_users?
after remove it from "dbmail_users" all messages are orhpaned
and cleaned by dbmail-util - i am not sure if you have to
remove the records from "dbm
Hmm... this solution isn't really statisfing. Making a dirty delete and hope
that the command-line tool will clean it up...
Reindl Harald-2 wrote:
>
>
>
> Am 23.06.2012 12:29, schrieb cl445:
>>
>> What is the best way to delete an user from dbmail in SQL? Is there a
>> cascading delete for
this has nothing to do with hope - this is simply the way dbmail works
internally even if you delete a message via imap or Pop3
you remove only a reference record and the rest is done via dbmail-util called
daily from crond
Original-Nachricht
Von: cl445
Gesendet: Sat Jun 23
back on my workstation
why in the world do you think that this is a matter of hope?
dbmail will NEVER remove all records even if you remove
a message via POP3/IMAP - it will always only delete
references and the rest is the job of dbmail-util
* delete 2 messages
* you will not notice load
Hello gentlemen.
See if one of you could help me.
I have a fresh installation of dbmail 3.0.2. (mysql 5.1.46; postfix
2.7.1 in a openSuSE 11.3 everthing in the same server).
And I use fetchmail to get mails from just one account to be delivered
through postfix to dbmail. Everything is working