|
@@ -1,4 +1,6 @@
|
1
|
|
-Simple Golang SMTP relay/proxy server that accepts mail via
|
2
|
|
-SMTP and forwards it directly to another SMTP server.
|
|
1
|
+Simple Golang SMTP relay/proxy server that accepts mail via SMTP
|
|
2
|
+and forwards it directly to another SMTP server. It supports TLS,
|
|
3
|
+STARTTLS, plain SMTP, can do authentication and various sender
|
|
4
|
+and receiver checks.
|
3
|
5
|
|
4
|
6
|
WWW: https://code.bluelife.at/decke/smtprelay
|