ISPConfig 3.0.0.5 Beta Released

Discussion in 'General' started by till, Jun 10, 2008.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    You may use any webmail client that supports either pop3 or imap.
     
  2. karailiev

    karailiev New Member

    Hi there!
    I'm now testing ISPConfig 3.0.0.5 and have some questions.
    My server has the address node1.xyz.com.
    I'm trying to add new site.
    So in the sites->domain section I create new record for the domain abc.com.
    Now I need A records for the domain itself and for www.abc.com.

    In the DNS section I add new zone:
    Zone (SOA): abc.com
    NS: node1.xyz.com
    Xfer (IP): [blank]

    After that I try to add some records to that zone:
    Hostname: www
    IP-Address: 123.123.123.123

    How can I add A record for the domain itself?
    When I try with Hostname: * it tells me it's invalid.
    Am I doing something wrong?
    When I try to resolve abc.com and www.abc.com I get the message: A record not found, server failure.
    What is Xfer?

    Any ideas?
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Add a A-Record:

    Hostname: abc.com.
    IP: 123.123.123.123

    The relevant thing is the dot at the end of the hostname. With dot, it is a "absolute" domain name. Without the dot, it is a "relative" domain name which is prepended to the zone. e.g. www (without a dot) results in a A-Recoird for www.abc.com

    This is the normal syntax which is also used by BIND.
     
  4. Snowman

    Snowman Member

    I will let you know .. (next week), i will try to recompile it.
     
  5. karailiev

    karailiev New Member

    I've done this, but http://www.kloth.net/services/dig.php still have no answer section :(
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please use the dig command on the shell for testing:

    dig @localhost abc.com

    If you use any websirvice it may take up to 48 hours until the dns change might have propagated.
     
  7. karailiev

    karailiev New Member


    Code:
    toster:~# dig @localhost daigraem.com
    
    ; <<>> DiG 9.3.4 <<>> @localhost daigraem.com
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 7824
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;daigraem.com.                  IN      A
    
    ;; Query time: 3 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Fri Jul  4 17:19:18 2008
    ;; MSG SIZE  rcvd: 30
    
     
  8. Ben

    Ben ISPConfig Developer ISPConfig Developer

    Maybe the problem that I did / do have with the VM I downloaded of ISPConfg 3.0.0.5.
    Also there I got the refused-error, although the dns service was running -> see the bug mentioned...
     
  9. maxwellb

    maxwellb New Member

    Also patiently waiting...

    Also patiently waiting the production version. :) This is going to be great! Can hardly wait.

    -Max
     
  10. pakogah

    pakogah New Member

    features available?

    does version 3 has mailinglist support? ezmlm / mailman??
    and does it threat a sub-domain like a sub-domain not redirected url..

    and is it going to have a automatic php script installer, like fantastico/installatron ??

    many free webhosting provider like 000webhost and byethost have their 1-click-installer script similar to fantastico.
    000webhost provide guidance, and deploy the file and database directly.
    but byethost seems only extract the zip installer and user have to configure the script themself

    I am prefer the way 000webhost do, not many script available but it can deploy the files and database for the script automatically

    my suggestion scripts that available on 1-click-installer for ispconfig are
    CMS=Joomla
    Blog=Wordpress
    Forum=phpBB3
    Gallery=Coppermine

    just an idea, thank you for your attention.
     
  11. trexen

    trexen Member

    I like thoes ideeas =)
     
  12. HHGAG

    HHGAG New Member

    @till

    the amavisd.conf won't be copied by the installer, so amavaid-new won't be configured and so the mails will be queued by postfix :rolleyes:
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig 3 does not come with its own amavisd conf, this explains why it is not overwritten. The amavisd.conf does not have to be overwritten, ISPConfig replaces just some lines. I installed it today and it worked for me. Please follow exactly the installation instructions that you find in the tar.gz file.
     
  14. aberrio

    aberrio New Member

    Documentation

    Hello, do you have documentation how to install ISPConfig with split servers?
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no documentation beside the descriptions in this thread.
     
  16. aberrio

    aberrio New Member

    I tried but is not working for me, I do have the following configuration.

    ISPConfig Box IP xx.xx.xx.xa
    WEB server IP xx.xx.xx.xb
    DNA Server IP xx.xx.xx.xc
    Mail, MySQL & slave DNA servers IP xx.xx.xx.xd

    Install ISPConfig, only the php files, Install another ISPConfig with web server, but ISP Control box unable to connect with WEB server. What I am missing in here?
     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    The control server is not connectiong to the web server. The webserver is connected to the control server trogh the database. You must use the database login details and hostname of the control server when you install the web server.
     
  18. rocky8800

    rocky8800 New Member

    Howtoforge fourm

    I estimate I can just install the bundles involved for say an http server and then install the burlesquing 3 in adept mode or do I have to install all packages mail, dns, and http, behave on each server even although each server will have particular roles?
    _______________________________________________________
    james
    HP Q5949x
     

Share This Page