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