oder of pages fixed
This commit is contained in:
parent
6f5cbd21aa
commit
977a3e5193
6 changed files with 19 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
label: "ISPmail for Debian 12",
|
label: "ISPmail for Debian 12",
|
||||||
// slug: "ispmail-bookworm",
|
// slug: "ispmail-bookworm",
|
||||||
autogenerate: { directory: "ispmail-debian-12" },
|
autogenerate: { directory: "ispmail-bookworm" },
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// label: "Reference",
|
// label: "Reference",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
title: ISPmail guide for Debian 12 “Bookworm”
|
title: Start here
|
||||||
lastUpdated: 2023-09-24
|
lastUpdated: 2023-09-24
|
||||||
slug: ispmail-bookworm
|
slug: ispmail-bookworm
|
||||||
|
sidebar:
|
||||||
|
order: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
Once upon a time there were many mail servers on the internet. If your organisation wanted to receive and send emails then you would have your system administrator set up a mail server. He would add a DNS record and create a cryptic Sendmail configuration file.
|
Once upon a time there were many mail servers on the internet. If your organisation wanted to receive and send emails then you would have your system administrator set up a mail server. He would add a DNS record and create a cryptic Sendmail configuration file.
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
title: What's new
|
title: What's new
|
||||||
lastUpdated: 2023-09-24
|
lastUpdated: 2023-09-24
|
||||||
|
slug: ispmail-bookworm/whats-new
|
||||||
|
sidebar:
|
||||||
|
order: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Migrating from your old (Bullseye) server
|
title: Migrating from your old (Bullseye) server
|
||||||
|
lastUpdated: 2023-09-24
|
||||||
|
slug: ispmail-bookworm/migrating-from-a-bullseye-to-a-bookworm-server
|
||||||
|
sidebar:
|
||||||
|
order: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
import MultipleChoice from '../../../components/MultipleChoice.astro';
|
import MultipleChoice from '../../../components/MultipleChoice.astro';
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
title: The big picture
|
title: The big picture
|
||||||
|
lastUpdated: 2023-09-24
|
||||||
|
slug: ispmail-bookworm/big-picture
|
||||||
|
sidebar:
|
||||||
|
order: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
The mail server that you are about to set up uses several software components. Let me first explain briefly what the purpose of each software is:
|
The mail server that you are about to set up uses several software components. Let me first explain briefly what the purpose of each software is:
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Types of email domains
|
title: Types of email domains
|
||||||
|
lastUpdated: 2023-09-24
|
||||||
|
slug: ispmail-bookworm/types-of-email-domains
|
||||||
|
sidebar:
|
||||||
|
order: 50
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Aside } from "@astrojs/starlight/components";
|
import { Aside } from "@astrojs/starlight/components";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue