diff --git a/CMakeLists.txt b/CMakeLists.txt
index e179d48..29e9b02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -681,7 +681,7 @@ foreach(PROXY_NAME proxy socks pop3p imapp smtpp ftppr tcppm udppm tlspr)
target_link_libraries(${PROXY_NAME} PRIVATE ${WINDOWS_LIBS})
endif()
- if(PROXY_NAME STREQUAL "proxy" OR PROXY_NAME STREQUAL "smtpp")
+ if(PROXY_NAME STREQUAL "proxy" OR PROXY_NAME STREQUAL "smtpp" OR PROXY_NAME STREQUAL "imapp")
target_sources(${PROXY_NAME} PRIVATE $
Options:
diff --git a/man/tlspr.8 b/man/tlspr.8 index 164304d..6bd903d 100644 --- a/man/tlspr.8 +++ b/man/tlspr.8 @@ -13,6 +13,7 @@ .SH DESCRIPTION .B tlspr is an SNI gateway service (destination host is taken from TLS handshake). The destination port must be specified via the -P option (or it may be detected with the Transparent plugin). +tlspr does not support user authentication; use ACLs by client IP or a parent proxy with authentication if access control is required. .SH OPTIONS .TP .B -I