Skip to content

Commit

Permalink
GITBOOK-18: Proxies page typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury@reacher.email authored and gitbook-bot committed Dec 15, 2024
1 parent 9cbd54d commit abe10de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/self-hosting/proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Once you've purchased a proxy, run the Docker command (see how in [install.md](i
* `-e RCH__PROXY__PORT=<port>`: The corresponding port.
* `-e RCH__PROXY__USERNAME=<username>`: Optional. A username to authenticate the proxy.
* `-e RCH__PROXY__PASSWORD=<password>`: Optional. The corresponding password.
* `-e RCH__HELLO_NAME`: The identifier to use during the "HELO/EHLO" step. It should match a domain name owned by the proxy. Ask your proxy about this setting.
* `-e RCH__MAIL_FROM`: The email to use during the "MAIL FROM" step. It should be an email from the same domain as the HELLO\_NAME. Ask your proxy provider about this setting.
* `-e RCH__HELLO_NAME=<domain>`: The identifier to use during the "HELO/EHLO" step. It should match a domain name owned by the proxy. Ask your proxy provider about this setting.
* `-e` RCH\_\_FROM\_EMAIL`=<email>`: The email to use during the "MAIL FROM" step. It should be an email from the same domain as the HELLO\_NAME. Ask your proxy provider about this setting.

{% hint style="info" %}
If you're using the [commercial-license-trial.md](licensing/commercial-license-trial.md "mention"), these fields are already populated with the built-in proxy. However, you can overwrite them by passing these flags again, pointing to a proxy of your own choosing.
Expand Down

0 comments on commit abe10de

Please sign in to comment.