instalation fails

Discussion in 'Installation/Configuration' started by irobot, Mar 26, 2015.

  1. irobot

    irobot New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exect error do you get?
     
  3. irobot

    irobot New Member

    something like php command not ...........
    i have a feeling i need to install alot more before running the installer
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You just have to follwow the tutorial step by step, it installs all required packages. You seem to have left out at lesat the php installation chapter.
     
  5. irobot

    irobot New Member

    thnx for the reply
    yesterday i gave it a try again and i finaly got it right :oops:
    i only encountered 1 problem
    https://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p4
    the jail.local file
    when i put the data
    Code:
    [pureftpd]
    enabled  = true
    port     = ftp
    filter   = pureftpd
    logpath  = /var/log/syslog
    maxretry = 3
    [dovecot-pop3imap]
    enabled = true
    filter = dovecot-pop3imap
    action = iptables-multiport[name=dovecot-pop3imap, port="pop3,pop3s,imap,imaps", protocol=tcp]
    logpath = /var/log/mail.log
    maxretry = 5
    [sasl]
    enabled  = true
    port     = smtp
    filter   = sasl
    logpath  = /var/log/mail.log
    maxretry = 3
    in the file and restart it fails
    when i leave the jail.local file empty fail2ban will start
    so i must be doing something wrong here can you please advise
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to copy / paste the exact file from the tutorial ncl. blank lines and all whitespaces to your server and ensure that the two other files are correct as well.
     
  7. irobot

    irobot New Member

    thnx i will give it a try when i get home
     

Share This Page