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 +