From LedHed's Wiki
Line 28: | Line 28: | ||
<br> | <br> | ||
./configure \ | ./configure \ | ||
− | --sysconfdir=/etc | + | --sysconfdir=/etc \ |
--enable-daemon \ | --enable-daemon \ | ||
--enable-clamav \ | --enable-clamav \ |
Revision as of 06:31, 27 March 2007
To view the compile options on an existing installation of dspam use this command:
dspam --version
My Compile Options
--sysconfdir=/etc \
--enable-daemon \
--enable-clamav \
--with-storage-driver=mysql_drv \
--with-mysql-libraries=/usr/lib/mysql \
--with-mysql-includes=/usr/include/mysql \
--enable-virtual-users \
--enable-preferences-extension \
--enable-debug \
--with-logdir=/var/log/dspam
Down and Dirty Install
wget http://dspam.nuclearelephant.com/sources/dspam-3.X.X.tar.gz
tar -xvzf dspam-3.X.X.tar.gz cd dspam-3.X.X
./configure \ --sysconfdir=/etc \ --enable-daemon \ --enable-clamav \ --with-storage-driver=mysql_drv \ --with-mysql-libraries=/usr/lib/mysql \ --with-mysql-includes=/usr/include/mysql \ --enable-virtual-users \ --enable-preferences-extension \ --enable-debug \ --with-logdir=/var/log/dspam
make && make install
Then set File Permissions and edit /etc/dspam.conf as needed