Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Migration

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-2008, 04:26 PM
Starter Member
 
Posts: 2
Unhappy Problems Importing Thunderbird Address Book

I'm trying to migrate several address books from Thunderbird to Zimbra. One of these address books has 40+ mailing lists/distribution groups. I've tried several different ways of migrating the lists, but nothing seems to work.

Here is what I've tried so far:
  • Exporting the address book in Dawn as a CSV file, importing the CSV into the web client. No mailing lists/distribution groups get moved.
  • Exporting from Thunderbird using Dawn and importing into Outlook. The mailing lists/distribution groups show up in Outlook, but show up as an individual contact in the Zimbra web client.
  • Exporting an LDIF from Thunderbird, importing the LDIF into Outlook Express, then importing the OE addresses in Outlook. Also works for Outlook, but the web client shows the dist. group as a single contact with no information.

There has to be an easy way to get all of these mailing lists/distribution groups over to the web client. I have 40+ groups with anywhere from 20 to 150 addresses in each. I have a number of users that won't be happy if their groups can't be moved.
Reply With Quote
  #2 (permalink)  
Old 05-22-2008, 02:10 AM
Moderator
 
Posts: 7,911
Default

Welcome to the forums

If you can export the distribution list to CSV you could do the following to provision it
Code:
su - zimbra
zmprov cdl listname@domain.com
and then a simple bash script
Code:
#!/bin/bash

cat <filename.csv> | awk -F, '{ print $1 }' | while read ADDR
do
   zmprov adlm listname@domain.com ${ADDR}
done
Also, http://www.zimbra.com/forums/announc...r-profile.html please so we know which version of ZCS you are running
__________________
Reply With Quote
  #3 (permalink)  
Old 05-22-2008, 05:18 AM
Starter Member
 
Posts: 2
Default

This isn't a traditional list/listserv/etc. that resides server side. This is an address book entry that one person uses. Thunderbird calls a group of addresses that have been grouped together a "mailing list." Some clients call them distribution groups; Outlook calls it a Distribution List... I'm sure there are other names out there for other clients. I just wanted to make sure I used the same name the software uses when explaining.

I should also point out that I used Zindus and tried copying the groups over to the server. Same problem... the groups move, but shows as a contact with no information instead of a group with multiple addresses inside.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.