From LedHed's Wiki
Line 10: | Line 10: | ||
'''My Compile Options''' | '''My Compile Options''' | ||
− | --sysconfdir=/etc \<br> | + | --sysconfdir=/etc/dspam \<br> |
--enable-daemon \<br> | --enable-daemon \<br> | ||
--enable-clamav \<br> | --enable-clamav \<br> | ||
Line 18: | Line 18: | ||
--enable-virtual-users \<br> | --enable-virtual-users \<br> | ||
--enable-preferences-extension \<br> | --enable-preferences-extension \<br> | ||
+ | --enable-domain-scale \<br> | ||
--enable-debug \<br> | --enable-debug \<br> | ||
--with-logdir=/var/log/dspam<br> | --with-logdir=/var/log/dspam<br> | ||
Line 36: | Line 37: | ||
--enable-virtual-users \ | --enable-virtual-users \ | ||
--enable-preferences-extension \ | --enable-preferences-extension \ | ||
+ | --enable-domain-scale \ | ||
--enable-debug \ | --enable-debug \ | ||
--with-logdir=/var/log/dspam | --with-logdir=/var/log/dspam |
Revision as of 07:16, 27 March 2007
To view the compile options on an existing installation of dspam use this command:
dspam --version
My Compile Options
--sysconfdir=/etc/dspam \
--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-domain-scale \
--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/dspam \ --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-domain-scale \ --enable-debug \ --with-logdir=/var/log/dspam
make && make install
Then set File Permissions and edit /etc/dspam.conf as needed