Viktor:

I re-compiled without TLS:

make makefiles
make
make upgrade

Restarted postfix and send/receive restored (without TLS)

When I use the following command to compile TLS into my postfix build:

make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS 
-I/usr/local/include/sasl -I/usr/local/ssl/include" AUXLIBS="-L/usr/local/lib 
-L/usr/local/ssl/lib -lsasl2 -lssl -lcrypto"


make
make upgrade


once postfix is restarted with the above commands, postfix fails with:

Apr 12 15:38:07 portus postfix/master[20185]: warning: process 
/usr/libexec/postfix/smtpd pid 20191 killed by signal 11



path to openssl is:
bash-3.00# which openssl
/usr/local/bin/openssl
-bash-3.00# /usr/local/ssl/bin/openssl version
OpenSSL 1.0.1g 7 Apr 2014


Any idea on why TLS is not compiling?  Obvious that "make makefiles 
CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS..." is the culprit, just not 
sure how to fix.
On Saturday, April 12, 2014 2:54 PM, Viktor Dukhovni 
<postfix-us...@dukhovni.org> wrote:
 
On Sat, Apr 12, 2014 at 02:39:15PM -0700, Edward Ray wrote:

> Apr 12 14:33:02 portus postfix/smtpd[10743]: initializing the
> server-side TLS engine
> Apr 12 14:33:02 portus postfix/master[10667]: warning: process 
> /usr/libexec/postfix/smtpd pid 10743 killed by signal 11

Download and re-install mutually compatible vendor distributions of the
Postfix and OpenSSL software.


> Apr 12 14:33:02 portus postfix/master[10667]: warning: 
> /usr/libexec/postfix/smtpd: bad command startup -- throttling

If the symptoms persist, try:

    http://www.postfix.org/DEBUG_README.html#screen

and report a stack trace for the segmentation fault.

-- 
    Viktor.

Reply via email to