diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-13 00:43:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-03-13 15:41:09 +0000 |
commit | 6fdf76d0eae42ce4507fe317f095572100c5d6b8 (patch) | |
tree | 27baea1a23d55b0d0f8d82c1e7e3501044325469 /test/confs | |
parent | 8ff2ba119ba654e9238f157f94bf10ed640ed877 (diff) |
SNI for ${readsocket }
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/1149 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/1149 b/test/confs/1149 index 737753109..dfe5b33cb 100644 --- a/test/confs/1149 +++ b/test/confs/1149 @@ -13,4 +13,6 @@ tls_advertise_hosts = * tls_certificate = DIR/aux-fixed/cert1 tls_privatekey = DIR/aux-fixed/cert1 +acl_smtp_helo = accept logwrite = HELO <$sender_helo_name> SNI <$tls_in_sni> + # End |