Deleting db files nanny.db, error?
Mike Cappella via amavis-users
amavis-users at amavis.org
Wed Nov 6 18:27:44 CET 2013
Hi Marcelo,
On Nov 6, 2013, at 4:07 AM, Marcelo Oscar Olcese.- via amavis-users <amavis-users at amavis.org> wrote:
> Hello people!
>
> Every day I receive a message from Amavis daily digest via logwatch (red my question),
> (Amavis run on Debian 7, Wheezy)
>
> They know they can be?:
>
>
> **Unmatched Entries**
> 1 Deleting db files nanny.db,__db.003,snmp.db,__db.002,__db.004,__db.001 in /var/lib/amavis/db
>
> ---------------------- Amavisd-new End ————————————
I’ve been less frequently updating amavis-logwatch and postfix-logwatch (since I don’t host mail servers anymore). However, I had already made a change in the source that covers this case, but it is not published yet. You can add the line:
push @ignore_list_final, qr/^Deleting db files /;
inside the function:
sub create_ignore_list() {
to avoid these. I have a few more changes that help more recent versions of amavisd-new.
You should be able to find the script (named a mavis) under logwatch’s scripts/services directory. I don’t know where this will be on Debian.
MrC
More information about the amavis-users
mailing list