From 12ba250e61de7f5b4b7463d588382c706d16482f Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 19 Aug 2024 16:37:16 +0200 Subject: [PATCH] added hostname change to docu --- admin-guide/configuration/configuration_email.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin-guide/configuration/configuration_email.md b/admin-guide/configuration/configuration_email.md index 0e40479e..a4ee8a68 100644 --- a/admin-guide/configuration/configuration_email.md +++ b/admin-guide/configuration/configuration_email.md @@ -24,6 +24,12 @@ To enable the possibility to send emails from a machine to one of the standard g base::enable_mta: true ``` +The default name of the sending mail server is the hostname of the machine running postfix. To rename it use `mta::myhostname`. + +```yaml +mta::myhostname: 'foobar.psi.ch' +``` + ## Sending Emails Via An Other SMTP Relay If your machine is in the default network zone (i.e. PSI intranet) sending via a differnet mail gateway than the default can be done like this: