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 need to search your logfiles for lines with the word "panic". >> >> Wietse > > That word is not in any log file. Postfix uses > /var/log/mail.{log,info,err,warn}.
If signal 6 is SIGABRT on your system, it is likely what trivial-rewrite called the abort() system call. If it was called from Postfix code, and not a library module, there should be a "panic" syslog message. Otherwise, perhaps your LDAP is using GNUTLS (it used to exit() in the library when entropy was not available, perhaps it now aborts...), or you have other library issues. > Do I need to enable debug or something? I'm using Debian and the official > repository... Debian does I believe have SIGABRT == 6. So check out the dependencies of the LDAP library, check for chroot jails that lack /dev/urandom, ... -- Viktor.