Explorar o código

Update applications.md

Nordstrand %!s(int64=3) %!d(string=hai) anos
pai
achega
bb35c81991
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/linux-server/applications.md

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

@@ -626,7 +626,7 @@ Must be run on a Docker host. For extra Docker hosts you want to control with an
     - 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)
-    - If the system's FQDN is configured properly (run `hostname --fqdn`), you don't need to set it in `main.cf` or `/etc/mailname`.
+    - Update the hostname.
     - Only listen to localhost: Set `inet_interfaces = loopback-only`
     - Disable relaying: Set `mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128`
     - Anonymize banner: `smtpd_banner = $myhostname ESMTP`