commit 1fc9eb79546af3e6fe3b157eecdb96713b7c0e67
parent f791a60fca3584f43793f42b2537b154c1d838f1
Author: Brian C. Lane <bcl@brianlane.com>
Date: Sun, 21 Feb 2021 14:31:55 -0800
Listen to localhost by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.go b/main.go
@@ -57,7 +57,7 @@ type cmdlineArgs struct {
/* commandline defaults */
var cmdline = cmdlineArgs{
Config: "letterbox.toml",
- Host: "",
+ Host: "127.0.0.1",
Port: 2525,
Maildirs: "/var/spool/maildirs",
Logfile: "",