<?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>
									Migrating from Multiserver Zimbra to Carbonio Single Server - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/migrating-from-multiserver-zimbra-to-carbonio-single-server/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 10 Jun 2026 15:04:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Migrating from Multiserver Zimbra to Carbonio Single Server</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/migrating-from-multiserver-zimbra-to-carbonio-single-server/#post-9879</link>
                        <pubDate>Sun, 26 Jan 2025 18:20:53 +0000</pubDate>
                        <description><![CDATA[Modify the script instep 4 to:
 
#!/bin/bash
#Script for creating the email accounts createacct.sh
USERS=&quot;/opt/backups/zmigrate/emails.txt&quot;
for i in `cat $USERS`
do
echo $i
carbonio ...]]></description>
                        <content:encoded><![CDATA[<p>Modify the script in https://community.zextras.com/how-to-use-script-to-migrate-zimbra-to-carbonio-carbonio-ce/ step 4 to:</p>
<p> </p>
<pre contenteditable="false">#!/bin/bash
#Script for creating the email accounts createacct.sh
USERS="/opt/backups/zmigrate/emails.txt"
for i in `cat $USERS`
do
echo $i
carbonio prov ma $i zimbraMailHost {SERVERFQDN}
carbonio prov ma $i zimbraMailTransport lmtp:{SERVERFQDN}:7025
done
</pre>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>mhammett</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/migrating-from-multiserver-zimbra-to-carbonio-single-server/#post-9879</guid>
                    </item>
				                    <item>
                        <title>Migrating from Multiserver Zimbra to Carbonio Single Server</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/migrating-from-multiserver-zimbra-to-carbonio-single-server/#post-9877</link>
                        <pubDate>Sun, 26 Jan 2025 04:40:46 +0000</pubDate>
                        <description><![CDATA[I&#039;m migrating over from a multi-server Zimbra cluster to a single-server Carbonio installation. All of the accounts I&#039;ve looked at in the Carbonio admin UI have a &quot;server&quot; of their old serve...]]></description>
                        <content:encoded><![CDATA[<p>I'm migrating over from a multi-server Zimbra cluster to a single-server Carbonio installation. All of the accounts I've looked at in the Carbonio admin UI have a "server" of their old server. How do I edit that since I have just a single server now, and it's definitely not named what the old one was?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>mhammett</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/migrating-from-multiserver-zimbra-to-carbonio-single-server/#post-9877</guid>
                    </item>
							        </channel>
        </rss>
		