Search results

  1. Richard G

    Problem w creating NS records for domains

    That is not advised. Best is to only change (if needed) /etc/hosts and /etc/hostname and /etc/resolv.conf but no DNS files. Go into GUI mode, click "nameservers" and setup your namesevers there, use virtual nameservers. Then afterwards under your ambientunes.com domain, check you got the...
  2. Richard G

    Solved DNSSEC & Multi-Server

    Short answer: yes that works out of the box with multi-server setup. However, DNSSEC itself does not work out of the box probably. You need the dnssec=1 in your directadmin.conf file. da config-set --restart dnssec 1 Once you have that, you can generate DNSSEC key, also on user level provided...
  3. Richard G

    Task "action=block_cracking&type=smtp" the email account was not blocked.

    Well maybe kindlike with php mail, where a calculation is made between the daily limit and the hourly send. If the limit is send within a short time the account is blocked, something like that. An hourly mail addition could help anyway. Maybe an option with that where the admin can choose to...
  4. Richard G

    Create a plugin: hello_world.tar.gz (link dead)

    Ah yes indeed. For some reason Chrome just blinks, but does not report anything, at least nog in my Chrome. Edge does give a warning that it can not be securely downloaded, but there I can choose to keep it. Glad I'm a Firefox user, no issues. :)
  5. Richard G

    Create a plugin: hello_world.tar.gz (link dead)

    Exactly which link is dead? I can download and open the hello_word.tar.gz file here.
  6. Richard G

    Task "action=block_cracking&type=smtp" the email account was not blocked.

    I can understand that and is indeed a good option. DA would need a block or suspend account or something, or maybe temporarily, when too many mails are send out. Probably this is not created because the use on shared servers in general is very different. Some users only send out 50 mails a day...
  7. Richard G

    Task "action=block_cracking&type=smtp" the email account was not blocked.

    But did you set a limit of lower than 100? Just to be sure also to verify doublecheck the /etc/virtual/limit and user_limit files. For PHP scripts you might also want to investigate these settings for directadmin.conf which can block some things: disable_php_script_at_limit_minimum=...
  8. Richard G

    DirectAdmin 1.683

    Don't know, I just updated da and did a version update and it's still yes. However, I did upgrade to 15 before the DA update, don't know if that makes any difference.
  9. Richard G

    How to whitelist some IP's?

    No it does not. You have to use one of the /etc/virtual/whitelist_xxxxx files for that, depending on what you want to whitelist. Restart or reload Exim after making changes to these files.
  10. Richard G

    Weird - 3 DA servers went offline

    I don't think so. If this would be the case, then more people would encounter this issue. Indeed 3 in a day is a lot, but that also very well point to a local issue like as said power-outages, lightning struck of something else depending on where they are residing.
  11. Richard G

    Blocking certain file extensions inside arcive files to stop malware.

    It's correct, only things in .zip were checked. Maybe it's a good idea for DA to include your scripts into installations so both rar and zip are checked.
  12. Richard G

    Multi server stopped working

    Thanks. I thought it would look different in Evo but it looks almost exactly the same as in Enhanced. I could have temporarily switched to Evo, but I thought Klasje would know what I ment. ;)
  13. Richard G

    download.configserver.com:443 is down?

    Correct, either upgrade or just disable automatic update in csf.conf and restart csf and lfd and you can keep using it on Alma 9. CSF won't stop working. There will not be a new version on Github, at least not on the github of waytotheweb because they will not develop it further. It's just...
  14. Richard G

    download.configserver.com:443 is down?

    Yes on your current server. Be aware it won't work on RHEL10 releases and also some new Debian or derative but not sure if it's 24.04 or a newer version where it will not work on anymore. But currently you can keep using it. As I wrote before, version 15 only disables auto updating and remove...
  15. Richard G

    download.configserver.com:443 is down?

    No that is not possible anymore. Waytotheweb stopped per august 31th so download.configserver.com is down and won't be up again. To install manually you have to grab it from their github as mentioned before.
  16. Richard G

    download.configserver.com:443 is down?

    Yes I am as "waytotheweb" is the original company from CSF so the creators of csf/lfd. You can also read on their webpage that they stopped but also that they released CSF on their github, you can trust that one. Nothing much will change though, but it will update your version to 15.0 and...
  17. Richard G

    Error code: 200 Error text: parsererror (rejected) It seems that the connection to server has been lost.

    If you have internet, then check if your server is still running correctly. If you are using Chrome, try this: Chrome settings -> Privacy & security -> Site settings -> Cookies & site data -> Allow it if blocked. On any browser, disable ad- and cookie blockeras on that page and see if that...
  18. Richard G

    FFmpeg on AlmaLinux 8.7 with DA Panel

    ChatGPT's results are AI and is not always correct. I would suggest to read this thread. https://forums.almalinux.org/t/how-to-install-ffmpeg/2251/4
  19. Richard G

    lfd on System Integrity checking detected a modified system file

    Manual means manual so yes it can be done but manually. I always do it in this order (also for others interested): da build update da build update_versions where the first command updates DA itself and the second everything from custombuild.
  20. Richard G

    Is custom exim_check_attachment.sh for ESF possible?

    Yes, thank you very much!! (y) I didn't expect that also to work with script files but it does. :) I presume there is no option that packed files for outgong mail are not scanned at all? Because I presume this attachment script also checks incoming mail right? Also because only zip is tested...
Back
Top