On Sun, 2010-09-26 at 14:11 +0200, Josef Karliak wrote: > Hi guys, > on SLES 10 x64bit I see following complains in the syslog: > Sep 26 12:44:36 email1 master[3805]: about to exec /usr/lib/cyrus/bin/lmtpd > Sep 26 12:44:36 email1 lmtpunix[3805]: executed > Sep 26 12:44:36 email1 lmtpunix[3805]: DBERROR db4: Logging region out > of memory; you may need to increase its size > Sep 26 12:44:36 email1 lmtpunix[3805]: DBERROR: opening > /var/spool/imap/config/deliver.db: Cannot allocate memory > Sep 26 12:44:36 email1 lmtpunix[3805]: DBERROR: opening > /var/spool/imap/config/deliver.db: cyrusdb error > Sep 26 12:44:36 email1 lmtpunix[3805]: FATAL: lmtpd: unable to init > duplicate delivery database Duplicate delivery database errors, I believe, are not fatal; the message should still be delivered. > "/var/lib/ldap/DB_CONFIG" contains: > set_cachesize 0 15000000 1 > set_lg_regionmax 262144 > set_lg_bsize 2097152 > set_flags DB_LOG_AUTOREMOVE > But we do not use ldap, where is a right config for it ? Could you > kick me to the right way ? :) ??? That has nothing to do with the above. The delivery database is probably someplace like /var/lib/imap/deliverydb. The simplest solution is to not use BDB; set "duplicate_db" to "skiplist" in /etc/imapd.conf BDB is rarely, IMO, worth the headache. -- Adam Tauno Williams <awilliam@xxxxxxxxxxxxx> LPIC-1, Novell CLA <http://www.whitemiceconsulting.com> OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/