Posts by Lazarevics

    Névszerverrel sincs semmi gond, a wildcardot viszont neked kell a sablonba betenni. Meg még sok kis apróság, ezt majd úgyis látod menet közben..

    Szerintem nem, bár nekem Ubuntun fut. Ennél egyszerűbb valóban nem lehet. Letölt=>kicsomagol=>./imscp-autoinstall és megvárod míg végez.


    Nekem az utolsó stable van fent 1.0.3.0, de a bétákat is nézegetem virtualis gépen

    cd ./imscp


    épp az előbb húztam fel egyet.


    Mondjuk a de nem igazán sikerül működésre bírni nem tartalmaz túl sok infót. (konkrétan semmit)

    Sorry 4 my english!


    As of today, I treat my own domain, and immediately disappeared from my sub domain. If you have this problem, it can help:
    i-mscp 1.0.3.0
    open and edit the following files:


    /etc/imscp/bind/working/domain.tld.db and
    /var/cache/bind/domain.tld.db


    add the following entry, so
    *.domain.tld. IN A xx.xx.xxx.xxx


    Code
    1. $TTL 12H$ORIGIN domain.tld.@ IN SOA ns1.domain.tld. postmaster.domain.tld. (; dmn [domain.tld] timestamp entry BEGIN. 2012080225 ; Serial; dmn [domain.tld] timestamp entry END. 8H ; Refresh 2H ; Retry 7D ; Expire 1D ; Minimum TTL) IN NS ns1.domain.tld. IN NS ns2.domain.tld. IN MX 10 mail.domain.tld.domain.tld. IN A xx.xx.xxx.xxx*.domain.tld. IN A xx.xx.xxx.xxx. . .


    the serial numbers do not forget to increase
    e.g.: 2012080225 ; Serial to 2012080226 ; Serial


    that in future it should be automatic, modify this template to two:


    /etc/imscp/bind/parts/db_e.tpl


    this:

    Code
    1. . . .{DMN_NAME}. IN {IP_TYPE} {DMN_IP}www IN {IP_TYPE} {DMN_IP}. . .


    to this:

    Code
    1. . . .{DMN_NAME}. IN {IP_TYPE} {DMN_IP}*.{DMN_NAME}. IN {IP_TYPE} {DMN_IP}www IN {IP_TYPE} {DMN_IP}. . .


    and:
    /etc/imscp/bind/parts/db_master_e.tpl


    this:

    Code
    1. . . .{DMN_NAME}. IN A {DMN_IP}www IN A {DMN_IP}. . .


    to this:

    Code
    1. . . .
    2. {DMN_NAME}. IN A {DMN_IP}
    3. *.{DMN_NAME}. IN A {DMN_IP}
    4. www IN A {DMN_IP}
    5. . . .


    that's it, done