added hostname change to docu
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user