I have see this Howto http://dspamwiki.expass.de/Installation/Postfix/DspamWithIspConfig and I must stop on this point Code: ./configure --enable-daemon --enable-clamav --enable-debug --enable-syslog --enable-preferences-extension --enable-long-usernames --enable-domain-scale --enable-virtual-users --with-dspam-home-owner=dspam --with-dspam-home-group=mail --with-dspam-mode=2510 --with-dspam-owner=dspam --with-dspam-group=postfix --with-storage-driver=mysql_drv --with-mysql-includes=/usr/include/mysql --with-mysql-libraries=/usr/lib --with-logdir=/var/log/dspam --prefix=/usr/local/dspam --with-delivery-agent=/usr/sbin/sendmail I have in my order no ./configure.sh script
Are you sure that you downloaded the latest dspam sources and there is no file called "configure" (without .sh) in the folder?
this is my fileslist of dspam Code: aclocal.m4 config.guess CVS LICENSE man scripts autogen.sh config.sub depcomp ltmain.sh missing src autom4te.cache configure doc m4 mkinstalldirs txt CHANGELOG configure.ac INSTALL Makefile.am README UPGRADING compile COPYING install-sh Makefile.in RELEASE.NOTES webui
I have do what the howto want Code: # cvs -z3 -d :pserver:[email protected]:/usr/local/cvsroot login # cvs -z3 -d :pserver:[email protected]:/usr/local/cvsroot checkout dspam
Thats fine, the configure script is there. You might have to run: chmod +x configure before you will be able to start the script.
I have see of original site this Code: In order to build from CVS sources, you will need autoconf, automake, and libtool installed. The versions specifically used in development are listed in configure.ac and Makefile.am. Once you have downloaded the source tree, do the following: cd dspam ./autogen.sh ./configure [options] make && make install