Search results

  1. Richard G

    User account emails not sending out

    Is something which always can be tried. But if that indeed changed something, then something else was changed in the configuration without rebuilding when required or not updated, because normally just rebuilding does not change anything existing. However, one can always try to see if this fixes...
  2. Richard G

    Advice on AlmaLinux 10: fail2ban instead of discontinued CSF?

    It seems you can install iptables on Almalinux 10. I read from somebody that he did and he got CSF working. But I can't confirm it momentarily. However, if this is correct then you could still keep using CSF. At this moment DA is still thinking about what they are going to do, hope they will...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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.
  11. 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...
  12. 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.
  13. 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.
  14. 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...
  15. 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...
  16. 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...
  17. 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. :)
  18. 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.
  19. 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...
Back
Top