From 1d668e68d004744b90b9e8f6a1e284574e265de4 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 5 Aug 2025 01:26:53 +0000 Subject: [PATCH] blooging --- 20250804.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/20250804.html b/20250804.html index d9fdb13..49545f9 100644 --- a/20250804.html +++ b/20250804.html @@ -88,7 +88,7 @@ main.cf -> smtpd_sender_login_maps = hash:/etc/postfix/sender_login_maps

-I use the authentication system provided by Dovecot. Postfix then matches that to an account. In the above, emil can log into everything everywhere no matter what. While exampleaccount is cucked into only having that handle. +I use the authentication system provided by Dovecot. Postfix then matches that to an account. In the above, emil can log into everything everywhere no matter what. While exampleaccount is cucked into only having that handle. I've thought about setting up an account management page, but I also like torturing people into using extremely long passwords. If you don't use a password manager you deserve pain and suffering.

 main.cf ->
@@ -100,6 +100,17 @@ message_size_limit = 104857600
 This limits email size and quantity in 24 hours (though this may not actually be by the period of the day, but rather whenever Postfix is restarted, but I can't tell which.) All of the domains point their mx. domain to mx.chud.cyou as to minimize the need for several certs in one program, which is a rare treat anyhow.
 

+Some loser on the IRC didn't make backups, lost all of his shit. He was also using Windows, and he caused the fault in his system by fucking with Windows. Make backups. Here's the shitty backup script the server runs: +

+
+#!/bin/sh
+dir=$(date +"%y%m%d")
+mkdir -p $dir
+cp -a ../etc ../home ../opt ../root ../srv ../var $dir/
+apt list --installed > $dir/installed
+echo done.
+
+

I'm leaving out a bunch of shit because I did this all last month but just know that there's way more to it and it's going to explode if you fuck with it. Overall the server is doing decently and still not rapidly degenerating. Give it twenty two seconds.


-- 2.39.5