<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Catch-all issue]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4324.xml" />
	<updated>2013-01-04T20:20:27Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4324-catchall-issue.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Catch-all issue]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19749.html#p19749" />
			<content type="html"><![CDATA[<p>Thank you for your help. I managed to find out that there was a typo in /etc/postfix/ldap/virtual_group_members_maps.cf file. In the query filter string there was a section like this: &quot;enabledService=delivery&quot; but it has to be: &quot;enabledService=deliver&quot;. Now after fixing the typo and changing to these values in main.cf:<br /></p><div class="codebox"><pre><code>virtual_alias_maps = 
    proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf,
    proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf,
    proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf,
    proxy:ldap:/etc/postfix/ldap/catchall_maps.cf</code></pre></div><p>it seems the catch-all function works fine.</p>]]></content>
			<author>
				<name><![CDATA[poenhegyek]]></name>
				<uri>http://www.iredmail.org/forum/user32430.html</uri>
			</author>
			<updated>2013-01-04T20:20:27Z</updated>
			<id>http://www.iredmail.org/forum/post19749.html#p19749</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Catch-all issue]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19733.html#p19733" />
			<content type="html"><![CDATA[<p>Your virtual_alias_maps is incorrect.<br /></p><div class="quotebox"><blockquote><p>virtual_alias_maps = <br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/<span style="color: red">sender_login_maps.cf</span>,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/catchall_maps.cf</p></blockquote></div><p>The correct one should be:</p><div class="quotebox"><blockquote><p>virtual_alias_maps = <br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/<span style="color: blue">virtual_group_members_maps.cf</span>,<br />&nbsp; &nbsp; proxy:ldap:/etc/postfix/ldap/catchall_maps.cf</p></blockquote></div><p>This change is mentioned in upgrade tutorial of 0.8.0 -&gt; 0.8.1:<br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.0-0.8.1#Deliver_emails_to_mail_list_members_without_enabledService.3Dsmtp">http://iredmail.org/wiki/index.php?titl … ice.3Dsmtp</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-03T15:18:12Z</updated>
			<id>http://www.iredmail.org/forum/post19733.html#p19733</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Catch-all issue]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19731.html#p19731" />
			<content type="html"><![CDATA[<p>Thank you for answering.</p><p>Here is the output of &quot;postconf -n&quot;: <a href="http://pastebin.com/trEDELmE">http://pastebin.com/trEDELmE</a></p>]]></content>
			<author>
				<name><![CDATA[poenhegyek]]></name>
				<uri>http://www.iredmail.org/forum/user32430.html</uri>
			</author>
			<updated>2013-01-03T07:52:27Z</updated>
			<id>http://www.iredmail.org/forum/post19731.html#p19731</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Catch-all issue]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19727.html#p19727" />
			<content type="html"><![CDATA[<p>Could you please show us output of command &quot;postconf -n&quot; to help troubleshoot?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2013-01-03T05:27:40Z</updated>
			<id>http://www.iredmail.org/forum/post19727.html#p19727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Catch-all issue]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19725.html#p19725" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Linux/BSD distribution name and version: Debian Squeeze 6.0<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>Hello,</p><p>we&#039;ve got a problem with the catch-all feature, similiar to this issue: <a href="http://www.iredmail.org/forum/topic2692-iredadminpro-support-catchall-feature-not-working-properly.html">http://www.iredmail.org/forum/topic2692 … perly.html</a><br />The main difference is that we use LDAP backend, not MySQL, so the solution mentioned on that thread is not applicable to us.</p><p>we followed the upgrade tutorials for iRedMail 0.7.4 &gt; 0.8.3:<br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.7.4-0.8.0">http://iredmail.org/wiki/index.php?titl … .7.4-0.8.0</a><br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.0-0.8.1">http://iredmail.org/wiki/index.php?titl … .8.0-0.8.1</a><br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.1-0.8.2">http://iredmail.org/wiki/index.php?titl … .8.1-0.8.2</a><br /><a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.2-0.8.3">http://iredmail.org/wiki/index.php?titl … .8.2-0.8.3</a></p><p>but when we changed: <a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.0-0.8.1#Deliver_emails_to_mail_list_members_without_enabledService.3Dsmtp">http://iredmail.org/wiki/index.php?titl … ice.3Dsmtp</a><br /> # OLD SETTING<br />#virtual_alias_maps = ..., proxy:ldap:/etc/postfix/ldap/sender_login_maps.cf, ...</p><p># NEW SETTING<br />virtual_alias_maps = ..., proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf, </p><p>....</p><p>this causes all emails sent to any address on a given domain to be delivered to the cath-all address. So not just in case the given email account doen&#039;t exits, but every time, every incoming email for that domain will be delivered to the catch-all address.</p><br /><p>Could you please help? Thanks in advance</p>]]></content>
			<author>
				<name><![CDATA[poenhegyek]]></name>
				<uri>http://www.iredmail.org/forum/user32430.html</uri>
			</author>
			<updated>2013-01-02T18:38:15Z</updated>
			<id>http://www.iredmail.org/forum/post19725.html#p19725</id>
		</entry>
</feed>
