manual ispconfig 3

Discussion in 'General' started by ilgio, Mar 30, 2009.

  1. ilgio

    ilgio New Member

    where is a manual of ispconfig 3?

    and what is a first step after install ispconfig 3 ?

    and i will setting perfectly with protection my ISP server

    help me
    thx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There are no manuals for ISPConfig 3 available yet except of the installation instructions.
     
  3. ilgio

    ilgio New Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You dont have to configure anything manually, it is all configured automatically by the ispconfig installer.
     
  5. ilgio

    ilgio New Member

    and after installation ispconfig3 the my server is ready for put online SERVER ISP?

    i have a fear the attack of the hacker

    noo?
     
  6. ilgio

    ilgio New Member

    please
    help me
     
  7. Izinyoka

    Izinyoka New Member

    Dude What are you on about??

    Dude What are you worried about??

    What security issues did you fix?
    The ISPconfig installer configures the mail server, and it is secure.
    Tell me exactly what security holes there are in a default setup.

    if you have to change things, install ISPconfig first, then make changes.

    And by the way, no product manual is going to tell you what to do after you mess up the mailserver installation.
     
  8. HellMind

    HellMind Member

  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Tested on my server Debian lenny, ISPConfig 3.0.1 and I get a access forbidden (403).

    ISPconfig adds rules to protect these directories from being accessed directly for every site created in ispconfig. for example:

    <Directory /var/www/test.int>
    AllowOverride None
    Order Deny,Allow
    Deny from all
    </Directory>

    If this is not added in your configuration then you do not use ISPConfig 3.0.1 or you have modified the vhost templates.

    If you want to protect also directories not created or maintained by ispconfig, simply disable the debian default vhost.
     
  10. HellMind

    HellMind Member

    I'm using 3.0.1 and I didn't modified the vhost templates.

    Where ispconfig adds the deny rules like

    <Directory /var/www/test.int>
    AllowOverride None
    Order Deny,Allow
    Deny from all
    </Directory>

    in test.int.vhost?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, right at the beginning of the file before the vhost definition so that the definition is valid globally for all requests.
     
  12. HellMind

    HellMind Member

    I found if I modify the site cfg, ispc adds that rule,

    I think it's because those sites were created with the previous version of ispconfig.

    Maybe the update tool should rewrites all the .vhost files.
     
  13. ilgio

    ilgio New Member

    yes i'm using 3.0.1 stable.

    after installing my server isp is ready for go?
    or after installing i must configura a single demon? for the best protection and functionally

    after installation in http://mtISP_domain:8080
    which the first step ?
    add a user?
    add a client?
    add a domain?
    add a email?
     
  14. falko

    falko Super Moderator Howtoforge Staff

    Yes.
    Depends on what you want to do. Normally, you create a client first, and then you can create email addresses, web sites, etc.
     

Share This Page