]> git.r.bdr.sh - rbdr/olden-mail/blobdiff - README.md
Adjust middleware to modify responses
[rbdr/olden-mail] / README.md
index 6c580f76f70bef46da991ca892d807b90df44686..fa87603d6065845c2bd468eaffeed13031894567 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,28 +35,28 @@ The proxy requires you to set environment variables, but otherwise takes
 no options.
 
 * `LOCAL_IMAP_PORT` u16, the port in which the server will listen for
 no options.
 
 * `LOCAL_IMAP_PORT` u16, the port in which the server will listen for
-IMAP clients. Defaults to 143.
+  IMAP clients. Defaults to 143.
 * `LOCAL_IMAP_BIND_ADDRESS` String, the address on which to listen for
 * `LOCAL_IMAP_BIND_ADDRESS` String, the address on which to listen for
-IMAP clients. Defaults to 0.0.0.0.
+  IMAP clients. Defaults to 0.0.0.0.
 * `REMOTE_IMAP_PORT` u16, the port to which the server will forward the
 * `REMOTE_IMAP_PORT` u16, the port to which the server will forward the
-IMAP messages. Defaults to 993.
+  IMAP messages. Defaults to 993.
 * `REMOTE_IMAP_HOST` String, the host to which the server will forward the
 * `REMOTE_IMAP_HOST` String, the host to which the server will forward the
-IMAP messages. Required.
+  IMAP messages. Required.
 
 * `LOCAL_SMTP_PORT` u16, the port in which the server will listen for
 
 * `LOCAL_SMTP_PORT` u16, the port in which the server will listen for
-SMTP clients. Defaults to 25.
+  SMTP clients. Defaults to 25.
 * `LOCAL_SMTP_BIND_ADDRESS` String, the address on which to listen for
 * `LOCAL_SMTP_BIND_ADDRESS` String, the address on which to listen for
-SMTP clients. Defaults to 0.0.0.0.
+  SMTP clients. Defaults to 0.0.0.0.
 * `REMOTE_SMTP_PORT` u16, the port to which the server will forward the
 * `REMOTE_SMTP_PORT` u16, the port to which the server will forward the
-SMTP messages. Defaults to 465.
+  SMTP messages. Defaults to 465.
 * `REMOTE_SMTP_HOST` String, the host to which the server will forward the
 * `REMOTE_SMTP_HOST` String, the host to which the server will forward the
-SMTP messages. Required.
+  SMTP messages. Required.
 
 This means the minimum invocation is this (Shown here with inline
 environment variables)
 
 ```
 
 This means the minimum invocation is this (Shown here with inline
 environment variables)
 
 ```
-% REMOTE_IMAP_DOMAIN=imap.coolmailsite.example REMOTE_SMTP_DOMAIN=smtp.coolmailsite.example olden-mail
+% REMOTE_IMAP_HOST=imap.coolmailsite.example REMOTE_SMTP_HOST=smtp.coolmailsite.example olden-mail
 ```
 
 ## Debugging
 ```
 
 ## Debugging