mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
Merge 07e548ec15
into 8234a5a9f4
This commit is contained in:
commit
2ab11ea2c9
@ -644,8 +644,8 @@ def check_web_domain(domain, rounded_time, ssl_certificates, env, output):
|
|||||||
ok_values.append(value)
|
ok_values.append(value)
|
||||||
else:
|
else:
|
||||||
output.print_error("""This domain should resolve to your box's IP address (%s %s) if you would like the box to serve
|
output.print_error("""This domain should resolve to your box's IP address (%s %s) if you would like the box to serve
|
||||||
webmail or a website on this domain. The domain currently resolves to %s in public DNS. It may take several hours for
|
webmail or a website on this domain. It may take several hours for public DNS to update after a change.
|
||||||
public DNS to update after a change. This problem may result from other issues listed here.""" % (rtype, expected, value))
|
This problem may result from other issues listed here.""" % (rtype, expected))
|
||||||
return
|
return
|
||||||
|
|
||||||
# If both A and AAAA are correct...
|
# If both A and AAAA are correct...
|
||||||
|
Loading…
Reference in New Issue
Block a user