Quote:
Originally Posted by rpc We've bought a new domain name and can access the webmail and have set Zimbra up authenticating from our OpenLDAP server which works pretty well. If we create multiple domains we seem to have to log in using the whole e-mail address which we don't want to do. On the default domain (which by the way is the new domain we registered and won't be accepting mail from) logs in without the need of the whole e-mail address, only the username - any way to fix this? (We are using %u as said in the wiki for auth).
The way we've worked around the problem is just to add everyone to the default domain and change the canonical address. Now if we add distribution lists we can't hide the fact that it says 'group@unused.domain.com' and if we specifically add it to the alternate domain that distribution list won't show up on the GAL because it seems the way the GAL searches is only down the domain tree the user is attached too (not the whole tree). |
As there can only be one default domain - that's just:
Quote:
|
zmprov mcf zimbraDefaultDomainName domainA.com
|
and users can login with username/pass.
However, user's in domainB.com on the other hand will have to type the full login
username@domainB.com/pass.
To solve that you can create a virtual host - so users can log in without having to specify the domain name as part of their user name if they visit that address.
Admin console GUI > Domains > Virtual Hosts tab. The virtual host requires a valid DNS configuration with an A record.
OR
Code:
zmprov md domainB.com zimbraVirtualHostname webmail.domainB.com
Users enter the virtual host name as the URL address (webmail.domainB.com) where they enter just their username/pass.
The authentication request searches for a domain with that virtual host name and authentication is completed against that domain.
---Extra info---
You can configure each domain with the public service host name to be used for REST URLs.
Used for example in sharing Document notebooks, Mail, and Biefcase folders, as well as Tasks, Contacts, and Calendars; by default shares are generated with the zimbra_server_hostname/zimbraServiceHostname into a URL
http://server.domain.com/service/home/username and @domain.com is appended to the username if it varies from the zimbraDefaultDomainName.
If Zimbra is generating a URL like
http://server.domain.com and you'd rather have it
http://mail.domain.com or other hostname:
Code:
zmprov md domain.tld zimbraPublicServiceHostname hostname.domain.tld
You can use another FQDN like "mail.domain.tld" as long as 'mail' has a proper DNS entry to point at 'server' both internally and externally.
In 5.0.9+ REST URL's can now be composed of 3 attributes: zimbraPublicService[Protocol + Hostname + Port] to avoid dependency on zimbraServer objects. 'Protocal' & 'Port' are automatically configured on upgrade if you have 'Hostname' set.
Bug 29978 - remove requirement that zimbraPublicServiceHostname have a corresponding zimbraServer object You can just set 'Hostname' and run fine however - ie: if you should forget to set 'Protocol' & 'Port'.
--- Extra info 2 ---
Now, if you have a multi server setup you can deploy a login load balancer for the Zimbra server so that all users can log in using the same address/name instead of having to remember which server their mailbox is on.
You set up a virtual hostname of mail.example.com and configure four mail servers, mail1.example.com to mail4.example.com.
When users log on to mail.example.com, the load balancer directs the user to any one of the mail servers to verify the log on information. After successfully logging on, users are redirected to the actual server their mail is stored on. While they are logged on, all subsequent requests go directly to their server.
In order to configure this you must turn on the following for each mail server:
Code:
zmlocalconfig -e zimbra_auth_always_send_refer=true
Quote:
Originally Posted by rpc How can we enable accepting mail from certain hosts without using authentication or SSL (as stated above we use a 3rd party service for mail scanning etc) so we need an open relay for their hostnames. |
By this crossed out I assume you found out how to add my/trusted networks via other threads.
Quote:
Originally Posted by rpc Are we able to administer/tie in servers from multiple sites into one admin page (we have full intersite connections) or do we have to do it via an admin page on each server. |
If they share the same LDAP master server then yes you can manage from one mailstore admin console.
Quote:
Originally Posted by rpc Lastly, is there any training/consultancy avaliable in the UK? |
Use the
contact form at the bottom of the
training page to express interest in Zimbra Sponsored one's - there's some europe based
HSP's & VAR's that may put on their own as well & might open them to non-customers for a fee. (I should point out that anyone in the community certainly is welcome to sponsor a free event if they are able to provide time & resources.)