<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Postfix/Dovecot passwords]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic69.xml" />
	<updated>2009-06-13T19:28:07Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic69-postfixdovecot-passwords.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Postfix/Dovecot passwords]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post330.html#p330" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Note: due to the different mysql template/ldap schema you used, there&#039;s no primise for success migration/upgrade, but feel free to post issues you met here</p></blockquote></div><p>Thats true!<br />What I need is user- / domainnames , quotas, passwords (MD5), email addresses ;-)), aliases, vacations etc. <br />So I want to export data with sql statements which give the right data(format) for the new db. On worst case I`ll create temp. rows (new db) and import old data with rs-IDs from the old db. This way I be able to use where - clauses tho get right data in.</p><p>mbsouth</p>]]></content>
			<author>
				<name><![CDATA[mbsouth]]></name>
				<uri>http://www.iredmail.org/forum/user69.html</uri>
			</author>
			<updated>2009-06-13T19:28:07Z</updated>
			<id>http://www.iredmail.org/forum/post330.html#p330</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Postfix/Dovecot passwords]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post315.html#p315" />
			<content type="html"><![CDATA[<p>Note: due to the different mysql template/ldap schema you used, there&#039;s no primise for success migration/upgrade, but feel free to post issues you met here <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-06-12T07:36:28Z</updated>
			<id>http://www.iredmail.org/forum/post315.html#p315</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Postfix/Dovecot passwords]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post314.html#p314" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>mbsouth wrote:</cite><blockquote><p>My 1st Q. is: <br />How are passwords stored in Postfixadmins database using iRedMail -&gt; plain text, other&nbsp; or MD5?<br />(I´ve to import the old user-data into the new db)</p></blockquote></div><p>MD5 by default (in MySQL backend).</p><div class="quotebox"><blockquote><p>2nd Q.:<br />Is it possible to reconfigure Postfix/Dovecot after iRedMail installation to store password as MD5 hash without problems (later updates etc)?</p></blockquote></div><p>Of course you can.</p><div class="quotebox"><blockquote><p>3th Q.:<br />Is it possible to install iRedMail as simple ISP styled MAILSERVER without Apache, PHP, phpMyAdmin, awStats and Roundcube. Just mail components!</p></blockquote></div><p>Short answer: YES.</p><p>two ways:<br /></p><ul><li><p>Install iRedMail in a normail way, and then delete components you don&#039;t want.</p></li><li><p>Remove/Comment the component package names in /path/to/iRedMail-x.y.z/functions/packages.sh, so that iRedMail won&#039;t install this component, and then set &#039;export status_FUNCTION_NAME=&quot;DONE&quot;&#039; in /path/to/iRedMail-x.y.z/.iRedMail.installation.status before you start installation, and iRedMail will skip runing these functions. FUNCTION_NAME here is function name which defined in iRedMail-x.y.z/functions/*.sh files, such as:<br /></p></li></ul><div class="codebox"><pre><code># File: /path/to/iRedMail-x.y.z/.iRedMail.installation.status
export status_apache_php_config=&#039;DONE&#039;</code></pre></div><p>It will skip runing function apache_php_config() which defined in functions/apache_php.sh, it means iRedMail won&#039;t config apache &amp; php for you.</p><p>Tip: you can find all functions defined in functions/*.sh like this:<br /></p><div class="codebox"><pre><code>$ cd /path/to/iRedMail-x.y.z/
$ grep -Eir &#039;^[a-z].*\(\)$&#039; functions/* | grep -v &#039;.svn&#039; | grep -v &#039; &#039;</code></pre></div><p>PS: phpMyAdmin, awStats and Roundcube are already optional components.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-06-12T07:33:22Z</updated>
			<id>http://www.iredmail.org/forum/post314.html#p314</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Postfix/Dovecot passwords]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post313.html#p313" />
			<content type="html"><![CDATA[<p>Hi all!</p><p>I´ve running a Postfix 2.3 /Dovecot 1.0 system on Debian Lenny, no !Postfixadmin!. Since, I created my own database shema like the ISP toutorial at <a href="http://www.workaround.org">http://www.workaround.org</a>.</p><p>Passwords are stored as MD5 hash (more about 4000 mailboxes).</p><p>I want to upgrade to postfix 2.5 and Dovecot 1.1 and Postfixadmin with iRedMail. </p><p>My 1st Q. is: <br />How are passwords stored in Postfixadmins database using iRedMail -&gt; plain text, other&nbsp; or MD5?<br />(I´ve to import the old user-data into the new db)</p><p>2nd Q.:<br />Is it possible to reconfigure Postfix/Dovecot after iRedMail installation to store password as MD5 hash without problems (later updates etc)? </p><p>3th Q.:<br />Is it possible to install iRedMail as simple ISP styled MAILSERVER without Apache, PHP, phpMyAdmin, awStats and Roundcube. Just mail components! </p><p>Apache, PHP, phpMyAdmin, awStats and Roundcube should be installed on a second server -&gt; webserver.</p><br /><br /><p>Thx mbsouth</p>]]></content>
			<author>
				<name><![CDATA[mbsouth]]></name>
				<uri>http://www.iredmail.org/forum/user69.html</uri>
			</author>
			<updated>2009-06-12T07:02:14Z</updated>
			<id>http://www.iredmail.org/forum/post313.html#p313</id>
		</entry>
</feed>
