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 This will hopefully expose the problem before things get messed up. Normally, smtp will respond with ``status\00\0\0'' (you won't see the \0 though). Wietse