mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
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:
parent
1f9b640d9a
commit
446726c940
1 changed files with 10 additions and 6 deletions
|
@ -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:
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue