list

server

This is the main dovel repository, it has the Go code to run dovel SMTP server.

curl https://dovel.email/server.tar tar

d19e7cd

Author: blmayer (bleemayer@gmail.com)

Date: Sun Jan 22 00:09:08 2023 -0300

Parent: ab372c6

Adjusted index page

Diff

cmd/dovel/config.json

commit d19e7cd6a2031124efec0219f6076754962701d9
Author: blmayer <bleemayer@gmail.com>
Date:   Sun Jan 22 00:09:08 2023 -0300

    Adjusted index page

diff --git a/cmd/dovel/config.json b/cmd/dovel/config.json
deleted file mode 100644
index 97095ff..0000000
--- a/cmd/dovel/config.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-	"domain": "dovel.mail",
-	"address": ":2525",
-	"inboxes": [
-		{
-			"domain": "git.derelict.garden",
-			"handler": "gwi",
-			"root": "/home/blmayer/derelict.garden/git"
-		},
-		{
-			"domain": "blmayer.dev",
-			"handler": "gwi",
-			"root": "/home/blmayer/git"
-
-		},
-		{
-			"domain": "m.blmayer.dev",
-			"handler": "file",
-			"root": "/home/blmayer/mail"
-		}
-	]
-
-}

www/index.html

commit d19e7cd6a2031124efec0219f6076754962701d9
Author: blmayer <bleemayer@gmail.com>
Date:   Sun Jan 22 00:09:08 2023 -0300

    Adjusted index page

diff --git a/www/index.html b/www/index.html
index 3038551..5e8a1ff 100644
--- a/www/index.html
+++ b/www/index.html
@@ -8,6 +8,8 @@
 // <a href=compose.html>compose</a>
 
 {{range (inboxes ".")}}// <a href="inboxes.html?inbox={{.Title}}">{{.Title}}</a>
+// Updated: {{.LastMod.Format "Mon, 02 Jan 2006 15:04:05 MST"}}
+//
 {{end}}
 
 </pre>