]> git.xolatile.top Git - emil-xolatile.top.git/commitdiff
blooging
authorEmil Williams <emilemilemil@cock.li>
Tue, 5 Aug 2025 01:26:53 +0000 (01:26 +0000)
committerEmil Williams <emilemilemil@cock.li>
Tue, 5 Aug 2025 01:26:53 +0000 (01:26 +0000)
20250804.html

index d9fdb131d50672ef41c50c00bfedcc7adf24e4d4..49545f93c827d1637bd8b1fe41affb478f2737d2 100644 (file)
@@ -88,7 +88,7 @@ main.cf ->
 smtpd_sender_login_maps = hash:/etc/postfix/sender_login_maps
 </pre>
 <p>
-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.
 </p>
 <pre>
 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.
 </p>
 <p>
+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:
+</p>
+<pre>
+#!/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.
+</pre>
+<p>
 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.
 </p>
 <br/><center>