Line 27: | Line 27: | ||
− | + | '''Down and Dirty Install'''<br> | |
− | + | <nowiki>wget http://dspam.nuclearelephant.com/sources/dspam-3.X.X.tar.gz</nowiki><br> | |
− | + | tar -xvzf dspam-3.X.X.tar.gz<br> | |
− | + | <br> | |
+ | cd dspam-3.X.X.tar.gz<br> | ||
+ | <br> | ||
+ | ./configure --sysconfdir=/etc\<br> | ||
+ | --enable-daemon\<br> | ||
+ | --enable-clamav\<br> | ||
+ | --with-storage-driver=mysql_drv\<br> | ||
+ | --with-mysql-libraries=/usr/lib/mysql\<br> | ||
+ | --with-mysql-includes=/usr/include/mysql\<br> | ||
+ | --enable-virtual-users\<br> | ||
+ | --enable-preferences-extension\<br> | ||
+ | --with-logdir=/var/log/dspam/\<br> | ||
+ | --enable-debug<br> | ||
+ | <br> | ||
+ | make && make install<br> | ||
+ | <br> | ||
+ | Then set File Permissions and edit /etc/dspam.conf as needed<br> | ||
[[Category:DSpam]] | [[Category:DSpam]] |
Revision as of 20:43, 21 July 2006
DSpam site: http://dspam.nuclearelephant.com
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\
--with-logdir=/var/log/dspam/\
--enable-debug
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.tar.gz
./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\
--with-logdir=/var/log/dspam/\
--enable-debug
make && make install
Then set File Permissions and edit /etc/dspam.conf as needed