How To Enable TLS/SSL Encryption In Postfix (smtpd)

Author: , December 17th, 2010

Below info copied from http://yocum.org/faqs/postfix-tls-sasl.html Verify that the correct libraries have been linked in: # ldd /usr/libexec/postfix/smtpd You should see the following: smtpd: libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x28096000) libssl.so.3 => /usr/local/lib/libssl.so.3 (0x280aa000) libcrypto.so.3 => /usr/local/lib/libcrypto.so.3 (0x280db000) If you see libsasl2, libssl, and libcrypto, congratulations — the server is ready to support SASL and TLS. Generate an […]

How To Enable LDAPS In PHP

Author: , December 13th, 2010

“TLS_REQCERT never” needs to be inserted into ldap.conf openssl.so and ldap.so must be uncommented in php.ini Check phpinfo() for which php.ini is being loaded Be careful to update the proper ldap.conf – use the one that your openssl installation looks for!