On Thu, Dec 30, 2010 at 06:22:16AM -0500, Mark Khan wrote: > 4. Downloaded the latest version (2.7.2) of postfix. In compiling v2.7.2, > it is extremely important to pass the correct arguments to your compiler. I > used the following commands for Solaris 10: > # make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL-I/usr/include/sasl > -I/usr/local/include/sasl -I/usr/local/lib/sasl2" AUXLIBS="-L/usr/local/lib > -lsasl2"
For a submission service, it is best-practice to also support TLS. If I recall correctly, from the ldd output you posted previously, your original Postfix binaries had support for TLS (and also LDAP, ... but you likely don't need that). -- Viktor.