<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail 开源邮件服务解决方案 - 关于0.8.7的小问题]]></title>
		<link>https://bbs.iredmail.org/topic2744-087.html</link>
		<atom:link href="https://bbs.iredmail.org/feed-rss-topic2744.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[关于0.8.7的小问题 里最新回复的文章]]></description>
		<lastBuildDate>Fri, 11 Jul 2014 00:34:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12694.html#p12694</link>
			<description><![CDATA[<p>我回头测试一下再回复你。</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 11 Jul 2014 00:34:52 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12694.html#p12694</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12686.html#p12686</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin 写道:</cite><blockquote><p>邮件列表或别名的 cn 属性是否有空值的情况？</p></blockquote></div><p>在VM新装的centos和iRedMail—LDAP-PRO<br />加了maillist<br />都是这样<br />Q_Q</p>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Wed, 09 Jul 2014 01:33:32 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12686.html#p12686</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12674.html#p12674</link>
			<description><![CDATA[<p>邮件列表或别名的 cn 属性是否有空值的情况？</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 02 Jul 2014 14:07:40 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12674.html#p12674</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12666.html#p12666</link>
			<description><![CDATA[<p>张大哥<br />Maillist是用iRedAdmin-ldap-pro加的<br />Ldapadmin和iredadmin-pro都没出现有空地址的邮件或maillist<br />thanks</p>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Wed, 02 Jul 2014 02:05:25 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12666.html#p12666</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12653.html#p12653</link>
			<description><![CDATA[<p>Centos, iRedMail和iRedAdmin-ldap-pro都是新装的<br />Maillist是用iRedAdmin-ldap-pro加的<br />Ldapadmin和iredadmin-pro都没出现有空地址的邮件或maillist<br />QQ<br /></p><div class="codebox"><pre><code>[root@mail config]# vi config.inc.php
    &#039;user_specific&#039; =&gt; true,

    // Search mail users under same domain.
    &#039;base_dn&#039;       =&gt; &#039;domainName=%d,o=domains,dc=abc,dc=net&#039;,
    &#039;bind_dn&#039;       =&gt; &#039;mail=%u@%d,ou=Users,domainName=%d,o=domains,dc=abc,dc=net&#039;,

    &#039;hidden&#039;        =&gt; false,
    &#039;searchonly&#039;    =&gt; false,
    &#039;writable&#039;      =&gt; false,

    &#039;search_fields&#039; =&gt; array(&#039;mail&#039;, &#039;cn&#039;, &#039;sn&#039;, &#039;givenName&#039;, &#039;street&#039;, &#039;telephoneNumber&#039;, &#039;mobile&#039;, &#039;stree&#039;, &#039;postalCode&#039;),

    // mapping of contact fields to directory attributes
    &#039;fieldmap&#039; =&gt; array(
        &#039;name&#039;        =&gt; &#039;cn&#039;,
        &#039;surname&#039;     =&gt; &#039;sn&#039;,
        &#039;firstname&#039;   =&gt; &#039;givenName&#039;,
        &#039;title&#039;       =&gt; &#039;title&#039;,
        &#039;email&#039;       =&gt; &#039;mail:*&#039;,
        &#039;phone:work&#039;  =&gt; &#039;telephoneNumber&#039;,
        &#039;phone:mobile&#039; =&gt; &#039;mobile&#039;,
        &#039;street&#039;      =&gt; &#039;street&#039;,
        &#039;zipcode&#039;     =&gt; &#039;postalCode&#039;,
        &#039;locality&#039;    =&gt; &#039;l&#039;,
        &#039;department&#039;  =&gt; &#039;departmentNumber&#039;,
        &#039;notes&#039;       =&gt; &#039;description&#039;,
        &#039;name&#039;        =&gt; &#039;cn&#039;,
        &#039;surname&#039;     =&gt; &#039;sn&#039;,
        &#039;firstname&#039;   =&gt; &#039;givenName&#039;,
        &#039;title&#039;       =&gt; &#039;title&#039;,
        &#039;email&#039;       =&gt; &#039;mail:*&#039;,
        &#039;phone:work&#039;  =&gt; &#039;telephoneNumber&#039;,
        &#039;phone:mobile&#039; =&gt; &#039;mobile&#039;,
        &#039;phone:workfax&#039; =&gt; &#039;facsimileTelephoneNumber&#039;,
        &#039;street&#039;      =&gt; &#039;street&#039;,
        &#039;zipcode&#039;     =&gt; &#039;postalCode&#039;,
        &#039;locality&#039;    =&gt; &#039;l&#039;,
        &#039;department&#039;  =&gt; &#039;departmentNumber&#039;,
        &#039;notes&#039;       =&gt; &#039;description&#039;,
        &#039;photo&#039;       =&gt; &#039;jpegPhoto&#039;,
    ),
    &#039;sort&#039;          =&gt; &#039;cn&#039;,
    &#039;scope&#039;         =&gt; &#039;sub&#039;,
    &#039;filter&#039;        =&gt; &#039;(&amp;(enabledService=mail)(enabledService=deliver)(enabledService=displayedInGlobalAddressBook)(|(objectClass=mailList)(objectClass=mailAlias)(objectClass=mailUser)))&#039;,
    &#039;fuzzy_search&#039;  =&gt; true,
    &#039;vlv&#039;           =&gt; false,   // Enable Virtual List View to more efficiently fetch paginated data (if server supports it)
    &#039;sizelimit&#039;     =&gt; &#039;0&#039;,     // Enables you to limit the count of entries fetched. Setting this to 0 means no limit.
    &#039;timelimit&#039;     =&gt; &#039;0&#039;,     // Sets the number of seconds how long is spend on the search. Setting this to 0 means no limit.
    &#039;referrals&#039;     =&gt; false,  // Sets the LDAP_OPT_REFERRALS option. Mostly used in multi-domain Active Directory setups

    &#039;group_filters&#039; =&gt; array(
        &#039;departments&#039; =&gt; array(
            &#039;name&#039;    =&gt; &#039;Mailing Lists&#039;,
            &#039;scope&#039;   =&gt; &#039;sub&#039;,
            &#039;base_dn&#039; =&gt; &#039;domainName=%d,o=domains,dc=abc,dc=net&#039;,
            &#039;filter&#039;  =&gt; &#039;(&amp;(objectclass=mailList)(accountStatus=active)(enabledService=displayedInGlobalAddressBook))&#039;,
            &#039;name_attr&#039; =&gt; &#039;cn&#039;,
            &#039;email&#039;     =&gt; &#039;mail&#039;,
        ),
    ),
);
$config[&#039;autocomplete_addressbooks&#039;] = array(&#039;sql&#039;, &#039;global_ldap_abook&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Fri, 27 Jun 2014 08:02:33 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12653.html#p12653</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12647.html#p12647</link>
			<description><![CDATA[<p>*) 你的 LDAP 里是否实际添加有邮件别名或邮件列表？<br />*) 麻烦贴一下你的 Roundcube 配置文件里 LDAP 全局地址簿的配置。贴之前请记得引去密码。<br />*) 直接在命令行用 ldapsearch 命令加上 roundcube 的配置文件里定义的 ldap filter 去查询一下，看看是否返回内容。</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 24 Jun 2014 15:10:44 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12647.html#p12647</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12646.html#p12646</link>
			<description><![CDATA[<p>张大哥<br />我是设置了全局地址簿<br />但是那个Mailing Lists &lt;mail&gt;是空的啊<br />是多出来的<br />好像我全部有2个邮件账号<br />但全局地址那却多了一个没邮件地址的Mailing Lists &lt;这里是空的&gt;<br />谢</p>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Tue, 24 Jun 2014 09:35:39 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12646.html#p12646</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12618.html#p12618</link>
			<description><![CDATA[<p>*) 出现 &#039;Mailing List&#039; 似乎是因为在 LDAP 全局地址簿里设置了邮件列表的缘故。<br />*) iRedMail 不会更新 PHP，请等待你所使用的 Linux 发行版的官方更新。</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 18 Jun 2014 02:17:37 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12618.html#p12618</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12617.html#p12617</link>
			<description><![CDATA[<p>就是这个<br />在收信人那打字<br />它就会出现,但它并没有邮件地址<br />问多一个问题<br />iRedMail那时会升级更高版本的PHP啊.<br />thanks</p>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Wed, 18 Jun 2014 01:27:52 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12617.html#p12617</guid>
		</item>
		<item>
			<title><![CDATA[回复: 关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12614.html#p12614</link>
			<description><![CDATA[<div class="quotebox"><cite>carlkyo 写道:</cite><blockquote><p>第一收件人那多了一个Mailing Lists &lt;mail&gt;,<br />我在LDAP和iRedAdmin都找不到</p></blockquote></div><p>抱歉，我没明白你说的意思。能截个图方便我理解这个问题吗？<br /></p><div class="quotebox"><cite>carlkyo 写道:</cite><blockquote><p>第二ROUNDCUBEMAIL登入那可以好像以前不填整个邮件地址吗</p></blockquote></div><p>你可以设置 Roundcube 配置文件里的 &#039;username_domain&#039; 参数，指定域名的用户就可以不填完整的邮件地址而只填 @ 前的部分。</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 17 Jun 2014 10:22:07 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12614.html#p12614</guid>
		</item>
		<item>
			<title><![CDATA[关于0.8.7的小问题]]></title>
			<link>https://bbs.iredmail.org/post12613.html#p12613</link>
			<description><![CDATA[<p>==== 必填信息。没有填写将不予回复 ====<br />- iRedMail 版本号：0.8.7<br />- 使用哪个数据库存储用户帐号（OpenLDAP，MySQL，PostgreSQL）：OpenLDAP<br />- 使用的 Linux/BSD 发行版名称及版本号：centos 6.5 x64<br />- 与您的问题相关的日志信息：<br />==== <br />第一收件人那多了一个Mailing Lists &lt;mail&gt;,<br />我在LDAP和iRedAdmin都找不到<br />第二ROUNDCUBEMAIL登入那可以好像以前不填整个邮件地址吗<br />(只有一个域名)<br />Q_Q</p>]]></description>
			<author><![CDATA[null@example.com (carlkyo)]]></author>
			<pubDate>Tue, 17 Jun 2014 07:43:04 +0000</pubDate>
			<guid>https://bbs.iredmail.org/post12613.html#p12613</guid>
		</item>
	</channel>
</rss>
