hi all, i`m looking for an postfix 2.1 rpm for CentOS 3 with TSL support. i tried the rpm form: http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.r... but it doesn`t support tsl.
On Sunday, 16 January 2005, at 18:02:49 (+0100), Support Ev.-Theol. Fak. Uni Bonn wrote:
i`m looking for an postfix 2.1 rpm for CentOS 3 with TSL support. i tried the rpm form: http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.r... but it doesn`t support tsl.
Assuming you mean TLS, try this one:
http://caos.oregonstate.edu/cAos-2/ext/autobuilder/SRPMS/postfix-2.1.5-1.cao...
rpmbuild --rebuild postfix-2.1.5-1.caos.src.rpm should do the trick, assuming you have the build requirements. It's the one I use on all my CentOS servers.
Michael
hi,
http://ftp.wl0.org/official/2.1/RPMS-rhel3-i386/postfix-2.1.5-4.rhel3.i386.r...
This RPM doesn't support TLS.
To obtain RPM that supports TLS, it should Bild it from following SourceRPM. http://ftp.wl0.org/official/2.1/SRPMS/postfix-2.1.5-4.src.rpm
The method of obtaining RPM that supports TLS is as follows.
rpm -ivh http://ftp.wl0.org/official/2.1/SRPMS/postfix-2.1.5-4.src.rpm cd ../SOURCES export POSTFIX_TLS=1 sh make-postfix.spec cd ../SPECS rpmbuild -ba postfix.spec
Tatsuo Sumiguchi