added hostname change to docu

This commit is contained in:
2024-08-19 16:37:16 +02:00
parent 419bcbe719
commit 12ba250e61
@@ -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: