ispCP - Board - Support
Postfix and sasldb2 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Postfix and sasldb2 (/thread-9959.html)



Postfix and sasldb2 - foxb - 03-11-2010 11:44 AM

I found following error in the log:

Code:
sasldblistusers2: unable to open Berkeley db /var/spool/postfix/etc/sasldb2: Bad file descriptor
sasldblistusers2: _sasldb_getkeyhandle has failed
saslpasswd2: error deleting entry from sasldb: DB_NOTFOUND: No matching key/data pair found

Is that normal or I missed something in installation process?

in addition I have these too
Code:
postfix/smtpd[28337]: fatal: No server certs available. TLS can't be enabled
postfix/master[14108]: warning: process /usr/libexec/postfix/smtpd pid 28337 exit status 1
postfix/master[14108]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

I'll add this one too it might be relevant
Code:
/usr/lib/chkrootkit-0.48/chkrootkit: cannot make pipe for command substitution: Too many open files in system
/usr/lib/chkrootkit-0.48/chkrootkit: fork: Cannot allocate memory

Thanks in advance.

CentOS 5.4
PHP 5.2.10
ispCP 1.0.4
Running under OpenVZ


RE: Postfix and sasldb2 - BeNe - 03-11-2010 04:30 PM

Code:
fatal: No server certs available. TLS can't be enabled
You have to create your own SSL Cert.
Code:
/usr/lib/chkrootkit-0.48/chkrootkit: cannot make pipe for command substitution: Too many open files in system
/usr/lib/chkrootkit-0.48/chkrootkit: fork: Cannot allocate memory
Your vServer has not enough memory!
Pleas check your OpenVZ beancounters.

Greez BeNe


RE: Postfix and sasldb2 - foxb - 04-05-2010 08:25 AM

(03-11-2010 04:30 PM)BeNe Wrote:  
Code:
fatal: No server certs available. TLS can't be enabled
You have to create your own SSL Cert.
Code:
/usr/lib/chkrootkit-0.48/chkrootkit: cannot make pipe for command substitution: Too many open files in system
/usr/lib/chkrootkit-0.48/chkrootkit: fork: Cannot allocate memory
Your vServer has not enough memory!
Pleas check your OpenVZ beancounters.

Greez BeNe

Finally managed to free some time for above tasks.

I generated my ssl certificate (selfsigned for now).

Postfix works and I can send e-mails with external mail client.

I have another problem related to courier and certificates... but maybe will create new thread for that.

I had to increase beancounters for OpenVZ and for now it soled the problem.

Thanks.