<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — [SOLVED] Sogo mail group]]></title>
		<link>https://forum.iredmail.org/topic8469-solved-sogo-mail-group.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic8469.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] Sogo mail group.]]></description>
		<lastBuildDate>Thu, 08 Jan 2015 02:13:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35386.html#p35386</link>
			<description><![CDATA[<p>Maybe we should use this instead:<br /></p><div class="codebox"><pre><code>filter = &quot;accountStatus=active AND enabledService=mail AND enabledService=displayedInGlobalAddressBook&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 08 Jan 2015 02:13:48 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35386.html#p35386</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35385.html#p35385</link>
			<description><![CDATA[<p>My openldap log:<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 fd=24 ACCEPT from IP=127.0.0.1:42112 (IP=0.0.0.0:389)<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=0 BIND dn=&quot;cn=vmailadmin,dc=mydomain,dc=pl&quot; method=128<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=0 BIND dn=&quot;cn=vmailadmin,dc=mydomain,dc=pl&quot; mech=SIMPLE ssf=0<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=0 RESULT tag=97 err=0 text=<br />#comment (now I try search zarzad@mydomain.pl - this is mailList(group))<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=1 SRCH base=&quot;o=domains,dc=mydomain,dc=pl&quot; scope=2 deref=0 filter=&quot;(&amp;(|(cn=*zar*)(sn=*zar*)(displayName=*zar*)(telephon$<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=1 SRCH attr=*<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: &lt;= bdb_substring_candidates: (displayName) not indexed<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 op=2 UNBIND<br />Jan&nbsp; 8 00:44:21 poczta slapd[12232]: conn=1008 fd=24 closed<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 fd=24 ACCEPT from IP=127.0.0.1:42115 (IP=0.0.0.0:389)<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=0 BIND dn=&quot;cn=vmailadmin,dc=mydomain,dc=pl&quot; method=128<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=0 BIND dn=&quot;cn=vmailadmin,dc=mydomain,dc=pl&quot; mech=SIMPLE ssf=0<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=0 RESULT tag=97 err=0 text=<br />#comment (now I try search tomasz....@mydomain.pl - this is mailUser)<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=1 SRCH base=&quot;o=domains,dc=mydomain,dc=pl&quot; scope=2 deref=0 filter=&quot;(&amp;(|(cn=*tom*)(sn=*tom*)(displayName=*tom*)(telephon$<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=1 SRCH attr=*<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: &lt;= bdb_substring_candidates: (displayName) not indexed<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 op=2 UNBIND<br />Jan&nbsp; 8 00:44:28 poczta slapd[12232]: conn=1009 fd=24 closed</p><p>After this I changed my sogo.conf and now is ok</p><p>SOGoUserSources = (<br />......<br />filter = &quot;objectClass=mailUser AND accountStatus=active AND enabledService=mail&quot;;<br />to<br />filter = &quot;objectClass=mailUser OR objectClass=mailList AND accountStatus=active AND enabledService=mail&quot;;<br />........</p><p>But maybe other solutions will be better ?<br />What with displayedInGlobalAddressBook ?</p>]]></description>
			<author><![CDATA[null@example.com (TomKep)]]></author>
			<pubDate>Thu, 08 Jan 2015 00:11:25 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35385.html#p35385</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35350.html#p35350</link>
			<description><![CDATA[<div class="quotebox"><cite>TomKep wrote:</cite><blockquote><p>But when I try search group mail in global address book, I can&#039;t find it..</p></blockquote></div><p>Please turn on debug mode in OpenLDAP and show us detailed log of this searching.</p><p>Reference: turn on debug mode in OpenLDAP.<br /><a href="http://www.iredmail.org/docs/debug.openldap.html">http://www.iredmail.org/docs/debug.openldap.html</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 07 Jan 2015 13:48:08 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35350.html#p35350</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35348.html#p35348</link>
			<description><![CDATA[<p>Hi.<br />I used this guide and it works.<br />When I create mail and I&#039;m typing group name into To: field - system suggest me rest of group mail address and this is OK.<br />But when I try search group mail in global address book, I can&#039;t find it..</p><p>My policy is domain.<br />Can I Do something with this ?</p><p>My sogo.conf<br />SOGoUserSources = (<br />&nbsp; &nbsp; &nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type = ldap;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; hostname = &quot;ldap://127.0.0.1:389&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; baseDN = &quot;o=domains,dc=mydomain,dc=pl&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bindDN = &quot;cn=vmailadmin,dc=mydomain,dc=pl&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bindPassword = &quot;password&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; filter = &quot;objectClass=mailUser AND accountStatus=active AND enabledService=mail&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; scope = SUB;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; userPasswordAlgorithm = ssha;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IDFieldName = mail;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bindFields = (mail);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CNFieldName = cn;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UIDFieldName = mail;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IMAPLoginFieldName = mail;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SearchFieldNames = (cn, sn, displayName, telephoneNumber, mail, shadowAddress);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; canAuthenticate = YES;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; displayName = &quot;Global Address Book&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id = ldap_auth;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; isAddressBook = YES;<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp;);</p>]]></description>
			<author><![CDATA[null@example.com (TomKep)]]></author>
			<pubDate>Wed, 07 Jan 2015 13:41:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35348.html#p35348</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35253.html#p35253</link>
			<description><![CDATA[<p>iRedMail has &quot;mail group&quot; as you described, no &quot;normal group&quot;.<br />To create mail group, you can create it with ldap management too manually by following our tutorial:<br /><a href="http://www.iredmail.org/docs/ldap.add.mail.list.html">http://www.iredmail.org/docs/ldap.add.mail.list.html</a></p><p>Or, you can buy our web admin panel to make your life easier: <a href="http://www.iredmail.org/admin_panel.html">http://www.iredmail.org/admin_panel.html</a></p><p>Screenshot of mail group creation with iRedAdmin-Pro:<br /><span class="postimg"><img src="http://www.iredmail.org/images/iredadmin/maillist_create.png" alt="http://www.iredmail.org/images/iredadmin/maillist_create.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 06 Jan 2015 14:31:13 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35253.html#p35253</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Sogo mail group]]></title>
			<link>https://forum.iredmail.org/post35206.html#p35206</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.9.0<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):LDAP <br />- Linux/BSD distribution name and version: Ubuntu 14.04<br />iRedmail with SOGo on LDAP without Roundcube.<br />====<br />Helo</p><p>Like my other topics about mail aliases, in this I ask about mail group and normal group create in iRedmail with SOGo.<br />I have problem to find information about this. I don&#039;t know what I should search.<br />iRedmail config or SOGo config? Perhaps other ?</p><p>Mail Group (in my thinking) - that is group of users with one mail address. When I send mail for this address all users from groups receive this mail. Send mail for this group is possible only for group moderators or member of group.</p><p>Normal Group - that is group of users ( with or without mail address). When I create appointment or task and add this group name for recipients, all users from this group should receive invitation.</p><p>Could you help me ?</p>]]></description>
			<author><![CDATA[null@example.com (TomKep)]]></author>
			<pubDate>Mon, 05 Jan 2015 12:12:44 +0000</pubDate>
			<guid>https://forum.iredmail.org/post35206.html#p35206</guid>
		</item>
	</channel>
</rss>
