author | Alberto Bertogli
<albertito@blitiri.com.ar> 2017-11-19 13:39:17 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2017-11-19 13:49:54 UTC |
parent | 033a5d657bc53c2151b0aa8ad6baeb8d877c368f |
chasquid.go | +6 | -0 |
diff --git a/chasquid.go b/chasquid.go index c4afd8c..9004487 100644 --- a/chasquid.go +++ b/chasquid.go @@ -1,3 +1,9 @@ +// chasquid is an SMTP (email) server. +// +// It aims to be easy to configure and maintain for a small mail server, at +// the expense of flexibility and functionality. +// +// See https://blitiri.com.ar/p/chasquid for more details. package main import (