Welcome to the forums,
I see you've met our corporate spammers already...
Quote:
Originally Posted by shrry8 I want to know wheather i can use existing Active Directory logins and groups to autheticate user for accessing ZCS emails. |
Admin console > Domain > Configure Authentication wizard:
You'll want to configure the GAL for 'both' as well.
LDAP Authentication - Zimbra :: Wiki
Via CLI you'd need to set the zimbraAuthMech the domain.
You can create accounts like the below when you don't want them to authenticate internally:
zmprov ca
user@domain.com ‘’
If you do assign passwords:
zmprov ca
user@domain.com password
While external auth those passwords still aren't used unless you turn on:
zmprov md domain.com zimbraAuthFallbackToLocal TRUE
Admin accounts in the most recent versions automatically have fallback auth 'set' in-case your external LDAP/AD auth is unavailable or configured improperly.
Helpful:
Zmprov - Zimbra :: Wiki Zmprov Examples - Zimbra :: Wiki Bulk Provisioning - Zimbra :: Wiki
Vote:
Bug 7235 – Auto Provision New Accounts with External LDAP Quote:
Originally Posted by shrry8 |
Just create another domain in the admin console/JAVA/SOAP/CLI wrapper etc:
su - zimbra
zmproc cd domain.com
zmprov mcf zimbraDefaultDomainName domain.com (so you don't have to type @domain.com for login - if you have more than 1 domain that you want quick login for then set virtual hosts on each in admin console > domain > virtual hosts)
Quote:
Originally Posted by shrry8 thirdly, i did configure SENDMAIL Server to check my abilities and i did that pretty fine. If i turn off SENDMAIL then do i need DNS Entries so that ZCS would work. I AM CURRENTLY USING DNS ON WINDOWS PLATORM. |
The ZCS box shouldn't have sendmail running on it - by default you're going to conflict with postfix:
chkconfig sendmail off
service sendmail stop
As you're not connecting this to the internet your not completely doing a
split dns for the ZCS box, but it does need to resolve itself on the internal LAN (via your windows DNS or you could run Bind on the ZCS box itself to accomplish that.
Quote:
Originally Posted by shrry8 last, my mail server will not be directly connected to internet for external email routes. what will be the best solution if i want to route my emails to another server which do have an Internet connection. |
Admin console > Global or Server > MTA > Relay
CLI: zmprov ms server.domain.com zimbraMtaRelayHost external.relay.com:#
If you need auth:
Outgoing SMTP Authentication - Zimbra :: Wiki
If you're not going to migrate everyone at once:
Split Domain - Zimbra :: Wiki
The Exchange Migration tool is located on your ZCS server via the admin console link or at: http:// server.domain.com/downloads/index.html
If you hit an "Appointment with Uid[]" warning you can grab this tool:
[SOLVED] PST Import Tool "Appointment with Uid[]..." warning