Jump to content

Lotus and Zimbra Integration at HSBC-CAN BANK: Difference between revisions

From TetraWiki
Created page with "'''Lotus and Zimbra Intetgration at HSBC ''' '''Mail Flow''' * '''lotus end''' - Zimbra smtp server , ** Name Server of Zimbra is used by lotus, ** Forward all mails to zi..."
 
No edit summary
 
Line 1: Line 1:
[[category:Zimbra]]
'''Lotus and Zimbra Intetgration at HSBC '''
'''Lotus and Zimbra Intetgration at HSBC '''



Latest revision as of 07:40, 24 October 2013


Lotus and Zimbra Intetgration at HSBC


Mail Flow

  • lotus end - Zimbra smtp server ,
    • Name Server of Zimbra is used by lotus,
    • Forward all mails to zimbra via smtp address
    • User created in lotus ( zimbra user ) , smtphost point to zimbra
  • Zimbra End - Created catchall concept ,
  • from zimbra ( non distributed mails ) to lotus
  • Sample Commands
    • zmprov md canobc.com zimbraMailCatchAllAddress @canobc.com zimbraMailCatchAllForwardingAddress @canobc.com zimbraMailTransport smtp:10.10.100.147:25

Address Book integration

  • Lotus side enabled ldap enable
  • In zimbra external address book concept
  • example commands
    • zmgsautil createAccount -a galsync@rjcorp.in -n InternalGAL --domain rjcorp.in -t zimbra -f _InternalGAL
    • zmgsautil forceSync -a galsync@rjcorp.in -n InternalGAL
    • zmgsautil createAccount -a galsync@rjcorp.in -n ExternalGAL --domain rjcorp.in -t ldap -f _ExternalGAL

MX record to Zimbra


Mail Migration via Imapsync

  • example command
  • zmprov mc default zimbraBatchedIndexingSize 20
  • zmprov mcf zimbraFileUploadMaxSize 50000000
  • zmprov mcf zimbraMtaMaxMessageSize 50000000
  • imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --host1 oldmail.mydomain.com --user1 user1 --password1 secret1 --ssl1 --port1 993 --host2 zimbra.mydomain.com --user2 user2 --password2 secret2 --ssl2 --port2 993 --noauthmd5