diff --git a/src/content/docs/ispmail-trixie/100-start.md b/src/content/docs/ispmail-trixie/100-start.md index eb31456..3ab3144 100644 --- a/src/content/docs/ispmail-trixie/100-start.md +++ b/src/content/docs/ispmail-trixie/100-start.md @@ -23,7 +23,8 @@ server. limit is the size of your disk. - Have a **webmail** interface so users can access their emails securely from any location using a web browser. - Let your users fetch email using **IMAP** and send email through your servers using **SMTP**. -- Add automatic cryptographic signatures using DKIM to outgoing emails to prove that you are the owner of your domain. +- Add automatic cryptographic signatures using **DKIM** to outgoing emails to prove that you are the owner of your + domain. - Allow users to manage server-based **filter rules**. Distribute incoming emails to different folders. Forward copies. Or send out-of-office notifications. - Mitigate **brute force** attacks. @@ -51,9 +52,10 @@ server. - An **internet domain** (or several) to receive emails for. You need to be able to set A, MX and TXT records for that domain. You should also be able to set PTR records for your IP address because some mail servers on the internet require you to have matching forward and reverse DNS records. -- **Patience**. We will proceed slowly and after every step ensure that are still on track. Don’t hurry and skip parts - even if they appear confusing at first. If you get lost just submit your question at the bottom of any page throughout - this guide and help is on the way. Or join the [chat channel](https://riot.im/app/#/room/#ispmail:matrix.org). +- **Patience**. We will proceed slowly and after every step ensure that you are still on track. Don’t hurry and skip + parts even if they appear confusing at first. If you get lost just submit your question at the bottom of any page + throughout this guide and help is on the way. Or join the + [chat channel](https://riot.im/app/#/room/#ispmail:matrix.org). ## What this is not about diff --git a/src/content/docs/ispmail-trixie/155-database.mdx b/src/content/docs/ispmail-trixie/155-database.mdx index 887499c..e56131e 100644 --- a/src/content/docs/ispmail-trixie/155-database.mdx +++ b/src/content/docs/ispmail-trixie/155-database.mdx @@ -46,7 +46,7 @@ CREATE DATABASE mailserver; ## Create the database users -In this section you will create the basic database `mailserver` and two users: +In this section you will create the basic database called `mailserver` and two users: | User | Permissions | Purpose | | :--------- | :---------- | :--------------------------------------------------------- | diff --git a/src/content/docs/ispmail-trixie/180-relaying.mdx b/src/content/docs/ispmail-trixie/180-relaying.mdx index 67535c4..b969d94 100644 --- a/src/content/docs/ispmail-trixie/180-relaying.mdx +++ b/src/content/docs/ispmail-trixie/180-relaying.mdx @@ -219,7 +219,7 @@ EOF chown root:postfix /etc/postfix/mariadb-email2email.cf chmod u=rw,g=r,o= /etc/postfix/mariadb-email2email.cf -# Tell Postfix to use thi smapping +# Tell Postfix to use this mapping postconf smtpd_sender_login_maps=mysql:/etc/postfix/mariadb-email2email.cf ``` diff --git a/src/content/docs/ispmail-trixie/330-quotas.mdx b/src/content/docs/ispmail-trixie/330-quotas.mdx index 5c112a4..84f465f 100644 --- a/src/content/docs/ispmail-trixie/330-quotas.mdx +++ b/src/content/docs/ispmail-trixie/330-quotas.mdx @@ -8,8 +8,313 @@ sidebar: import { Aside } from "@astrojs/starlight/components"; -