diff --git a/docs/self-hosting/proxies.md b/docs/self-hosting/proxies.md index 44b05fe66..186663d17 100644 --- a/docs/self-hosting/proxies.md +++ b/docs/self-hosting/proxies.md @@ -20,8 +20,8 @@ Once you've purchased a proxy, run the Docker command (see how in [install.md](i * `-e RCH__PROXY__PORT=`: The corresponding port. * `-e RCH__PROXY__USERNAME=`: Optional. A username to authenticate the proxy. * `-e RCH__PROXY__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=`: 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`=`: 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.