.TH OLDEN-MAIL 1 "2025-01-25" "1.1.0" "Olden Mail Manual" .SH NAME olden-mail \- IMAP & SMTP proxy to connect vintage clients to modern e-mail. .SH SYNOPSIS .B olden-mail .SH DESCRIPTION .PP `olden-mail` is an IMAP & SMTP proxy that allows you to connect to SSL enabled mail servers using insecure plaintext connections in computers that don't support SSL or have older ciphers. .SH ENVIRONMENT VARIABLES You can configure the proxy through environment variables. .TP .B LOCAL_IMAP_PORT The port on which to listen for IMAP clients. Defaults to 143. .TP .B LOCAL_IMAP_BIND_ADDRESS The address on which to listen for IMAP clients. Defaults to 0.0.0.0. .TP .B REMOTE_IMAP_PORT The TLS enabled remote port to which we will proxy the connection. Defaults to 993. .TP .B REMOTE_IMAP_HOST The remote host to which we will proxy the connection. Required. .TP .B LOCAL_SMTP_PORT The port on which to listen for SMTP clients. Defaults to 25. .TP .B LOCAL_SMTP_BIND_ADDRESS The address on which to listen for SMTP clients. Defaults to 0.0.0.0. .TP .B REMOTE_SMTP_PORT The TLS enabled remote port to which we will proxy the connection. Defaults to 465. .TP .B REMOTE_SMTP_HOST The remote host to which we will proxy the connection. Required. .SH VERSION .BR 1.1.0 .SH HOMEPAGE .I https://r.bdr.sh/olden-mail.html .SH AUTHORS \ Rubén Beltrán del Río <\fIolden.mail@r.bdr.sh\fP>