Skip to content

Commit 6d6b0d0

Browse files
committed
add more tls settings
1 parent eca7e13 commit 6d6b0d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/smtp-interface.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,11 @@ class SMTPInterface {
319319
'closeTimeout',
320320
'secured',
321321
'banner',
322-
'ciphers'
322+
'ciphers',
323+
'minVersion',
324+
'dhparam',
325+
'secureProtocol',
326+
'secureOptions'
323327
]) {
324328
if (this.options[key]) {
325329
serverConfig[key] = this.options[key];

0 commit comments

Comments
 (0)