Posts by flames

    mail user passwords are stored twice, hashed and plain.


    IIRC, the plain passwords were added because there was no better way to hand over passwords to webmail, correct me if am wrong.
    same was with ftp passwords.

    @Centzilius, es ist schon möglich Bind auf dem i-MSCP Server als DNS server einzutragen, allerdings benötigt es noch einige Zusatzeinstellungen. Im "Auslieferungszustand" ist er nur für lokale Auflösung auf dem Server konfiguriert, wie g00vER das bereits sagte.


    1. musst Du einen Secondary DNS einrichten
    2. einen Zonen-Transfer von deinem i-MSCP Server auf den Secondary konfigurieren
    3. beide Server, also Primary DNS (dein i-MSCP Server) und secondary DNS müssen in unterschiedlichen Netzen sein (IP Adresse muss sich am dritten Block unterscheiden mindestens, 176.53.XXX.YYY


    Dazu kommt noch, dass i-MSCP zur Zeit die Zonen nicht optimal verwaltet, viele Nics werden deine Konfiguration ablehnen.
    Denic gehört dazu. Siehe dafür das Ticket http://trac.i-mscp.net/ticket/531
    Das Problem ist, dass jede Domain ihre eigenen Nameserver bekommt nsX.domain.tld auf dem localen Nameserver. Somit ist es nicht möglich einen PTR Record (reverse DNS) anzulegen pro Domain. PTR Record ist nämlich im Normalfall IP -> FQHN, und nur einer ist möglich. Es muss also für jede Domain als Nameserver der FQHN des jeweiligen Nameservers in die Zone eingetragen werden.


    Bis das ganze optimiert wurde, nutze lieber die Nameserver deines Registrars, auch wenn es einen Schritt mehr bei der Verwaltung bedeutet.

    Nuxwin, yes ;)


    xister, amazon webshop, 1and1 webshop and many others have a webshop url that looks like userid.shop-provider.tld, so there you can redirect (or use an oldschool iframe to wrap directly into website). but not all rented shop providers have such feature, there are some popular providers that need IN A or IN CNAME record, they cant recognize referrer from which domain you access the server (silly, i know)


    but its offtopic here anyway, so one last thing, alex_joe, there is already a ticket with that feature request in 1.2.0. until that feature is available, you can use one of those methods above.

    salut,


    je recommande utilise la 60 Go partition pour /var et pas seulement pour /var/www et /var/mail parce que dans /var autre dossiers nécessitent beaucoup d'espace, par exemple, /var/log qui pourrait submerger la petite partition de 6 Go
    j'ai une configuration similaire, laissez-moi deviner tu as un serveur OVH?


    encore mieux serait /usr également se déplacer sur la grande partition


    utiliser /etc/fstab pour monter les dossiers


    /var /data/var none bind 0 0
    /usr /data/usr none bind 0 0

    I think i can try explain that too.


    there are onlineshop plattforms, where a customer doesnt just download a shop script to install it on his own hosting, but its just a rented shop hosted on shop providers server, they have apache virtual host for your domain, so you set your domain IN A record to IP of this shop server.


    @alex_joe:
    do you use your i-MSCP server as DNS servers? domains that need a custom IN A record, you could setup DNS servers of your domainregistrar, then set there IN A shopIP and IN MX yourServerHostname. this way you would get exactly what you need.

    1. if you use current git master, you can activate external mail feature to set custom mx records for a domain.
    2. not possible yet, its on wishlist, but nobody can tell you when it will be available. so to resume: you can't change IN A record for main domain.

    you share the volume on second server with nfs, ftp or sftp/ssh, then mount it into a folder on first server.
    but you wont get 1x 4tb volume that way, you will get a 2tb volume with a mounted folder that can contain another 2tb.


    another way is to use a distributed file system, which obviously exceeds your knowledge, so better rent a cloud or one server with 4tb :)