On Thu, Feb 06, 2014 at 03:41:10PM +0200, Konstantin wrote:

> My question why is this happen?
> What is the safe way to update recipients tables and another hash files?

You're asking the right question, fortunately it is already answered:

    http://www.postfix.org/DATABASE_README.html#safe_db

If you have a Postfix compiled with "cdb" support, consider using
"cdb" for all indexed file tables.  The "cdb" on-disk format never
changes, it is faster and uses less RAM.  Table rebuilds are atomic.

The only downside of "cdb" is that it does not support incremental
updates, and thus is not suitable for various volatile Postfix caches.

-- 
        Viktor.

Reply via email to