Things must be installed in the following sequence :
Installing sendmail or postfix is out of the scope of this documentation. Specific information on how to configure these MTA can be found at Quick Start.
# gunzip -c sendmail.8.14.4.tar.gz | tar xf - # cd sendmail-8.14.4
dnl dnl Enable libmilter with a pool of workers APPENDDEF(`conf_libmilter_ENVDEF',`-D_FFR_WORKERS_POOL=1 -DMIN_WORKERS=4') dnl dnl Use poll instead of select APPENDDEF(`conf_libmilter_ENVDEF',`-DSM_CONF_POLL=1') dnl Enable IPv6 APPENDDEF(`conf_libmilter_ENVDEF',`-DNETINET6=1') dnl
# cd libmilter # ./Build # ./Build install
Just type :
./configure make su make install
You don't need anything other than a computer, some flavor of the UNIX Operating System (SunOS, FreeBSD or Linux) and an MTA (sendmail or postfix).
There are very few things you can/may configure at compile time. If you really need to do configure it in a non standard way, you'll probably find useful to take a look at compile.conf file inside distribution tree.
Have a look then at Quick Start
Coming soon !!!
Just get ze-easy-install from ze-filter web site :
# wget http://foss.jose-marcio.org/download/tools/ze-easy-install # chmod +x ze-easy-install # ./ze-easy-install
To update your filter, launch :
# ze-easy-install update stable