Len Conrad: > > >Dec 31 20:05:54 mail-ausfall kernel: [876822.781710] smtpd[27410] general > >protection ip:80813d8 sp:bf9c2d68 error:0 in smtpd[8048000+53000] > > ...I have none of these. > > >Jan 1 20:19:41 mail-ausfall postfix/verify[26329]: fatal: close database > >/var/lib/postfix/verify.db: No such file or directory > > I don't use verify anymore, but we get these each time we stop postfix: > > >Jan 2 10:17:55 mail-ausfall postfix/postscreen[17151]: fatal: close database > >/var/lib/postfix/ps_cache.db: No such file or directory
That is that stupid but HARMLESS Berkeley DB bug where they barf when a process closes a database after a it fork()s. I'm running a DB version that does not do such things, so it did not show up in my testing. I'll fix this in the next release. Wietse