<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pario TechnoBlob &#187; Zimbra</title>
	<atom:link href="http://pario.no/tag/zimbra/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Migrate Zimbra mail filter rules between servers</title>
		<link>http://pario.no/2011/07/21/migrate-zimbra-mail-filter-rules-between-servers/</link>
		<comments>http://pario.no/2011/07/21/migrate-zimbra-mail-filter-rules-between-servers/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 22:33:01 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[sieve]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[zimbramailsievescript]]></category>
		<category><![CDATA[zmprov]]></category>
		<category><![CDATA[zmztozmig]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1573</guid>
		<description><![CDATA[This is a short HOWTO migrate Zimbra mail filter rules from one server to another or even copy the rules from one user and import them to another. These commands are useful to use when you migrate user accounts between servers since mail filters are not migrated using the Zimbra to Zimbra migration script, zmztozmig [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short HOWTO migrate Zimbra mail filter rules from one server to another or even copy the rules from one user and import them to another. These commands are useful to use when you migrate user accounts between servers since mail filters are not migrated using the Zimbra to Zimbra migration script, zmztozmig . I might write a short post about migrating users between Zimbra servers later.</p>
<p><strong>Export the rules to a file named filter_rules.sieve</strong> as the zimbra user</p>
<pre>
# zmprov ga user@example.com zimbraMailSieveScript > filter_rules.sieve</pre>
<p><strong>The content of the file could look something like this</strong></p>
<pre>
# name user@example.com
zimbraMailSieveScript require ["fileinto", "reject", "tag", "flag"];

# Filtername
if anyof (header :contains ["to"] "root@localhost") {
    fileinto "foldername";
    stop;
}</pre>
<p>Copy the filter_rules.sieve file to the other server and import the filter rules by enclosing the filter rules with a single qoutes around the rules</p>
<pre>
# zmprov ma user@example.com zimbraMailSieveScript 'require ["fileinto", "reject", "tag", "flag"];

# Filtername
if anyof (header :contains ["to"] "root@localhost") {
    fileinto "foldername";
    stop;
}'
</pre>
<p>This has been tested on a Zimbra 7.1.1 OSE server after migrating some users mailboxes from a 32-bit Zimbra server to a new 64-bit server.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMTEvMDcvMjEvbWlncmF0ZS16aW1icmEtbWFpbC1maWx0ZXItcnVsZXMtYmV0d2Vlbi1zZXJ2ZXJzLzx3cHRiPk1pZ3JhdGUgWmltYnJhIG1haWwgZmlsdGVyIHJ1bGVzIGJldHdlZW4gc2VydmVyczx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2011/07/21/migrate-zimbra-mail-filter-rules-between-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zimbra distribution list commands</title>
		<link>http://pario.no/2009/11/17/zimbra-distribution-list-commands/</link>
		<comments>http://pario.no/2009/11/17/zimbra-distribution-list-commands/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:02:50 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[zmprov]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1262</guid>
		<description><![CDATA[This is just a short post describing Zimbra distribution list (mailinglist) commands. These commands should be run as the zimbra user # su - zimbra List all distribution lists # zmprov gadl Print only members addresses of a distribution list # zmprov gdl mailinglist@example.com &#124; grep zimbraMailForwardingAddress: &#124; awk {'print $2'} Show if a list [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a short post describing Zimbra distribution list (mailinglist) commands.</p>
<p>These commands should be run as the zimbra user</p>
<pre>
# su - zimbra</pre>
<p><strong>List all distribution lists</strong></p>
<pre>
# zmprov gadl</pre>
<p><strong>Print only members addresses of a distribution list</strong></p>
<pre>
# zmprov gdl mailinglist@example.com | grep zimbraMailForwardingAddress: | awk {'print $2'}</pre>
<p><strong>Show if a list is member of another distribution list(s)</strong></p>
<pre>
# zmprov gdlm mailinglist@example.com</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDkvMTEvMTcvemltYnJhLWRpc3RyaWJ1dGlvbi1saXN0LWNvbW1hbmRzLzx3cHRiPlppbWJyYSBkaXN0cmlidXRpb24gbGlzdCBjb21tYW5kczx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/11/17/zimbra-distribution-list-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure mutt for Zimbra and IMAP</title>
		<link>http://pario.no/2009/05/24/configure-mutt-for-zimbra-and-imap/</link>
		<comments>http://pario.no/2009/05/24/configure-mutt-for-zimbra-and-imap/#comments</comments>
		<pubDate>Sun, 24 May 2009 07:10:29 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1091</guid>
		<description><![CDATA[This post describes how to configure the command line e-mail client mutt to use your Zimbra IMAP mailbox. Open the text file .muttrc, located in your home directory. If it does not exist, create it. Add or replace the following lines with your own user ID: set spoolfile=imaps://mail.example.com/Inbox set folder=imaps://mail.example.com/ set imap_user=username@example.com If you would [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how to configure the command line e-mail client mutt to use your Zimbra IMAP mailbox.</p>
<p>Open the text file <strong>.muttrc</strong>, located in your home directory. If it does not exist, create it. Add or replace the following lines with your own user ID:</p>
<pre>
set spoolfile=imaps://mail.example.com/Inbox
set folder=imaps://mail.example.com/
set imap_user=username@example.com</pre>
<p>If you would like to use your Zimbra Sent and Drafts folders for sent and postponed messages in Mutt, also add the following lines, as above:</p>
<pre>
set record=imaps://mail.example.com/Sent
set postponed=imaps://mail.example.com/Drafts</pre>
<p>Mutt can now be used as a e-mail Zimbra client with access to all your mail. You can change folder in mutt by pressing the etter <strong>c</strong>. If you do not know the name of the folder, just press <strong>?</strong>.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDkvMDUvMjQvY29uZmlndXJlLW11dHQtZm9yLXppbWJyYS1hbmQtaW1hcC88d3B0Yj5Db25maWd1cmUgbXV0dCBmb3IgWmltYnJhIGFuZCBJTUFQPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2009/05/24/configure-mutt-for-zimbra-and-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a new language in Zimbra 5.x</title>
		<link>http://pario.no/2008/10/03/installing-a-new-language-in-zimbra-5x/</link>
		<comments>http://pario.no/2008/10/03/installing-a-new-language-in-zimbra-5x/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 16:56:36 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[norwegian]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://pario.no/?p=710</guid>
		<description><![CDATA[This is a short post describing how I&#8217;ve installed a new language pack to a Zimbra (ZCS) 5.0.10 installation to enable norsk/norwegian language. Download your desired language pack, in my case it was a Norwegian translation from the I18N/L10N &#8211; Translations Zimbra forum. Unpack the translation files Copy the translated files to your Zimbra server [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short post describing how I&#8217;ve installed a new language pack to a Zimbra (ZCS) 5.0.10 installation to enable norsk/norwegian language.</p>
<ol>
<li>Download your desired language pack, in my case it was a <a href="http://www.zimbra.com/forums/i18n-l10n-translations/19418-norwegian-translation.html">Norwegian translation from the I18N/L10N &#8211; Translations Zimbra forum</a>.</li>
<li>Unpack the translation files</li>
<li>Copy the translated files to your Zimbra server installation
<pre>
# cp *Msg_no.properties /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/messages/
# cp *Msg_no.properties /opt/zimbra/jetty/webapps/zimbraAdmin/WEB-INF/classes/messages/
# cp *Keys_no.properties /opt/zimbra/jetty/webapps/zimbra/WEB-INF/classes/keys/
# cp *Keys_no.properties /opt/zimbra/jetty/webapps/zimbraAdmin/WEB-INF/classes/keys/
# cp ZsMsg_no.properties /opt/zimbra/conf/msgs/ </pre>
</li>
<li>Restart Zimbra
<pre>
# su - zimbra
# zmcontrol stop
# zmcontrol start </pre>
</li>
<li>Set the language preference in your browser and reload </li>
</ol>
<p>Please note that since this operation will most like have to be repeated the next time you upgrade Zimbra. Mainly because Jetty changes version and the file location changes making the translated files unavailable.</p>
<p><strong>Source:</strong> <a href="http://wiki.zimbra.com/index.php?title=Translations#Installing_Translations_in_ZCS_Server">http://wiki.zimbra.com/index.php?title=Translations#Installing_Translations_in_ZCS_Server</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/www.zimbra.com\/forums\/i18n-l10n-translations\/19418-norwegian-translation.html","http:\/\/wiki.zimbra.com\/index.php?title=Translations#Installing_Translations_in_ZCS_Server"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMTAvMDMvaW5zdGFsbGluZy1hLW5ldy1sYW5ndWFnZS1pbi16aW1icmEtNXgvPHdwdGI%2BSW5zdGFsbGluZyBhIG5ldyBsYW5ndWFnZSBpbiBaaW1icmEgNS54PHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/10/03/installing-a-new-language-in-zimbra-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Zimbra account info</title>
		<link>http://pario.no/2008/09/02/export-zimbra-account-info/</link>
		<comments>http://pario.no/2008/09/02/export-zimbra-account-info/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:08:13 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://pario.no/?p=452</guid>
		<description><![CDATA[Export userinformation from Zimbra # su - zimbra # zmprov gaa -v&#124;egrep 'cn:&#124;sn:&#124;displayName&#124;givenName&#124;zimbraMailDeliveryAddress&#124;zimbraMailForwardingAddress&#124;zimbraAccountStatus'&#124;grep -v zimbraAdminSavedSearches Output cn: Ola Normann displayName: Ola Normann givenName: Ola sn: Normann zimbraAccountStatus: active zimbraMailDeliveryAddress: ola@example.com zimbraMailForwardingAddress: ola.normann@example.com ...]]></description>
			<content:encoded><![CDATA[<p>Export userinformation from Zimbra</p>
<pre>
# su - zimbra
# zmprov gaa -v|egrep 'cn:|sn:|displayName|givenName|zimbraMailDeliveryAddress|zimbraMailForwardingAddress|zimbraAccountStatus'|grep -v zimbraAdminSavedSearches</pre>
<p><b>Output</b></p>
<pre>
cn: Ola Normann
displayName: Ola Normann
givenName: Ola
sn: Normann
zimbraAccountStatus: active
zimbraMailDeliveryAddress: ola@example.com
zimbraMailForwardingAddress: ola.normann@example.com
...
</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMDkvMDIvZXhwb3J0LXppbWJyYS1hY2NvdW50LWluZm8vPHdwdGI%2BRXhwb3J0IFppbWJyYSBhY2NvdW50IGluZm88d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/09/02/export-zimbra-account-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

