mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Update README.md
Updated README
This commit is contained in:
parent
07f23512d6
commit
fe940b39c3
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ If your end server requires you to authenticate with username/password, add them
|
|||
docker run --rm --name postfix -e RELAYHOST=mail.google.com -e RELAYHOST_USERNAME=hello@gmail.com -e RELAYHOST_PASSWORD=world -p 1587:587 boky/postfix
|
||||
```
|
||||
|
||||
## `RELAYHOST_USE_TLS`
|
||||
|
||||
If your relayhost uses TLS set this to 'yes' to turn on TLS for postfix
|
||||
|
||||
### `POSTFIX_EXTRAS_SETTINGS`
|
||||
|
||||
Any additional settings can be passed directly to config here, for example: POSTFIX_EXTRAS_SETTINGS=smtp_use_tls=yes smtp_enforce_tls=yes
|
||||
|
||||
### `MYNETWORKS`
|
||||
|
||||
This implementation is meant for private installations -- so that when you configure your services using _docker compose_
|
||||
|
|
Loading…
Add table
Reference in a new issue