Raspberry Pi OS can run as a web server and mail server effectively.
Raspberry Pi OS can run as a web server and mail server effectively.
Hello everyone! I own a Raspberry Pi that I initially got just for experimenting. It lets me try various Linux distributions without worrying about dual booting my main OS. Now I’m looking to use it as a web server for hosting my site and email, but there are so many options and software choices! Any recommendations or personal stories would be great. Thanks! - BenneMus
Raspian works well, just set up Apache and you're ready. However, maintaining a stable IP address is important for your mail server since your IP changes frequently. You won't be able to send consistent mail unless you have a fixed address. You can use a client that handles incoming mail and forwards it through a larger service. If you're using Raspian, add the following command in your SSH client: sudo apt-get install apache2 php5 libapache2-mod-php5. Create a group called www-data and add it to the user list with usermod -g. Restart your service afterward. With MobAxTerm, you can easily drag files onto the Raspberry and manage them in the web server directory. You can download it for free from the provided link.
It's feasible, though you'll need to do your own investigation. It shouldn't be overly complicated.
I’ve experimented with many of these before, but I’m looking for fresh options. Custom OS builds are popular for this kind of work. Hopefully, someone here has a recommendation you haven’t heard of. Thanks!