Skip to content

Arch Server Progress

Chitchat
  • So I am thinking maybe I need to do this with the config file and the functions file in the template to get the emailing from wordpress to work when submitting a form?

    I am currently using WP SMTP Mail plugin, which I would think would configure all of this for me when I put in the information.

    https://www.mailersend.com/blog/wordpress-send-email#:~:text=Send an email with the WordPress API and wp_mail() function&text=php files%2C you can call,entered into the wp-config.

    I also need to go back through this to make sure I set all this up correctly as well.

  • I was able to get the email server working appropriately this weekend. So now emails will be sent through to Gmail and such. I has to change the value of what was in my spf record, I added a dmarc and I already had a dkim entry in the DNS. I didn’t have to do anything to the dkim entry. I also had to point postfix to my SSL certificate of the server rather than the self signed one. Now I will be able to work on getting spam detection setup and virus scanning.

    I was pretty happy when everything started working. I was able to do all of these changes without having to reboot the server. That is very nice so there was no down time. Of course using Debian or Ubuntu there is virtualmin that would have done all the configuration for me, but it was actually pretty fun getting things up and running and seeing all the interactions that are required on the backend. It is crazy everything that takes place that you don’t even realize when using the front end like virtualmin.

  • I was able to get the email server working appropriately this weekend. So now emails will be sent through to Gmail and such. I has to change the value of what was in my spf record, I added a dmarc and I already had a dkim entry in the DNS. I didn’t have to do anything to the dkim entry. I also had to point postfix to my SSL certificate of the server rather than the self signed one. Now I will be able to work on getting spam detection setup and virus scanning.

    I was pretty happy when everything started working. I was able to do all of these changes without having to reboot the server. That is very nice so there was no down time. Of course using Debian or Ubuntu there is virtualmin that would have done all the configuration for me, but it was actually pretty fun getting things up and running and seeing all the interactions that are required on the backend. It is crazy everything that takes place that you don’t even realize when using the front end like virtualmin.

    @Madchatthew said in Arch Server Progress:

    Of course using Debian or Ubuntu there is virtualmin that would have done all the configuration for me, but it was actually pretty fun getting things up and running and seeing all the interactions that are required on the backend. It is crazy everything that takes place that you don’t even realize when using the front end like virtualmin.

    Never a more true statement made. Virtualmin, whilst very convenient and “easy” (to a degree) often masks the real effort needed to get something working, and understanding what is “under the hood” is always better. When it breaks, you know where to look to fix.

  • @Madchatthew said in Arch Server Progress:

    Of course using Debian or Ubuntu there is virtualmin that would have done all the configuration for me, but it was actually pretty fun getting things up and running and seeing all the interactions that are required on the backend. It is crazy everything that takes place that you don’t even realize when using the front end like virtualmin.

    Never a more true statement made. Virtualmin, whilst very convenient and “easy” (to a degree) often masks the real effort needed to get something working, and understanding what is “under the hood” is always better. When it breaks, you know where to look to fix.

    @phenomlab yes, and I never realized how in depth and how many processes it takes to manually do what Virtualmin does and I have a new found respect for everything that needs to happen for Virtualmin to make a virtual host and for everything to work.

  • @phenomlab yes, and I never realized how in depth and how many processes it takes to manually do what Virtualmin does and I have a new found respect for everything that needs to happen for Virtualmin to make a virtual host and for everything to work.

    @Madchatthew it really is a great product - you cannot argue that.

  • @Madchatthew it really is a great product - you cannot argue that.

    @phenomlab said in Arch Server Progress:

    @Madchatthew it really is a great product - you cannot argue that.

    100% agree!

  • So I have been battling the email server for a long time it feels like. I believe I have finally figured it out and what I needed to change to get it to work appropriately. I ended up having to change the server name and added mail.domain.com to it. I think I could have used anything, not just mail to get this to work. I could have used server1.domain.com or whatever word I wanted. This has to do with the reverse dns that you set in the settings for the server in the hosting companies dashboard. From my understanding, it seems to have something to do with how dmarc or dkim works. I can’t remember 100% off the top of my head right now. Then in the dns of the domain name, which is hosted on another site, i added mail.domain.com as an alias. All of those things point to the same IP, so I don’t think I would have had to add that with how things were set initially with domain.com.

    I hope that makes sense. I then had to go into the server and change some of the configuration files for postfix, postfixadmin and change the domain.com entries to mail.domain.com and restart those services. Then I deleted the domains and mailboxes I created for postfix and recreated them. Then all of a sudden all of my test emails were delivered to the email addresses I created and to my gmail account. Now I just have to test the other email account I made and I should be good to go.

    The awesome thing about changing the server name, is that I didn’t have to restart the server for it to take effect. You edit your /etc/hostname file and type the name you want your server to be. Then you type hostnamectl set-hostname <new_hostname> and then in the console you can type in hostnamectl and it will show the new hostname.

  • So I have been battling the email server for a long time it feels like. I believe I have finally figured it out and what I needed to change to get it to work appropriately. I ended up having to change the server name and added mail.domain.com to it. I think I could have used anything, not just mail to get this to work. I could have used server1.domain.com or whatever word I wanted. This has to do with the reverse dns that you set in the settings for the server in the hosting companies dashboard. From my understanding, it seems to have something to do with how dmarc or dkim works. I can’t remember 100% off the top of my head right now. Then in the dns of the domain name, which is hosted on another site, i added mail.domain.com as an alias. All of those things point to the same IP, so I don’t think I would have had to add that with how things were set initially with domain.com.

    I hope that makes sense. I then had to go into the server and change some of the configuration files for postfix, postfixadmin and change the domain.com entries to mail.domain.com and restart those services. Then I deleted the domains and mailboxes I created for postfix and recreated them. Then all of a sudden all of my test emails were delivered to the email addresses I created and to my gmail account. Now I just have to test the other email account I made and I should be good to go.

    The awesome thing about changing the server name, is that I didn’t have to restart the server for it to take effect. You edit your /etc/hostname file and type the name you want your server to be. Then you type hostnamectl set-hostname <new_hostname> and then in the console you can type in hostnamectl and it will show the new hostname.

    @Madchatthew Impressive stuff. Postfix can be quite the beast to tame, but it sounds like you’ve managed really well here.

  • @Madchatthew Impressive stuff. Postfix can be quite the beast to tame, but it sounds like you’ve managed really well here.

    @phenomlab Thank you! I appreciate that!! I have been struggling with it. Now I need to go through and do some research and tests to make sure that it is secure and that no one else can use it as a passthrough, or route through it to send their own emails. During the setup it touches on those things, but I am sure there is more things I should be doing.

  • So today is 201 days that my Arch Server has been up and running without a reboot. Updates average one to 1 1/2 weeks. One of the updates this week was Mariadb. That went without a hitch and the websites kept on a runnin. I am pretty happy with this setup and so far Arch has not let me down. I would probably be comfortable going two weeks between updates, but I don’t want to push it. I am sure there will be a time where I will miss a couple of weeks for whatever reason.

    You will see that there are some resources being used there and that was during one of the Wordpress sites for my brother in law updating. Once Wordpress was done updating, they basically went back down to zero, well almost zero.

    image.png

  • So today is 201 days that my Arch Server has been up and running without a reboot. Updates average one to 1 1/2 weeks. One of the updates this week was Mariadb. That went without a hitch and the websites kept on a runnin. I am pretty happy with this setup and so far Arch has not let me down. I would probably be comfortable going two weeks between updates, but I don’t want to push it. I am sure there will be a time where I will miss a couple of weeks for whatever reason.

    You will see that there are some resources being used there and that was during one of the Wordpress sites for my brother in law updating. Once Wordpress was done updating, they basically went back down to zero, well almost zero.

    image.png

    @Madchatthew Pretty amazing. has it really been 201 days already? Only seems like yesterday you set this up. Where does the time go?

  • @Madchatthew Pretty amazing. has it really been 201 days already? Only seems like yesterday you set this up. Where does the time go?

    @phenomlab I know right. It feels like it was just yesterday I set this up to me as well. I saw that and was like, wait, what? To be honest, this has so far been the most stable setup I have used. Even when using Debian, and Ubuntu before that, I would have to restart the server after some of their updates due to them requiring it. It is also nice to know that when new versions of Arch are released I don’t have to rebuild the server from scratch.

    I remember every time a new release of Ubuntu or Debian came out, I would have to install and setup a new server to ensure that things would work appropriately. Every time I would attempt an upgrade, things wouldn’t work correctly or the server would be super slow. I am not knocking either of these operating systems, I like them as well. I am just excited that I won’t need to rebuild the Arch server, unless of course some something happens to the server, but then that is why I do a daily backup so hopefully can just restore and hold off on a update.

  • @phenomlab I know right. It feels like it was just yesterday I set this up to me as well. I saw that and was like, wait, what? To be honest, this has so far been the most stable setup I have used. Even when using Debian, and Ubuntu before that, I would have to restart the server after some of their updates due to them requiring it. It is also nice to know that when new versions of Arch are released I don’t have to rebuild the server from scratch.

    I remember every time a new release of Ubuntu or Debian came out, I would have to install and setup a new server to ensure that things would work appropriately. Every time I would attempt an upgrade, things wouldn’t work correctly or the server would be super slow. I am not knocking either of these operating systems, I like them as well. I am just excited that I won’t need to rebuild the Arch server, unless of course some something happens to the server, but then that is why I do a daily backup so hopefully can just restore and hold off on a update.

    @Madchatthew You have a good point about the server needing to be rebooted - specifically after a kernel update, and this is something I’ve noticed on increasing occasions with Ubuntu.



30/33

31 Mar 2025, 03:09


Related Topics
  • 1 Votes
    3 Posts
    275 Views
    @phenomlab you are very welcome. I have bookmarks but it is also nice to have this info out there for other people to use as well, and also a place I can go to grab it again if I lose my bookmarks haha
  • 2 Votes
    10 Posts
    193 Views
    @phenomlab this looks very nice as well. It is nice that they keep the KDE Neon a rolling release so you will get those updated apps even though Ubuntu isn’t a rolling release. Is it a rolling distro? KDE neon is rolling for KDE software. The Ubuntu base OS is not, but certain packages will be updated as needed to support KDE software requiring newer library versions than what is provided by Ubuntu. Apps from the main repositories are not rolling either, and therefore can be up to two years old. Users are encouraged not to use them, and to instead get apps from Snap or Flatpak using KDE’s Discover app store. In neon, Discover is set up to only show apps from these sources, filtering out apps from the repositories.
  • 0 Votes
    10 Posts
    295 Views
    @Madchatthew hmm, yes, that might be problematic.
  • 0 Votes
    4 Posts
    804 Views
    @DownPW most of this really depends on your desired security model. In all cases with firewalls, less is always more, although it’s never as clear cut as that, and there are always bespoke ports you’ll need to open periodically. Heztner’s DDoS protection is superior, and I know they have invested a lot of time, effort, and money into making it extremely effective. However, if you consider that the largest ever DDoS attack hit Cloudflare at 71m rps (and they were able to deflect it), and each attack can last anywhere between 8-24 hours which really depends on how determined the attacker(s) is/are, you can never be fully prepared - nor can you trace it’s true origin. DDoS attacks by their nature (Distributed Denial of Service) are conducted by large numbers of devices whom have become part of a “bot army” - and in most cases, the owners of these devices are blissfully unaware that they have been attacked and are under command and control from a nefarious resource. Given that the attacks originate from multiple sources, this allows the real attacker to observe from a distance whilst concealing their own identity and origin in the process. If you consider the desired effect of DDoS, it is not an attempt to access ports that are typically closed, but to flood (and eventually overwhelm) the target (such as a website) with millions of requests per second in an attempt to force it offline. Victims of DDoS attacks are often financial services for example, with either extortion or financial gain being the primary objective - in other words, pay for the originator to stop the attack. It’s even possible to get DDoS as a service these days - with a credit card, a few clicks of a mouse and a target IP, you can have your own proxy campaign running in minutes which typically involves “booters” or “stressers” - see below for more https://heimdalsecurity.com/blog/ddos-as-a-service-attacks-what-are-they-and-how-do-they-work @DownPW said in Setting for high load and prevent DDoS (sysctl, iptables, crowdsec or other): in short if you have any advice to give to secure the best. It’s not just about DDos or firewalls. There are a number of vulnerabilities on all systems that if not patched, will expose that same system to exploit. One of my favourite online testers which does a lot more than most basic ones is below https://www.immuniweb.com/websec/ I’d start with the findings reported here and use that to branch outwards.
  • 2 Votes
    3 Posts
    428 Views
    @DownPW odd indeed. Looks like it’s spawning, immediately dying, then spawning again.
  • Is plesk good over virtual min?

    Solved Linux 23 Jan 2022, 18:16
    4 Votes
    6 Posts
    740 Views
    @phenomlab thank you
  • 2 Votes
    20 Posts
    2k Views
    @elhana-fine Yes that will happen of course if you still choose to restart the NGINX service after making a change and the test fails. The test on it’s own will state the error and the line number allowing you to fix that first
  • 3 Votes
    18 Posts
    2k Views
    @justoverclock Not necessarily. You only need to use this if it fails from the Virtualmin window