<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Postfix Active Directory Mailing List</title>
	<atom:link href="http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/</link>
	<description>Rapidly deploy Linux based mail solutions today</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:40:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Wooldridge</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3488</link>
		<dc:creator>David Wooldridge</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3488</guid>
		<description>yeah, that&#039;s good too. Cheers</description>
		<content:encoded><![CDATA[<p>yeah, that&#8217;s good too. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3485</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3485</guid>
		<description>Hi David Wooldridge,

Yeah, that bothered me too. Anyway, try my new solution above.</description>
		<content:encoded><![CDATA[<p>Hi David Wooldridge,</p>
<p>Yeah, that bothered me too. Anyway, try my new solution above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wooldridge</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3484</link>
		<dc:creator>David Wooldridge</dc:creator>
		<pubDate>Mon, 02 Mar 2009 13:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3484</guid>
		<description>Hi, I did think about doing the above but wanted to have friendly names in the directory, but this works fine. Thanks alot.

David</description>
		<content:encoded><![CDATA[<p>Hi, I did think about doing the above but wanted to have friendly names in the directory, but this works fine. Thanks alot.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3480</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Sat, 28 Feb 2009 22:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3480</guid>
		<description>Hi David Wooldridge,

You are right, the above instruction do not work for Winbind. Please read the article again, I&#039;ve updated its content. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi David Wooldridge,</p>
<p>You are right, the above instruction do not work for Winbind. Please read the article again, I&#8217;ve updated its content. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wooldridge</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3474</link>
		<dc:creator>David Wooldridge</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3474</guid>
		<description>Hi, many thanks for all the great howtos. I have a postfix (2.5.6) and dovecot server setup authenticating via AD using winbind with one local domain (example.com) so no virtual accounts/domains. I have everything working apart from getting the mailing lists from AD as described above. I have the following in my main.cf:

alias_maps = hash:/etc/postfix/aliases, ldap:/etc/postfix/ldap-groups.cf

My ldap-groups.cf is:

# cat ldap-groups.cf
server_host = dc1.corp.example.com
search_base = dc=corp,dc=example,dc=com
version = 3
query_filter = (&amp;(objectclass=group)(mail=%s))
leaf_result_attribute = mail
special_result_attribute = member
bind = yes
bind_dn = mailserver@corp.example.com
bind_pw = password

One of my mailing lists is this:

# postmap -q ukbackups@example.com ldap:/etc/postfix/ldap-groups.cf
user1@example.com,user2@example.com

when i send mail to this, I get this in the log file:

Feb 24 09:29:23 flanders postfix/local[3895]: 196DA1CEA7E: to=, relay=local, delay=0.13, delays=0.07/0.01/0/0.06, dsn=5.1.1, status=bounced (unknown user: &quot;ukbackups&quot;)

How can I tell postfix that this isn&#039;t a local user? I thought putting this in alias_maps would be enough.

If I change the mailing list &quot;mail&quot; attribute to just &quot;ukbackups&quot; without the domain, it works ok, but then this breaks the lookup in the directory/address book etc.

Cheers David</description>
		<content:encoded><![CDATA[<p>Hi, many thanks for all the great howtos. I have a postfix (2.5.6) and dovecot server setup authenticating via AD using winbind with one local domain (example.com) so no virtual accounts/domains. I have everything working apart from getting the mailing lists from AD as described above. I have the following in my main.cf:</p>
<p>alias_maps = hash:/etc/postfix/aliases, ldap:/etc/postfix/ldap-groups.cf</p>
<p>My ldap-groups.cf is:</p>
<p># cat ldap-groups.cf<br />
server_host = dc1.corp.example.com<br />
search_base = dc=corp,dc=example,dc=com<br />
version = 3<br />
query_filter = (&amp;(objectclass=group)(mail=%s))<br />
leaf_result_attribute = mail<br />
special_result_attribute = member<br />
bind = yes<br />
bind_dn = <a href="mailto:mailserver@corp.example.com">mailserver@corp.example.com</a><br />
bind_pw = password</p>
<p>One of my mailing lists is this:</p>
<p># postmap -q <a href="mailto:ukbackups@example.com">ukbackups@example.com</a> ldap:/etc/postfix/ldap-groups.cf<br />
<a href="mailto:user1@example.com">user1@example.com</a>,user2@example.com</p>
<p>when i send mail to this, I get this in the log file:</p>
<p>Feb 24 09:29:23 flanders postfix/local[3895]: 196DA1CEA7E: to=, relay=local, delay=0.13, delays=0.07/0.01/0/0.06, dsn=5.1.1, status=bounced (unknown user: &#8220;ukbackups&#8221;)</p>
<p>How can I tell postfix that this isn&#8217;t a local user? I thought putting this in alias_maps would be enough.</p>
<p>If I change the mailing list &#8220;mail&#8221; attribute to just &#8220;ukbackups&#8221; without the domain, it works ok, but then this breaks the lookup in the directory/address book etc.</p>
<p>Cheers David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3378</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Wed, 14 Jan 2009 23:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3378</guid>
		<description>Hi cach0rr0,

This article handles the two items below
-distribution list addresses
-distribution group addresses

For the items 
-user primary addresses
-user proxy addresses

See the related page &lt;a href=&quot;/postfix-dovecot-ldap-centos-5/&quot;&gt;How to integrate Active Directory into Postfix and Dovecot&lt;/a&gt;

I used the &lt;em&gt;othermailbox&lt;/em&gt; attribute for the proxy address because &lt;em&gt;proxyAddresses&lt;/em&gt; is available only if you have Microsoft Exchange.</description>
		<content:encoded><![CDATA[<p>Hi cach0rr0,</p>
<p>This article handles the two items below<br />
-distribution list addresses<br />
-distribution group addresses</p>
<p>For the items<br />
-user primary addresses<br />
-user proxy addresses</p>
<p>See the related page <a href="/postfix-dovecot-ldap-centos-5/">How to integrate Active Directory into Postfix and Dovecot</a></p>
<p>I used the <em>othermailbox</em> attribute for the proxy address because <em>proxyAddresses</em> is available only if you have Microsoft Exchange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cach0rr0</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-3377</link>
		<dc:creator>cach0rr0</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-3377</guid>
		<description>Cheers for that, nifty guide (and quite painless). 

The one minuscule flaw I can see, is it doesn&#039;t appear to handle addresses stored in the proxyAddresses attribute (?)

Generally speaking, with an LDAP lookup, this should be possible - but I&#039;m unclear exactly what&#039;s expected in this .cf

The filter, I&#039;ve worked out should be something like:

(&amp;(objectclass=*)(&#124;(mail=%s)(proxyAddresses=smtp:%s)))

The idea being, we don&#039;t simply want users&#039; primary e-mail. We want:

-distribution list addresses
-distribution group addresses
-public folder addresses
-user primary addresses
-user proxy addresses

Can debate the sensibility of allowing external parties to e-mail an internal DL later - fact is some people need to do it, so it&#039;d be nice if we had this same flexibility. 

Of course given the need described above, I&#039;m not sure the relevance of the &#039;member&#039; attribute, since we don&#039;t just want group members, we want *everything*, including the group&#039;s address itself (if available)

I know I&#039;m somewhat on the right track, but alas what I have this far is incomplete. 

Any ideas?</description>
		<content:encoded><![CDATA[<p>Cheers for that, nifty guide (and quite painless). </p>
<p>The one minuscule flaw I can see, is it doesn&#8217;t appear to handle addresses stored in the proxyAddresses attribute (?)</p>
<p>Generally speaking, with an LDAP lookup, this should be possible &#8211; but I&#8217;m unclear exactly what&#8217;s expected in this .cf</p>
<p>The filter, I&#8217;ve worked out should be something like:</p>
<p>(&amp;(objectclass=*)(|(mail=%s)(proxyAddresses=smtp:%s)))</p>
<p>The idea being, we don&#8217;t simply want users&#8217; primary e-mail. We want:</p>
<p>-distribution list addresses<br />
-distribution group addresses<br />
-public folder addresses<br />
-user primary addresses<br />
-user proxy addresses</p>
<p>Can debate the sensibility of allowing external parties to e-mail an internal DL later &#8211; fact is some people need to do it, so it&#8217;d be nice if we had this same flexibility. </p>
<p>Of course given the need described above, I&#8217;m not sure the relevance of the &#8216;member&#8217; attribute, since we don&#8217;t just want group members, we want *everything*, including the group&#8217;s address itself (if available)</p>
<p>I know I&#8217;m somewhat on the right track, but alas what I have this far is incomplete. </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davtup</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-2061</link>
		<dc:creator>davtup</dc:creator>
		<pubDate>Fri, 22 Aug 2008 16:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-2061</guid>
		<description>Thank you very much for your reply.
your link is very helpful for me!</description>
		<content:encoded><![CDATA[<p>Thank you very much for your reply.<br />
your link is very helpful for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-2060</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Fri, 22 Aug 2008 13:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-2060</guid>
		<description>See &lt;a href=&quot;/postfix-dovecot-ldap-centos-5/&quot;&gt;Postfix, Dovecot and Active Directory&lt;/a&gt;

Mailbox creation is automatic, all you have to do is assign a value in the Email field of Active Directory.</description>
		<content:encoded><![CDATA[<p>See <a href="/postfix-dovecot-ldap-centos-5/">Postfix, Dovecot and Active Directory</a></p>
<p>Mailbox creation is automatic, all you have to do is assign a value in the Email field of Active Directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davtup</title>
		<link>http://www.linuxmail.info/postfix-active-directory-ldap-lookup-howto/#comment-2055</link>
		<dc:creator>davtup</dc:creator>
		<pubDate>Fri, 22 Aug 2008 07:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://linux-mail.info/postfix-active-directory-ldap-lookup-howto/#comment-2055</guid>
		<description>sorry, 
after I follow these steps. I done with LDAP query. But now I don&#039;t know how to create mailbox on Postfix by using user on AD.

Could please someones guide me, or do you have any document about that?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>sorry,<br />
after I follow these steps. I done with LDAP query. But now I don&#8217;t know how to create mailbox on Postfix by using user on AD.</p>
<p>Could please someones guide me, or do you have any document about that?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.764 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 06:41:06 -->
<!-- Compression = gzip -->
