<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Some modifications...]]></title>
		<link>http://www.iredmail.org/forum/topic185-some-modifications.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic185.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Some modifications....]]></description>
		<lastBuildDate>Sat, 22 Aug 2009 13:56:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post920.html#p920</link>
			<description><![CDATA[<div class="quotebox"><cite>wfvanvalkenburg wrote:</cite><blockquote><p>I have migrated mailbox from my old server to new server via imap. There are some very handy imaptools to do this for you:</p></blockquote></div><p>Will you share more details about your migration?<br />I think it will help more users <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 22 Aug 2009 13:56:24 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post920.html#p920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post919.html#p919</link>
			<description><![CDATA[<p>I have migrated mailbox from my old server to new server via imap. There are some very handy imaptools to do this for you:<br /><a href="http://www.athensfbc.com/imap_tools/">http://www.athensfbc.com/imap_tools/</a></p><p>regards,</p><p>Willem</p>]]></description>
			<author><![CDATA[null@example.com (wfvanvalkenburg)]]></author>
			<pubDate>Sat, 22 Aug 2009 13:23:07 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post919.html#p919</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post918.html#p918</link>
			<description><![CDATA[<div class="quotebox"><cite>mbsouth wrote:</cite><blockquote><p>There are other things like how to move unread mailmessages from the old mailserver (SAMBAR Server 6.4 =&gt; out of lifetime [running on W2K-Server]) in mbox-format to iRedMail ?</p></blockquote></div><p>iRedMail uses maildir format, you have to migrate mbox to maildir first, and then copy them to new mailbox.<br />Search &#039;convert mbox messagees to maildir format&#039; in Google will help you.</p><div class="quotebox"><blockquote><p>How to create the directory-tree by default to copy unread messages in it -&gt; ?? sending each user a wellcome mail ??</p></blockquote></div><p>Example to create a maildir format mailbox:<br /></p><div class="codebox"><pre><code># mkdir -p /path/to/new/Maildir/{tmp,cur,new}</code></pre></div><p>You can copy unread mails to &#039;Maildir/new/&#039;.</p><p>Send a welcome mail is another way, choose the one you preferred. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Good luck.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 22 Aug 2009 12:32:57 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post918.html#p918</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post917.html#p917</link>
			<description><![CDATA[<p>Hi, <br />it seems it´s easy to move the old accounts to the new database: <br />Split maildomains from email; also split admin-accounts from mail-user, some sql export/import statements ... ;-D</p><p>There are other things like how to move unread mailmessages from the old mailserver (SAMBAR Server 6.4 =&gt; out of lifetime [running on W2K-Server]) in mbox-format to iRedMail ?<br />How to create the directory-tree by default to copy unread messages in it -&gt; ?? sending each user a wellcome mail ??</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Sat, 22 Aug 2009 12:16:40 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post917.html#p917</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post916.html#p916</link>
			<description><![CDATA[<p>aha, it seems easy to migrate to iRedMail from your old mail server <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 22 Aug 2009 11:57:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post916.html#p916</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post915.html#p915</link>
			<description><![CDATA[<p>Hi, thx for the tipp!<br />I think I found what i need:</p><p>By default -&gt; default_pass_scheme = CRYPT<br />Passwords were stored as MD5-CRYPT hash in vmail.mailbox table&nbsp; e.g. --&gt; <span style="color: blue">$1$eefCcAhm$sSwG4cgC5GBMpzgEvfuqP0</span></p><div class="quotebox"><blockquote><p>...function, which means that CRYPT is usually able to decrypt also MD5-CRYPT and possibly also other password schemes. <br /><a href="http://wiki.dovecot.org/Authentication/PasswordSchemes">http://wiki.dovecot.org/Authentication/PasswordSchemes</a></p></blockquote></div><p>What I need is PLAN-MD5.<br />Password like --&gt; <span style="color: blue">d512598b6df069f39381c3db78aaecdb</span></p><p>I´ll change Dovecots default_pass_scheme to default_pass_scheme = PLAIN-MD5 and Postfixadmin to $CONF[&#039;encrypt&#039;] = &#039;md5&#039; instead of $CONF[&#039;encrypt&#039;] = &#039;md5crypt&#039;</p><p>Hope to be able to post my success!<br />[ iRedMail = success ]</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Sat, 22 Aug 2009 11:54:39 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post915.html#p915</guid>
		</item>
		<item>
			<title><![CDATA[Re: Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post914.html#p914</link>
			<description><![CDATA[<p>- iRedMail uses MD5 by default in MySQL solution (SSHA in LDAP solution).<br />- Dovecot supports it with iRedMail default setting (dovecot-mysql.conf: default_password_scheme = CRYPT). Reference about password schemes supported by Dovecot: <a href="http://wiki.dovecot.org/Authentication/PasswordSchemes">http://wiki.dovecot.org/Authentication/PasswordSchemes</a></p><div class="quotebox"><cite>mbsouth wrote:</cite><blockquote><p>Have to migrate an older mailsystem, 52 vdomains, ~4000 user, passwords are MD5 hashes.</p></blockquote></div><p>Insert MD5 hashed password into SQL, it should work as expected.<br />Password of user created in PostfixAdmin is MD5 hashed by default, no addition modification required.</p><div class="quotebox"><cite>mbsouth wrote:</cite><blockquote><p>A domainadmin for the first standard domain is created well. What I miss is a SUPERADMIN.</p></blockquote></div><p>Set value to &#039;ALL&#039; in &#039;domain&#039; column of vmail.domain_admins table, That&#039;s it.</p><p>Don&#039;t forget to share your success story in our <a href="http://www.iredmail.org/forum/forum3-success-stories.html">Success Stories</a> forum, and you can donate us to make this project continue exists. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 22 Aug 2009 08:02:56 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post914.html#p914</guid>
		</item>
		<item>
			<title><![CDATA[Some modifications...]]></title>
			<link>http://www.iredmail.org/forum/post913.html#p913</link>
			<description><![CDATA[<p>1st, congratulation! <br />I gave iRedMail 0.5.0 the first try and voala, it works out of the box - like a charme!<br />Great work, thx a lot.</p><p>2nd, I have to do some modifications to use iRedMail too:</p><p>Very important for me is how passwords are stored.<br />Have to migrate an older mailsystem, 52 vdomains, ~4000 user, passwords are MD5 hashes.<br />So it seems that Dovecot doesn´t use MD5 -&gt; mysql.conf: password-shema = CRYPT <br />The passwords in the database mapping files also cryptet - I just know this with plain text.<br />My Q. is, what have I to do, that iRM stores the passwords in MD5[PLAIN] format (not MD5-Crypt, CRAM-MD5 or CRYPT).<br />Is it enough to modify Dovecots mysql.conf and Postfixadmins config.inc.php [$CONF[&#039;encrypt&#039;] = &#039;md5&#039;;]?</p><p>A domainadmin for the first standard domain is created well. What I miss is a SUPERADMIN.</p><p>Great works, thx twice<br />mbsouth</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Sat, 22 Aug 2009 07:51:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post913.html#p913</guid>
		</item>
	</channel>
</rss>
