From e31bbc0d2dd7336fbc83d7850b760fb7d9affdbf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 4 Jun 2021 12:00:23 +0000 Subject: Initial commit --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..0fc4021 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +smtpd-starttls-proxy - a STARTTLS implementation for mail servers +----------------------------------------------------------------- + + smtpd-starttls-proxy is a chainloading program that runs right +before the SMTP server on your command line. It interposes +itself between the client commands and the server, and implements +STARTTLS on behalf of the server. + + See https://skarnet.org/software/smtpd-starttls-proxy/ for details. + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot + + Please use the mailing-list for +questions about smtpd-starttls-proxy. -- cgit v1.3.1