From 79a94a47c5aae1fbb67bc4c47240a2f7b1ebea78 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Wed, 1 Feb 2023 21:42:04 +0100 Subject: [PATCH] fix mentioning of domains.conf in quickstart --- quickstart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.go b/quickstart.go index a5eded9..b462e5b 100644 --- a/quickstart.go +++ b/quickstart.go @@ -360,7 +360,7 @@ autoconfig/autodiscover does not work, use the settings below.`) fmt.Println("") fmt.Println(`Configuration files have been written to config/mox.conf and -config/domains.sc. You should review them. Then create the DNS records below. +config/domains.conf. You should review them. Then create the DNS records below. You can also skip creating the DNS records and start mox immediately. The admin interface can show these same records, and has a page to check they have been configured correctly.`)