Search results

  1. Richard G

    Dovecot 2.4 - CSF/LFD no longer catches failed IMAP/POP logins

    Nice find! Didn't even notice it wasn't working anymore. Care to share the custom line(s) you now use for the regex.custom.pm file?
  2. Richard G

    Problem w creating NS records for domains

    I will try. :) /usr/local/directadmin/directadmin set ipv6 1 restart /usr/local/directadmin/dataskq d Then in DA itself in the IP Manager, add your ipvt like: xx:xx:xx:xx:xx:xx:xx/64 After adding your ipv6 to the ip manager you have to link the ipv6 to the ipv4. Some people make a little...
  3. Richard G

    Weird - 3 DA servers went offline

    Normally from rescue mode you can login to rescue mode or use KVM from datacenter. And then you have to mount the drive manually. After mounting you can change the required files. But if you even can not login to rescue mode of via KVM then it's a real problem. Normally both UUID or /dev/sdX...
  4. Richard G

    max upload size for wordpress

    Additionally, if you're not an admin, please ask your host, because limits migh also be set at the global php.ini file. And this forum is only intended for support to admins, not hosting customers. However, if you have your own server, you can also set limits globally depending on what you...
  5. Richard G

    Weird - 3 DA servers went offline

    Looks indeed something with Almalinux. Very odd that this suddenly happened. Is this a dedicated server or a VPS? I've got some servers too with still 1 line in there to /dev/shm but no problems yet. That could be easily tested by commenting out that mount, put a # in front of it in the...
  6. Richard G

    The service 'php-fpm80' on server -x- is currently down

    Well there you already start to go wrong. You don't install php via apt you install php via custombuild. If you're looking for something and you're not sure, please do not just install something you find on the internet on a server with a panel. Use forum or documentation commands. Reason for...
  7. Richard G

    Problem w creating NS records for domains

    You can always change that manually via DNS administration too, first add the correct one and then remove the incorrect one. I just discovered it seems you did not implement ipv6 correctly in Directadmin. If you want to use it, then on newly created domains, the same ipv6 records (like mail...
  8. Richard G

    Problem w creating NS records for domains

    No seems DA forgot to create something. I'm missing these. If it still don't work after creating this, maybe click save again on that part with the virtual nameservers. If still does create the old ones then probably something else is wrong.
  9. Richard G

    Fresh Install on AlmaLinux 10, Domain Errors

    If you did not setup a domain yet, then the errors almost certainly are caused by missing domain. But you an easily check that by creating one. Normally if you do not do anything, a hostname with ip.ad.res.here-da.direct will be created, but since might be not done correctly due to the fail of...
  10. Richard G

    Problem w creating NS records for domains

    But you still need to configure the rest via the GUI as mentioned (virtual hostnames and check A and AAA for ns1 and ns2 and NS records (2 pieces) for the domain.
  11. Richard G

    Problem w creating NS records for domains

    The hostname in /etc/hostname normally is correct, but it's better to use the full hostname there. So I would suggest to change it to your full FQDN hostname (da.ambientunes.com) instead. Rest looks all fine.
  12. 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...
  13. 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...
  14. 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...
  15. 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. :)
  16. 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.
  17. 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...
  18. 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=...
  19. 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.
Back
Top