Proftpd directives problem

Discussion in 'Installation/Configuration' started by johny48, Apr 16, 2007.

  1. johny48

    johny48 New Member

    First of all ISPConfig team, thanks for the work so far. I love the controlpanel!

    Problem:
    I made an install from the guide: "The Perfect Setup Debian Sarge", used Debian Etch and it seems to work fine.
    Accept Proftpd.

    When I at a User to a Site, all the directives from other users gets overwritten in the include "/etc/proftpd_ispconfig.conf". :confused:
    Does anyone had this problem before?

    Versions I installed:
    Debian Etch
    ISPConfig 2.2.11
    Proftpd 1.3.0-21
     
    Last edited: Apr 16, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The file /etc/proftpd_ispconfig.conf is there to overwrite settings from the normal proftpd.conf. If you want to add additional settings, add them to the master file in /root/ispconfig/isp/conf/
     
  3. johny48

    johny48 New Member

    Sorry I explane it better. All the virtual hosts are overwritten? Only the newly added virtual user shows in /etc/proftpd_ispconfig.conf. The virtual users I added before via the control panel are gone?

    tnx
     
    Last edited: Apr 16, 2007
  4. johny48

    johny48 New Member

    Reinstalled proftpd
    Code:
    apt-get purge proftpd
    apt-get install proftpd
    
    and recompiled de panel.
    Now only the first user works. When ik add additional users in de panel, no vitual users shows in /etc/proftpd_ispconfig.conf dooh! :eek:
    anyone experiance simular problems?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The file /etc/proftpd_ispconfig.conf never contains virtual users, it contains just one vhost for every IP address. FTP does not need virtual users in this file, the users are stored in /etc/passwd.
     
  6. johny48

    johny48 New Member

    That cleared thinks up
    Sorry, I'm still pretty new to Linux

    thanx till :)
     

Share This Page