> postfix/master[18505]: warning: process /usr/lib/postfix/local pid 24308
> killed by signal 11

Signal 11 a.k.a. SIGSEGV.  We could have found that hours ago,
without being drowned by verbose logging.

What libraries have you linked into Postfix? Do:

        $ ldd /usr/libexec/postfix/local

and ldd those libraries. You may have have a Linux DLL hell problem
(i.e. conflicting versions of SSL, LSAP or Berkeley DB).

To really know WTF is happening requires running local(8) under GDB
or equivalent. For guidance, see the fine manual at DEBUG_README.html.

        Wietse

Reply via email to