This is the main dovel repository, it has the Go code to run dovel SMTP server.
Author: blmayer (bleemayer@gmail.com)
Date: Thu May 4 16:54:00 2023 -0300
Parent: fa71492
Fixed code example
commit ef096c70496ec9c116b66ec451dca47fc0c75fd0 Author: blmayer <bleemayer@gmail.com> Date: Thu May 4 16:54:00 2023 -0300 Fixed code example diff --git a/index.html b/index.html index e3d3762..fcb8293 100644 --- a/index.html +++ b/index.html @@ -135,20 +135,20 @@ _ __ /_ __ \_ | / / _ \_ / you. <pre> { - "webport": "8000", - "server": { - "address": ":25", + "webport": "8000", + "server": { + "address": ":25", + "domain": "dovel.email", + "inboxes": [ + { "domain": "dovel.email", - "inboxes": [ - { - "domain": "user.dovel.email", - "handler": "file", - "root": "mail/user", - "dKIMKeyPath": "dkim.priv", - "templates": "www" - } - ] - } + "handler": "file", + "root": "mail/user", + "dKIMKeyPath": "dkim.priv", + "templates": "www" + } + ] + } }</pre> Dovel can handle email for different domains, so you can have multiple