Posts by anarking

    Royal, it does not currently work. However, it is mainly based on direct database functions, versus i-mscp hooks, so it is easier for me to make it work than the WHMCS one which is hooks-based and I have no idea how that's all working with the new version of i-mscp. that being said, HostBill is run by an insane person in Poland who keeps breaking EU law and changing prices and licensing every week, while being okay software, the modules don't get updates, and it has a very unstable future because the owner/main developer is a very unstable person with no business or legal sense. I advise against using it.


    Also, he has now said that people that own HostBill after version 4.6.0 cannot have 3rd party modules, only modules that he creates. Which is completely against EU law, and likely why HostBill is saying it can't read the files, because he has put in ILLEGAL code to restrict it. So, you must wait until Kris (Chris) Pajak makes an i-MSCP module (never), or file an EU complaint and/or Polish lawsuit against him. But get your money back from that scumbag.

    your mail server needs a reverse DNS (rDNS or PTR) record for it's IP address to match the server's hostname. otherwise Gmail and others view it as potential spam.

    Ich weiß nicht über die Nachbarschaften, aber ich habe für Wohnungen gesucht. wir besuchten Hamburg für zwei Tage im letzten Jahr und es ist wunderbar. Ich mag Bremen auch, aber es sind keine Arbeits in Brem.


    I don't know how to say... the realtor fees for renting... 2,5 monate!?! crazy! Ich suche für Wohnung mit keine ' realtor fees'. Kaution is gut, aber 'realtor fee' es nicht gut!

    Moin!


    Ich bin nach Deutschland bewegen en zwei monate. Ich spreche kein Deutsch (sehr gut), aber ich versuche. Ich habe eine deutsche Freundin von 1,5 Jahren (here in the states). Wir werden in Hamburg leben und ich werde einen Arbeit finden oder [continue my klein hosting company]. It depends on which VISA I can get.


    tschuldigung, mein Deutsch ist nicht gut genug.


    Ich besuchte Deutschland für zwei Wochen im letzten Jahr, und ich freue mich darauf, im Deutschland leben. Ich mag dein Land :)


    Any advice für mich?

    Okay I'll put one together when I have some free time, as I've set it up a few times and it works very well. There are a feww things to do to make sure all functions keep working when creating/modifying sites so it doesn't revert to old settings (mainly the port change is all). It's not too difficult, and runs very quickly :)

    okay, not check_client_access, you want check_recipient_access


    so: smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_domains, (or whatever you want to call the whitelist file)


    format the file like this:


    mydomain.com OK
    anotherdomain.com OK


    postmap /etc/postfix/recipient_domains


    restart/reload postfix, done.


    that will whitelist recipient domain at whatever stage you enter smtpd_recipient_restrictions in the restrictions list checking.

    you can put a whitelist hash file reference in postfix/main.cf right before the greylist line and then postmap it. it processes synchronously, so will still undergo other checks, if you have greylisting last, and the whitelist check right before it. sorry I don't remember exact syntax, etc. off the top of my head, but that's how I have done it.


    p.s. can you update the software web repository when you get a chance, or give someone else instructions? :)

    okay I noticed some changes in the way a new v 1.1.0-rc2.3 system had a /var/cache/bind/domain.com.db file, a good amount of changes actually, no more "IN" or "3H" for times, etc. I like the new format a lot, but I needed to change the original file to the new format, and then setup proceeded, but DNS is still not working, not sure what's wrong now...
    [hr]
    hey Nux sure, sorry didn't notice until now... I'll pm you the TV details...
    [hr]
    and Nuxwin is awesome. old "imscp-setup --reconfigure ips" from an old master had screwed up db a little bit, few fixes with the new IP getting ID 2 instead of 1, etc. just something to watch out for, if anyone is running a pre-1.1.0-rc2 master.

    Hey guys,


    When trying to upgrade a server from an earlier master after 1.0.3 to 1.1.0-rc2.3, I get the following errors:


    Servers::named::bind::incTimeStamp: Unable to find DNS timestamp entry for
    server1.clarkcountygraphics.com
    Servers::named::bind::addDmnDb: Unable to update timestamp for
    server1.clarkcountygraphics.com
    iMSCP::Debug::END: Exit code is 1!


    This server had an IP change, and when I ran the --reconfigure ips it failed on things because I think the script was probably broken in that master, so I fixed everything, but now get this error when trying to upgrade to rc2.3. Any ideas on what I should fix or how to get around it?


    I have restored (cp -p and rsync -ravt) /etc/imscp/bind/backup files and tried all sorts of things. Any ideas?