quickstart: clarify that the long text are DNS records to add to a zone file

for issue #111 by jsaponara, thanks for reporting!
This commit is contained in:
Mechiel Lukkien 2024-01-01 20:27:20 +01:00
parent 1f9b640d9a
commit 446726c940
No known key found for this signature in database

View file

@ -868,8 +868,9 @@ autoconfig/autodiscover does not work, use these settings:
Configuration files have been written to config/mox.conf and Configuration files have been written to config/mox.conf and
config/domains.conf. config/domains.conf.
Create the DNS records below. The admin interface can show these same records, and Create the DNS records below, by adding them to your zone file or through the
has a page to check they have been configured correctly. web interface of your DNS operator. The admin interface can show these same
records, and has a page to check they have been configured correctly.
You must configure your existing webserver to forward requests for: You must configure your existing webserver to forward requests for:
@ -888,14 +889,17 @@ The paths are relative to config/ directory that holds mox.conf! To test if your
config is valid, run: config is valid, run:
./mox config test ./mox config test
The DNS records to add:
`, domain.ASCII, domain.ASCII, dnshostname.ASCII) `, domain.ASCII, domain.ASCII, dnshostname.ASCII)
} else { } else {
fmt.Printf(` fmt.Printf(`
Configuration files have been written to config/mox.conf and Configuration files have been written to config/mox.conf and
config/domains.conf. 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 by adding them to your zone file or through the web interface of your DNS
interface can show these same records, and has a page to check they have been operator. You can also skip creating the DNS records and start mox immediately.
configured correctly. The admin interface can show these same records, and has a page to check they
have been configured correctly. The DNS records to add:
`) `)
} }