A minor "nit". I have setup an email server and advertised it on the "Advertised Services" screen. 1. The Fully Qualified Domain Name (FQDN) of the email server is "webmail.local.mesh" 2. The link that appears under the services column of the mesh status redirects the browser to "http://webmail". Since the network's search domain is "local.mesh", the redirection works OK. 3. Here's the problem: The home page of the email server asks the user for a login name and password, sets a session cookie, and then redirects the browser to the user's mail file "http://webmail.local.mesh/username/mailfile". 4. Since the session cookie is set for "webmail" and the redirect is to "webmail.local.mesh", the user is prompted to login again because the first session cookie doesn't match the name of the server. After they login again, they are granted access to their email.
If there is a way to use the FQDN in the advertised services, the cookie would have the correct information and the user would not be prompted to login again. But I don't see a way to put the FQDN of the email server in the Advertised Services form; the form only has a drop down to select the host name. Am I missing something?
|