<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Bulk import certain contacts from internal directory to address book - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Jul 2026 08:24:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Bulk import certain contacts from internal directory to address book</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8095</link>
                        <pubDate>Thu, 06 Jun 2024 06:50:49 +0000</pubDate>
                        <description><![CDATA[@jolmir 
Hi,
Thank s for your followup question.
But if you look closely, address books are just a name; not a fully formed email address just like distribution list or personal contact g...]]></description>
                        <content:encoded><![CDATA[<p>@jolmir </p>
<p>Hi,</p>
<p>Thank s for your followup question.</p>
<p>But if you look closely, address books are just a name; not a fully formed email address just like distribution list or personal contact group. Therefore, your composer will not accept the name of the address book as a <strong>To:</strong> address.</p>
<p>In that case, either you can create a Distribution List/Personal contact group to send the email.</p>
<p>But do not restrict your creativity and imagination to my answer.</p>
<p>Feel free to try and test to achieve what you are looking for.</p>
<p>Regards,</p>
<p>Sharif</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8095</guid>
                    </item>
				                    <item>
                        <title>RE: Bulk import certain contacts from internal directory to address book</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8093</link>
                        <pubDate>Wed, 05 Jun 2024 21:31:57 +0000</pubDate>
                        <description><![CDATA[excellent thanksNow I have a question, can I send an email to an entire address book? Or would I have to do the same process but instead of an address book it would be to enter the contacts ...]]></description>
                        <content:encoded><![CDATA[<p>excellent thanks<br />Now I have a question, can I send an email to an entire address book? Or would I have to do the same process but instead of an address book it would be to enter the contacts into a distribution list?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jolmir</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8093</guid>
                    </item>
				                    <item>
                        <title>RE: Bulk import certain contacts from internal directory to address book</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8089</link>
                        <pubDate>Wed, 05 Jun 2024 08:35:17 +0000</pubDate>
                        <description><![CDATA[@jolmir
Hi,
You can take a look at this script.You can use it be slightly modifying it or use some specific command from the script.
Remarks:
Fix the permission before executing it.Make ...]]></description>
                        <content:encoded><![CDATA[<p>@jolmir</p>
<p>Hi,</p>
<p>You can take a look at this script.You can use it be slightly modifying it or use some specific command from the script.</p>
<p>Remarks:</p>
<p>Fix the permission before executing it.<br />Make sure you are executing it as zextras user.</p>
<pre contenteditable="false">#!/bin/bash

# Define user email
USER_EMAIL="user@example.com"

# Create Address Books
zmmailbox -z -m $USER_EMAIL cf /Directors
zmmailbox -z -m $USER_EMAIL cf /Personal

# Add Directors Contacts
zmmailbox -z -m $USER_EMAIL cct /Directors "Director1" email=director1@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director2" email=director2@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director3" email=director3@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director4" email=director4@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director5" email=director5@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director6" email=director6@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director7" email=director7@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director8" email=director8@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director9" email=director9@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director10" email=director10@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director11" email=director11@example.com
zmmailbox -z -m $USER_EMAIL cct /Directors "Director12" email=director12@example.com


# Export all contacts
zmmailbox -z -m $USER_EMAIL gaf &gt; all_contacts.csv

#Manually edit CSV file (all_contacts.csv) to remove the 12 directors' contacts

# Now Import remaining contacts to Personal Address Book
zmmailbox -z -m $USER_EMAIL ict /Personal personal_contacts.csv</pre>
<p> </p>
<p>Let us know if it helps.</p>
<p>Regards,</p>
<p>Sharif</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8089</guid>
                    </item>
				                    <item>
                        <title>Bulk import certain contacts from internal directory to address book</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8088</link>
                        <pubDate>Tue, 04 Jun 2024 21:49:05 +0000</pubDate>
                        <description><![CDATA[Sorry, I&#039;m using Google Translate. I have Carbonio Core 23.11.0 installed with more than 1,200 accounts. A user asks me to create an address book called Directors with 12 contacts and anothe...]]></description>
                        <content:encoded><![CDATA[<p>Sorry, I'm using Google Translate. I have Carbonio Core 23.11.0 installed with more than 1,200 accounts. A user asks me to create an address book called Directors with 12 contacts and another one named Personal with the rest. The question is, which one would be the best? way to create the address book and add the email addresses from the GAL from the CLI, via the website I could not find how to do it other than creating each contact but, I ensure that they are internal contacts of the own domain, thanks in advance</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jolmir</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/bulk-import-certain-contacts-from-internal-directory-to-address-book/#post-8088</guid>
                    </item>
							        </channel>
        </rss>
		