From dbe05b97f5e26a45635685fc255d9a183947d828 Mon Sep 17 00:00:00 2001 From: furstblumier <7149167+furstblumier@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:22:45 +0200 Subject: [PATCH] fix list --- .../examples/use-cases/external-relay-only-mailserver.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/examples/use-cases/external-relay-only-mailserver.md b/docs/content/examples/use-cases/external-relay-only-mailserver.md index 9762c95e..636de44f 100644 --- a/docs/content/examples/use-cases/external-relay-only-mailserver.md +++ b/docs/content/examples/use-cases/external-relay-only-mailserver.md @@ -6,9 +6,10 @@ hide: ## Introduction Sometimes it's useful to have a public "relay-only" mailserver, that forwards all inbound mail to a private DMS instance and forwards all outbound mail to a receiving mailserver. There are a few reasons for this setup: - * I don't want to have my private mail lying around on a VPS. - * I want to be able to quickly move from one VPS to another without having to carry all my mail around. - * etc. + +* I don't want to have my private mail lying around on a VPS. +* I want to be able to quickly move from one VPS to another without having to carry all my mail around. +* etc. The following guide assumes you have a public server with a static IP on a hosting provider of your choice. This server will not have any local mailboxes. And that you have a private server eg at home, or somewhere else. This server will host DMS. Furthermore this example assumes a VPN connection between both servers to make things easier. How to set that up is out of scope, there are a lot of guides online.