<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — admin table and cluebringer]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic3947.xml" />
	<updated>2012-10-03T19:47:31Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic3947-admin-table-and-cluebringer.html</id>
		<entry>
			<title type="html"><![CDATA[Re: admin table and cluebringer]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18445.html#p18445" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>mml1000 wrote:</cite><blockquote><p>    # Database related.<br />    AuthMySQL_Password_Table admin</p></blockquote></div><p>Bug in iRedMail. Please change the table name to &quot;mailbox&quot; like below:<br /></p><div class="codebox"><pre><code>AuthMySQL_Password_Table mailbox</code></pre></div></blockquote></div><p>Thanks&nbsp; - will do.</p>]]></content>
			<author>
				<name><![CDATA[mml1000]]></name>
				<uri>http://www.iredmail.org/forum/user31974.html</uri>
			</author>
			<updated>2012-10-03T19:47:31Z</updated>
			<id>http://www.iredmail.org/forum/post18445.html#p18445</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: admin table and cluebringer]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18404.html#p18404" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>mml1000 wrote:</cite><blockquote><p>    # Database related.<br />    AuthMySQL_Password_Table admin</p></blockquote></div><p>Bug in iRedMail. Please change the table name to &quot;mailbox&quot; like below:<br /></p><div class="codebox"><pre><code>AuthMySQL_Password_Table mailbox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-02T00:06:40Z</updated>
			<id>http://www.iredmail.org/forum/post18404.html#p18404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: admin table and cluebringer]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18403.html#p18403" />
			<content type="html"><![CDATA[<p>/etc/apache2/conf.d/cluebringer.conf:</p><p>&lt;Directory /usr/share/postfix-cluebringer-webui/webui/&gt;<br />&nbsp; &nbsp; DirectoryIndex index.php<br />&nbsp; &nbsp; Options ExecCGI<br />&nbsp; &nbsp; Order allow,deny</p><p>&nbsp; &nbsp; #allow from 127.0.0.1<br />&nbsp; &nbsp; allow from all</p><p>&nbsp; &nbsp; AuthType basic<br />&nbsp; &nbsp; AuthName &quot;Authorization Required&quot;<br />&nbsp; &nbsp; AuthType Basic</p><p>&nbsp; &nbsp; AuthMYSQL on<br />&nbsp; &nbsp; AuthBasicAuthoritative Off<br />&nbsp; &nbsp; AuthUserFile /dev/null</p><p>&nbsp; &nbsp; # Database related.<br />&nbsp; &nbsp; AuthMySQL_Password_Table admin<br />&nbsp; &nbsp; Auth_MySQL_Username_Field username<br />&nbsp; &nbsp; Auth_MySQL_Password_Field password</p><p>&nbsp; &nbsp; # Password related.<br />&nbsp; &nbsp; AuthMySQL_Empty_Passwords off<br />&nbsp; &nbsp; AuthMySQL_Encryption_Types Crypt_MD5<br />&nbsp; &nbsp; Auth_MySQL_Authoritative On</p><p>&nbsp; &nbsp; Require valid-user<br />&lt;/Directory&gt;</p>]]></content>
			<author>
				<name><![CDATA[mml1000]]></name>
				<uri>http://www.iredmail.org/forum/user31974.html</uri>
			</author>
			<updated>2012-10-01T20:11:20Z</updated>
			<id>http://www.iredmail.org/forum/post18403.html#p18403</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: admin table and cluebringer]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18386.html#p18386" />
			<content type="html"><![CDATA[<p>Hi mml1000,</p><p>Could you please paste me your original file: /etc/apache2/conf.d/cluebringer.conf? It looks like a bug in iRedMail, because it should use SQL table &quot;vmail.mailbox&quot; instead of &quot;vmail.admin&quot;.</p><div class="quotebox"><cite>mml1000 wrote:</cite><blockquote><p>(a) what is the admin table used for - only cluebringer or other functions as well,</p></blockquote></div><p>- In iRedMail-0.8.1 and earlier versions, it&#039;s used to store domain admin accounts. Usually, domain admin is just a mail user under the same domain, so domain admin will have to maintain two passwords: one for accessing mailbox, another for accessing admin panel (e.g. iRedAdmin) and other tools like phpLDAPadmin, Cluebringer web interface.</p><p>- Since iRedMail-0.8.2, it&#039;s able to mark normal mail user as domain admin. Domain admin doesn&#039;t need to maintain two passwords anymore, but you can create separate admin account (not mail user) if you want.</p><div class="quotebox"><cite>mml1000 wrote:</cite><blockquote><p>(b) why mine might be blank? (I see, for example, that iRedAdminPro does not appear to use the admins table for domain administration but uses the separate domain_admins table.</p></blockquote></div><p>Empty record is correct, because iRedMail-0.8.2 won&#039;t create record in admin table after installation completed.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-01T12:37:16Z</updated>
			<id>http://www.iredmail.org/forum/post18386.html#p18386</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[admin table and cluebringer]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18349.html#p18349" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.8.2<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MySQL<br />- Linux/BSD distribution name and version: Ubuntu 12.04<br />- Related log if you&#039;re reporting an issue: -<br />==== </p><p>On a clean installation of iRedMail and iRedAdminPro I find I cannot log into cluebringer using the user name and password set out in iRedMail.tips. I see from /etc/apache2/conf.d/cluebringer.conf that authentication is against the admin table in the vmail database. My admin table has no entries. Of course, I can add an appropriate entry but would be grateful if someone could explain (a) what is the admin table used for - only cluebringer or other functions as well, (b) why mine might be blank? (I see, for example, that iRedAdminPro does not appear to use the admins table for domain administration but uses the separate domain_admins table.</p><p>Many thanks in advance.</p><p>Matthew</p>]]></content>
			<author>
				<name><![CDATA[mml1000]]></name>
				<uri>http://www.iredmail.org/forum/user31974.html</uri>
			</author>
			<updated>2012-09-27T17:33:54Z</updated>
			<id>http://www.iredmail.org/forum/post18349.html#p18349</id>
		</entry>
</feed>
