On 5/5/2010 10:18 PM, Wietse Venema wrote:
Evan Borgstrom:
The hardest thing for me to understand about this problem is why nscd is
causing the problem since postfix should be querying the LDAP server
directly.
It does, but glibc routines will invoke nscd for stuff in /etc/nsswitch.conf.
If I remove the ldap: entries from main.cf then the trivial-rewrite
errors go away with nscd running, so what is the postfix ldap module
doing with glibc routines that's causing the trivial-rewrite errors?
What are typical/usual causes of ABRT signals killing trivial-rewrite?
Looking through the source the only place abort() is called is in
util/msg.c but I do not see any "panic" messages in the log.
-E