mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
update comment
This commit is contained in:
parent
1a59f343c0
commit
3c10ec70a5
@ -17,9 +17,8 @@ def get_web_domains(env):
|
|||||||
domains.add(env['PRIMARY_HOSTNAME'])
|
domains.add(env['PRIMARY_HOSTNAME'])
|
||||||
|
|
||||||
# Also serve web for all mail domains so that we might at least
|
# Also serve web for all mail domains so that we might at least
|
||||||
# provide Webfinger and ActiveSync auto-discover of email settings
|
# provide auto-discover of email settings, and also a static website
|
||||||
# (though the latter isn't really working). These will require that
|
# if the user wants to make one. These will require an SSL cert.
|
||||||
# an SSL cert be installed.
|
|
||||||
domains |= get_mail_domains(env)
|
domains |= get_mail_domains(env)
|
||||||
|
|
||||||
# ...Unless the domain has an A/AAAA record that maps it to a different
|
# ...Unless the domain has an A/AAAA record that maps it to a different
|
||||||
|
Loading…
Reference in New Issue
Block a user