14Email.html (2067B)
1 <!DOCTYPE html> 2 <html lang="en-GB"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="author" content="Shipwreckt"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <title>Email</title> 8 <link rel="stylesheet" href="../styles.css"> 9 <link rel="icon" href="../Images/favi.png" type="image/x-icon"> 10 </head> 11 <body> 12 <header> 13 <nav> 14 <ul> 15 <li><a href="../index.html">Home</a></li> 16 <li><a href="../links.html">Links</a></li> 17 <li><a href="../projects.html">Projects</a></li> 18 <li><a href="../contact.html">Contact</a></li> 19 </ul> 20 </nav> 21 </header> 22 <main> 23 <h2>Email and Life update</h2> 24 <h4>30-11-2024 </h4> 25 <hr> 26 <h2>Introduction</h2> 27 <p>Hello there, it has been a long while since I have posted to my website. I have just been busy with life and school.</p><hr> 28 29 <h2>Email</h2> 30 31 <p>If you have tried to look at this website the past few days, you may have noticed that it has been down, and that is because I have been trying to get an email server working again. Sadly God does not want me to set this server up because the VPS provider I was using <a href="">Digital Ocean</a> does not allow port 25, the port needed for Email. I know there is probably a way to tiptoe around this but I cannot be bothered. I have found 3 VPSes that do not block this port so I will hopefully get my awaited email server soon.</p> 32 33 <hr> 34 <h2>School</h2> 35 <p>School has been alright, just long days and homework. I have not had much time to program or mess around with Linux, but now that mocks are over, I might have some more time to mess around and learn. This whole setting up an email server thing is my latest Linux work, but I hope to do some more junk with servers soon.</p> 36 <center><hr> 37 <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Life.html">More about my Life 🍺</a> | <a href="tags/Tech.html">More Tech 🧑💻</a> </pre> 38 </center> 39 </main> 40 </body> 41 </html> 42