Search results

  1. Richard G

    How to change the x selector of DKIM?

    What about the doc I linked too? Can't be more exact for instructions. We're working for years with selector x without any issues. So I don't agree a selector da should be default, then there would be better defaults. But it's working great as it is and easy to change to something custom. The...
  2. Richard G

    Solved Bug on this forum

    It's also quite slow at the moment sometimes.
  3. Richard G

    Solved Bug on this forum

    And I had an issue with quotes. Looks like a quote limit. My post was refused without notice why, but I discovered it got accepted after I removed 2 of the 4 quotes. Very odd.
  4. Richard G

    E-Mails, DNS via DA - AlmaLinux10

    Sorry about the mess, I couln't post my complete reply with the 2 extra quotes, it got refused by the forum software. After removing the quotes it worked. Looks like a quote limit on posts.
  5. Richard G

    E-Mails, DNS via DA - AlmaLinux10

    Wait until you will be using certain redirects on your server, then you will get an issue when trying to reach DA via www.fiefdom.com:2222 and it might also cause some odd mail issues maybe. It's always a strong advise to not use any preserved names for the hostname, so not www, ftp, mail, smtp...
  6. Richard G

    Exim rate limit for emails sent to hotmail.com

    Shouldn't that be done by customisation file or something? Otherwise when extending withing exim.pl it might be overwritten on an update.
  7. Richard G

    Exim rate limit for emails sent to hotmail.com

    I presume you then also registerd for JMPR also in there? We also had a couple of times issues in the beginning. But when your server is not on any other blacklist and no spam is send, then you can deal with them stating them these facts, and that you are a member of both jmpr and snds and you...
  8. Richard G

    Crons not working

    So that means the crond service is running and enabled on startup (so after start or reboot) and cron tasks should be executed. Is it a backup cron or something which is running daily or which kind of cron? Can you post one of the crons which should be running and which is not running now?
  9. Richard G

    Solved kernel not updating

    You're welcome. Please do not forget to change back afterwards. ;) I will adjust my initial post to correct my mistake.
  10. Richard G

    Crons not working

    It's not cron service it's crond service. Check if it's running like this: systemctl status crond
  11. Richard G

    Solved kernel not updating

    Ah yes sorry, my mistake, that is because it's a single mirror, not a list of mirrors. Please change the config. Do -not- use mirrorlist but instead add this line. baseurl=https://eu.edge.kernel.org/almalinux/9.6/BaseOS/$basearch/os/ I just tested this on my server and it picked up the BaseOS...
  12. Richard G

    legacy lifetime server move

    Best way is a choice, also depends on the amount of accounts and email traffic. What we normally do is stop the Exim service on the old server, so new mails will be delayed. But there is a slight risk of loosing mail here, normally mail which can't be delivered is tried later on again. Which is...
  13. Richard G

    Solved kernel not updating

    I'm not aware of any ElRepo Repository, but that's because I ofcourse don't know every repository. If you don't want the mirrors I suggested but one from within your own region, you can do that too. Just look at your mirrorlist and choose another one from that mirrorlist in your repo file...
  14. Richard G

    Solved kernel not updating

    LoL, check post #32. :) Well first you have to know which region it's using now. But since we're having good results, most likely a European region would work. It was something I was just thinking of too this evening of that would be an option. You have to (temporarily) hardcode the mirror...
  15. Richard G

    Solved kernel not updating

    Oh oke I thought this could be reinstalled from the cache. Then I don't understand why it's not updating at all since the yum clean all etc. also did not help and it's exactly the same version Alma as I also have and probably you too. Very odd this.
  16. Richard G

    Solved kernel not updating

    @Audrey I read this: Linux Distribution rhel9 But which one. I'm curious now. Can you do this command: cat /etc/redhat-release and what is the output? I'm on Almalinux 9 and I did not update yet, I do that nightly as a reboot is required after a kernel update, but I get this on a yum...
  17. Richard G

    Solved kernel not updating

    Directadmin does not interfere with the OS. So if no new stuff is provided, then it's an OS issue, not a DA issue, DA does not install the OS. 2.) yes if it's not excluded in yum.conf 3.) You already used the correct lines to install a new kernel if present. yum check-update and yum update
  18. Richard G

    Solved kernel not updating

    Something I haven't read yet or I've overseen maybe. Have you checked your /etc/yum.conf file if maybe a kernel* line is present in the exclude line?
  19. Richard G

    Which Operating System is most stable/common to use with DirectAdmin

    No it's not. A swap partition is not a DA install issue but for should be done in the OS, so if you want a swap partition you can enter that when using the installimage command via SSH if you have a dedicated server or create a swap afterwards like @DrWizzle showed.
  20. Richard G

    Legacy DirectAdmin no longer useful?

    I don't think so, unless you want to host for hobby. Because for those not want to host commercially there is always the personal plus license for only 5/month. For yourself and 1 user if needed. I don't know docker well enough or how that would work, but probably for apps and stuff that might...
Back
Top