aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/etrn.c b/etrn.c
index 1d540c2b..1588ac34 100644
--- a/etrn.c
+++ b/etrn.c
@@ -119,8 +119,10 @@ const static struct method etrn =
"ETRN", /* ESMTP ETRN extension */
#if INET6
"smtp", /* standard SMTP port */
+ "smtps", /* ssl SMTP port */
#else /* INET6 */
25, /* standard SMTP port */
+ 465, /* ssl SMTP port */
#endif /* INET6 */
FALSE, /* this is not a tagged protocol */
FALSE, /* this does not use a message delimiter */