From e44e891d578a64ecbba5894cfab582448f0de3fe Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 20 Aug 2025 19:26:47 +0200 Subject: [PATCH] added hint on chroot --- ...nstall-packages.md => 140-install-packages.mdx} | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) rename src/content/docs/ispmail-trixie/{140-install-packages.md => 140-install-packages.mdx} (85%) diff --git a/src/content/docs/ispmail-trixie/140-install-packages.md b/src/content/docs/ispmail-trixie/140-install-packages.mdx similarity index 85% rename from src/content/docs/ispmail-trixie/140-install-packages.md rename to src/content/docs/ispmail-trixie/140-install-packages.mdx index 492d619..739ac48 100644 --- a/src/content/docs/ispmail-trixie/140-install-packages.md +++ b/src/content/docs/ispmail-trixie/140-install-packages.mdx @@ -6,6 +6,8 @@ sidebar: order: 140 --- +import { Aside } from "@astrojs/starlight/components"; + Let's install the necessary Debian packages. Run this command as root on your server as _root_: ```sh @@ -17,6 +19,8 @@ DEBIAN_FRONTEND=noninteractive \ roundcube-sqlite3 roundcube swaks ufw mutt \ crowdsec crowdsec-firewall-bouncer unattended-upgrades \ mariadb-server + +postfix chroot off ``` While the server is downloading and installing the packages, let me give you a quick explanation of each package: @@ -57,6 +61,12 @@ While the server is downloading and installing the packages, let me give you a q - **unattended-upgrades** \ Installs security updates automatically. -TODO: move crowdsec into optional chapter + + +TODO: move crowdsec into optional chapter