DSPAM + ISPConfig

Discussion in 'Installation/Configuration' started by planet_fox, Nov 28, 2007.

  1. planet_fox

    planet_fox Member HowtoForge Supporter

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Are you sure that you downloaded the latest dspam sources and there is no file called "configure" (without .sh) in the folder?
     
  3. planet_fox

    planet_fox Member HowtoForge Supporter

    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
    
     
  4. planet_fox

    planet_fox Member HowtoForge Supporter

    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
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats fine, the configure script is there. You might have to run:

    chmod +x configure

    before you will be able to start the script.
     
  6. planet_fox

    planet_fox Member HowtoForge Supporter

    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
    
     
  7. planet_fox

    planet_fox Member HowtoForge Supporter

    Yes you have right :)

    Code:
    chmod +x configure
    ./configure is run
     

Share This Page