blob: c4b708b78e362618d54eaf55859fb3d9567d6868 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
.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>
|