Search results

  1. Richard G

    DirectSlave/GO 3 - public beta

    Nothing in any of the Directslave logs? Normally the error.log should provide some information. You mean the /etc/named/secondary directory? Or the installation directory?
  2. Richard G

    ConfigServer shutting down as of 31st of August 2025

    As for the migration steps, in our case one can also use install.directadmin.sh instead of just install.sh. It checks some ownerships too. I migrated 3 servers yesterday.
  3. Richard G

    Blocking certain file extensions inside arcive files to stop malware.

    Or well... not DA because it's not DA's task to do so, it's Exim. I'm just wondering... isn't that kind of the same Exim is already doing with the /etc/system_filter.exim file? ## ----------------------------------------------------------------------- # Look for single part MIME messages with...
  4. Richard G

    How to prevent hackers to insert html file into /wp-content/ folder

    Only Wordfence? Did not try Maldetect of any of the ones mentioned by others? Could not harm just to be sure. But it's good you changed everthing to 755 resp. 644.
  5. Richard G

    ConfigServer shutting down as of 31st of August 2025

    Way to the web put the scripts on their github an hour ago. https://github.com/waytotheweb/scripts
  6. Richard G

    Solved Use wildcard to block spam at the end via regexp in bad_sender_hosts, how?

    GREAT! Thank you very much for your effort and extended explication of how this works. I can really use that. If I run in to issues I will take you up on your offer and contact you by pm. Thanks!! (y)
  7. Richard G

    Solved Use wildcard to block spam at the end via regexp in bad_sender_hosts, how?

    Why not? Because... Yes, but the information states when using a .* at the end of the line in a nwildlsearch file, then a ^ is required in the beginning of the line. So you do have to use the ^ in those cases too right? I'm aware of the link, but I can only test regexp strings there as far as...
  8. Richard G

    Cleanup of redis databases/references after account removal.

    Sounds to me as a DA issue. If a user is deleted, then all things belonging to that user should be removed, including running services like redis for such user.
  9. Richard G

    Solved Use wildcard to block spam at the end via regexp in bad_sender_hosts, how?

    I had to read it a couple of times, but combined with the example you gave, yes that makes sense to me. Thank you *very* much!! (y)
  10. Richard G

    User-backups made with AdminBackup created on 1 VPS cause domain-db's errors on other (fresh) VPS

    That is odd, they should be added automatically on restore if you connected your ipv6 to your ipv4 correctly. This would show on creating just a new test domain, then it should show both ipv4 and ipv6. Still an odd situation. I hope it's not a bug or something.
  11. Richard G

    User-backups made with AdminBackup created on 1 VPS cause domain-db's errors on other (fresh) VPS

    Directory's and files also have the same owner? Should indeed not be an issue with a fresh install indeed. Does that also occur if you use the Admin backup/transfer option to move the domain to the new VPS and then restore via the same option?
  12. Richard G

    How to prevent hackers to insert html file into /wp-content/ folder

    Oke that's a choice but in that case you have to take security issues in account as mentioned above by both others. So then best is to find out what the root cause of the problem is. Maldetect might be helpfull to point out if and which scripts/plugins are infected.
  13. Richard G

    Solved Wrong certificate when fetching email

    With imap there is another issue, it's not related to SNI because that should be enabled already if all is well. You shouldn't need that script normally, it can be done automatically. I've struggled a bit with the same issue some time ago. Just add imap to this line in your directadmin.conf...
  14. Richard G

    Solved Use wildcard to block spam at the end via regexp in bad_sender_hosts, how?

    Aha! Thank you very much. From the example's the dot was on a logical place. So I didn't know if it was there because it should be there, or if it was part of the regular expression (as I don't know about RE's). If I can bother you another time, then what would it be if I really wanted the dot...
  15. Richard G

    How to prevent hackers to insert html file into /wp-content/ folder

    It's not a theme which contains the data (unless something special is going on) but the database. It might be a good idea too to setup a test environmont or test domain, look for a theme which looks similar and then test by copying the database into there and see what is possible. But I'm...
  16. Richard G

    How to prevent hackers to insert html file into /wp-content/ folder

    It doesn't matter if it's Wordpress or just html or a community. These are normal values and if hackers succeed to put files in your /wp-content/ folder, than chances are that Wordfence might not help you either. Because you have to figure out the root cause of the issue. Why are hackers...
  17. Richard G

    DirectAdmin 1.682

    Looking good again, especially that the web installer will be asked when no key is provided during setup. Nice update!
  18. Richard G

    Solved Use wildcard to block spam at the end via regexp in bad_sender_hosts, how?

    I don't know regexp so I need some help. The various blacklistfiles in the /etc/virtual directory are based on nwildlsearch which means if you use a * wildcard, it has to be in the beginning of the line for example *.store, you can't use someting.* in these files. That's how I thought this only...
  19. Richard G

    Forwarder not working with Gmail address on receiving end

    Mail address is ok, server too. We did some test via pm. The isssue is only occuring when forwarding to Gmail without content in the mail. However, when sending directly to Gmail without content in the mail, Gmail accepts te mail. So probably the mail will be refused to be forwarded to Gmail or...
  20. Richard G

    Forwarder not working with Gmail address on receiving end

    It looks like you are a hosting customer, not a Directadmin license holder (admin). And in fact this forum is intended for support to Directadmin license holders only and sometimes resellers. Hosting customers should contact their host for support. One of the reasons is that some hosters...
Back
Top