From 4e4314bd8ccdfb5891c77a18f9cee405fccaba0f Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:54:13 +1200 Subject: [PATCH] docs(fix): Update usage section manually As edge (v13) is not to be released for some time and our docs point to the latest tag (v12.1), in the meantime a v13 docs improvement is being manually backported for better visibility as the referenced github files have been renamed for v13 docs. --- v12.1/usage/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/v12.1/usage/index.html b/v12.1/usage/index.html index 9d5ff334..ae837eee 100644 --- a/v12.1/usage/index.html +++ b/v12.1/usage/index.html @@ -1689,9 +1689,9 @@
  • The host should be able to send/receive on the necessary ports for mail
  • You should be able to set a PTR record for your host; security-hardened mail servers might otherwise reject your mail server as the IP address of your host does not resolve correctly/at all to the DNS name of your server.
  • -

    On the host, you should have a suitable container runtime (like Docker or Podman) installed. We assume Docker Compose is installed.

    -
    -

    Podman Support

    +
    +

    About the Container Runtime

    +

    On the host, you need to have a suitable container runtime (like Docker or Podman) installed. We assume Docker Compose is installed. We have aligned file names and configuration conventions with the latest Docker Compose (currently V2) specification.

    If you're using podman, make sure to read the related documentation.

    Minimal DNS Setup

    @@ -1747,13 +1747,13 @@

    Get All Files

    Issue the following commands to acquire the necessary files:

    -
    DMS_GITHUB_URL="https://github.com/docker-mailserver/docker-mailserver/blob/latest"
    -wget "${DMS_GITHUB_URL}/docker-compose.yml"
    +
    DMS_GITHUB_URL="https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master"
    +wget "${DMS_GITHUB_URL}/compose.yaml"
     wget "${DMS_GITHUB_URL}/mailserver.env"
     

    Configuration Steps

      -
    1. First edit docker-compose.yml to your liking
        +
      • First edit compose.yaml to your liking
        • Substitute mail.example.com according to your FQDN.
        • If you want to use SELinux for the ./docker-data/dms/config/:/tmp/docker-mailserver/ mount, append -z or -Z.
        @@ -1865,4 +1865,4 @@ wget "${ - \ No newline at end of file +