1-C UCSPI-TCP & UCSPI-SSL

This is an extremely important part of this installation and the base of IPv6 support.

The TCP package is already installed via tcp, so we proceed with SSL. We'll apply Fefe's IPv6 patch.

You can download ucspi-ssl from here too in case the superscript site doesn't work.

 

cd /usr/src

wget http://www.qmailboulders.com.ar/sites/default/files/ucspi-ssl-0.70.tar_.gz
#sometimes the following doesn't work so I uploaded ucspi-ssl to my site

#wget http://www.superscript.com/ucspi-ssl/ucspi-ssl-0.70.tar.gz
wget http://www.bltweb.net/qmail/ucspi-ssl-0.70-ipv6.patch
tar -xzf ucspi-ssl-0.70.tar.gz
cd host/superscript.com/net/ucspi-ssl-0.70
patch -p1 < ../../../../ucspi-ssl-0.70-ipv6.patch
package/compile
package/install

 

CENTOS:

You will need to install ucspi-tcp manually.

cd /usr/src

wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
wget http://www.bltweb.net/qmail/ucspi-tcp-0.88-ipv6.patch
tar -xzf ucspi-tcp-0.88.tar.gz
cd ucspi-tcp-0.88
patch -p1 < ../ucspi-tcp-0.88-ipv6.patch
make
make setup