author | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-07-14 09:45:10 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-07-14 09:45:10 UTC |
parent | 644cd63eff6fafc0debafae68718cccd1596459b |
chasquid.go | +2 | -4 |
diff --git a/chasquid.go b/chasquid.go index 63a3cea..fbd1313 100644 --- a/chasquid.go +++ b/chasquid.go @@ -1,7 +1,5 @@ -// 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. +// chasquid is an SMTP (email) server, with a focus on simplicity, security, +// and ease of operation. // // See https://blitiri.com.ar/p/chasquid for more details. package main