...unless I'm very mistaken!
Ross
----
Index: smtpc.c
===================================================================
RCS file: /cvs/src/usr.sbin/smtpd/smtpc.c,v
retrieving revision 1.6
diff -u -p -r1.6 smtpc.c
--- smtpc.c 2 Jul 2019 09:36:20 -0000 1.6
+++ smtpc.c 31 Aug 2019 11:48:17 -0000
@@ -229,7 +229,7 @@ parse_server(char *server)
else if (!strcmp(scheme, "smtps")) {
params.tls_req = TLS_SMTPS;
if (port == NULL)
- port = "submission";
+ port = "smtps";
}
else if (!strcmp(scheme, "smtp")) {
}