Sfoglia il codice sorgente

Update applications.md

Nordstrand 3 anni fa
parent
commit
4ff5190597
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/linux-server/applications.md

+ 1 - 1
config/linux-server/applications.md

@@ -622,7 +622,7 @@ Must be run on a Docker host. For extra Docker hosts you want to control with an
 1. Install: `postfix libsasl2-modules mailutils`
     - If asked, choose to configure Postfix as a satellite system.
 1. Update the root alias:
-    - In `/etc/aliases`, add `root: admin@example.net` (for forward everything to `admin@example.net`).
+    - In `/etc/aliases`, add `root: admin@example.net` (to forward everything to `admin@example.net`).
     - Run `newaliases` to update the alias DB file. (Optionally restart `postfix.service` to make it pick up the change instantly.)
 1. Update the `main.cf` config.
     - Example: [main.cf](https://github.com/HON95/configs/blob/master/postfix/main.cf)