1 .TH OLDEN-MAIL 1 "2025-01-25" "1.1.0" "Olden Mail Manual"
3 olden-mail \- IMAP & SMTP proxy to connect vintage clients to modern e-mail.
8 `olden-mail` is an IMAP & SMTP proxy that allows you to connect to SSL
9 enabled mail servers using insecure plaintext connections in computers that
10 don't support SSL or have older ciphers.
11 .SH ENVIRONMENT VARIABLES
12 You can configure the proxy through environment variables.
15 The port on which to listen for IMAP clients. Defaults to 143.
17 .B LOCAL_IMAP_BIND_ADDRESS
18 The address on which to listen for IMAP clients. Defaults to 0.0.0.0.
21 The TLS enabled remote port to which we will proxy the connection. Defaults to
25 The remote host to which we will proxy the connection. Required.
28 The port on which to listen for SMTP clients. Defaults to 25.
30 .B LOCAL_SMTP_BIND_ADDRESS
31 The address on which to listen for SMTP clients. Defaults to 0.0.0.0.
34 The TLS enabled remote port to which we will proxy the connection. Defaults to
38 The remote host to which we will proxy the connection. Required.
42 .I https://r.bdr.sh/olden-mail.html
44 \ Rubén Beltrán del Río <\fIolden.mail@r.bdr.sh\fP>