Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-22 Thread Jon Kristensen
Thanks for your help. I created the /dev/urandom device file and recompiled Postfix with SSL instead of TLS and now everything works like a charm! Warm regards, Jon Kristensen

Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
Hello! I'm getting some throttling/trivial-rewrite/problem talking to service errors when enabling LDAP with Postfix. My virtual map seems to work using postmap: cybersec:~# postmap -q jon.kristen...@cybersec.se ldap:/etc/postfix/virtual_mailbox_maps.cf /var/mail/virtual/cybersec/csjonkri/

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Wietse Venema
Jon Kristensen: cybersec:~# tail -f /var/log/mail.log Jul 13 14:28:52 cybersec postfix/master[2422]: warning: process /usr/lib/postfix/trivial-rewrite pid 2457 killed by signal 6 You need to search your logfiles for lines with the word panic. Wietse

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
On 7/13/2010 5:42 PM, Wietse Venema wrote: Jon Kristensen: cybersec:~# tail -f /var/log/mail.log Jul 13 14:28:52 cybersec postfix/master[2422]: warning: process /usr/lib/postfix/trivial-rewrite pid 2457 killed by signal 6 You need to search your logfiles for lines with the word panic.

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Victor Duchovni
On Tue, Jul 13, 2010 at 05:58:53PM +0200, Jon Kristensen wrote: On 7/13/2010 5:42 PM, Wietse Venema wrote: Jon Kristensen: cybersec:~# tail -f /var/log/mail.log Jul 13 14:28:52 cybersec postfix/master[2422]: warning: process /usr/lib/postfix/trivial-rewrite pid 2457 killed by signal 6 You

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
On 7/13/2010 6:07 PM, Victor Duchovni wrote: perhaps your LDAP is using GNUTLS (it used to exit() in the library when entropy was not available The LDAP library does indeed use GNU TLS: cybersec:~# ldd /usr/sbin/slapd | grep tls libgnutls.so.26 = /usr/lib/libgnutls.so.26 (0xb7526000)

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Victor Duchovni
On Tue, Jul 13, 2010 at 06:19:19PM +0200, Jon Kristensen wrote: On 7/13/2010 6:07 PM, Victor Duchovni wrote: perhaps your LDAP is using GNUTLS (it used to exit() in the library when entropy was not available The LDAP library does indeed use GNU TLS: cybersec:~# ldd /usr/sbin/slapd | grep

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Quanah Gibson-Mount
--On Tuesday, July 13, 2010 12:49 PM -0400 Victor Duchovni victor.ducho...@morganstanley.com wrote: Test with chroot off, if that fixes it, either GNUTLS or Postfix is unhappy in the jail, and given lack of panic log entries, I am guessing GNUTLS, but the evidence is not yet conclusive. As a