This is the main dovel repository, it has the Go code to run dovel SMTP server.
Author: brian (git@myr.sh)
Date: Mon Sep 18 22:37:34 2023 -0300
Parent: dd3aeec
Format
commit ae1cf5015d4ecafbeafbc4d0e0f18751dc83314e
Author: brian <git@myr.sh>
Date: Mon Sep 18 22:37:34 2023 -0300
Format
diff --git a/doc.go b/doc.go
index 1ee8182..65212c8 100644
--- a/doc.go
+++ b/doc.go
@@ -21,7 +21,7 @@
// - 587: is also official by RFC, this port is used for TLS encrypted mail.
//
// The current recomendation is to use port 586. Dovel works with any port,
-// and the value must be set in the port field of the config file. To
+// and the value must be set in the port field of the config file. To
// configure this server see [Config].
//
// To receive email only the MX record is enough. Everytime dovel receives an
@@ -36,9 +36,8 @@
// to a .mbox file, e.g. to receive email for your domain create a file named
// receive-<DOMAIN> in the hooks folder with the following content:
//
-// #!/bin/sh
-// cat > ~/mail/dovel.mbox
-//
+// #!/bin/sh
+// cat > ~/mail/dovel.mbox
//
// Be sure to make the file executable.
//
@@ -61,7 +60,7 @@
// Dovel also sends email, for that it needs a valid VaultFile path on the
// config. That means you need at least one user descrived on the json file.
// The format of that file is a JSON array of the [User] struct.
-//
+//
// Dovel is listening to connections on the port specified in the config file
// use any email client to communicate with dovel. When an email comes from
// the domain configured Dovel will check if the sending user is valid using