git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1745d31
)
Docs: tweak standards status of port 465
author
Andrew Aitchison
<exim@aitchison.me.uk>
Sat, 18 Mar 2023 15:36:21 +0000
(15:36 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 19 Mar 2023 16:47:24 +0000
(16:47 +0000)
src/src/configure.default
patch
|
blob
|
history
diff --git
a/src/src/configure.default
b/src/src/configure.default
index 3761dafbf4de1cf5204bf2bf90975f51266cb43d..83380bdaa1f56b142c40cc970755bf88cbf16c7a 100644
(file)
--- a/
src/src/configure.default
+++ b/
src/src/configure.default
@@
-183,11
+183,15
@@
tls_resumption_hosts = ${if inlist {$received_port}{587:465} {:}{*}}
# In order to support roaming users who wish to send email from anywhere,
# you may want to make Exim listen on other ports as well as port 25, in
# case these users need to send email from a network that blocks port 25.
# In order to support roaming users who wish to send email from anywhere,
# you may want to make Exim listen on other ports as well as port 25, in
# case these users need to send email from a network that blocks port 25.
-# The standard port for this purpose is port 587, the "message submission"
-# port. See RFC 4409 for details. Microsoft MUAs cannot be configured to
+# The standard ports for this purpose are:
+# port 587, the "message submission" port - see RFC 4409 for details,
+# and 465 the TLS-encrypted "submission" port, service name is "submissions",
+# see RFC 8314.
+
+# Microsoft MUAs cannot be configured to
# talk the message submission protocol correctly, so if you need to support
# talk the message submission protocol correctly, so if you need to support
-# them you should also allow TLS-on-connect on the traditional
but
-#
non-standard
port 465.
+# them you should also allow TLS-on-connect on the traditional
(and now
+#
standard)
port 465.
# daemon_smtp_ports = 25 : 465 : 587
# tls_on_connect_ports = 465
# daemon_smtp_ports = 25 : 465 : 587
# tls_on_connect_ports = 465