---- Original Message ----
From: "Wietse Venema" <[EMAIL PROTECTED]>
To: "Postfix users" <postfix-users@postfix.org>
Sent: Tuesday, November 11, 2008 3:58 PM
Subject: Re: Problems with running postfix
Lars Ebeling:
warning: process /usr/libexec/postfix/smtp pid 17858 killed by
signal 11
You seem to have DLL hell.
To debug by hand, try:
# gdb /usr/libexec/postfix/smtp -S
# gdb /usr/libexec/postfix/smtp -u -S
# /opt/csw/bin/gdb /usr/libexec/postfix/smtp -S
/opt/csw/bin/gdb: unrecognized option `-S'
/Lars