<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Aliases problem]]></title>
		<link>http://www.iredmail.org/forum/topic216-aliases-problem.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic216.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Aliases problem.]]></description>
		<lastBuildDate>Fri, 04 Sep 2009 13:03:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1049.html#p1049</link>
			<description><![CDATA[<p>I believe, I destroyed something by playing arround with postfix settings.<br />I´ll restore the changes with an image I made some days ago.&nbsp; </p><p>Btw. in main.cf in line<br />mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname<br />should be <br />mydestination = $myhostname, localhost, localhost.localdomain, localhost.$mydomain<br />Of course its possibly that I changed this. Can you check it?</p><p>It is advantageous to use postfix´s proxymap (proxy:mysql:......) instead of (mysql:....)?<br />I also tried to use amavis tmp directory with ramdisk (tmpfs). It works but there is not enough traffic on my test environment to evaluate this.</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Fri, 04 Sep 2009 13:03:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1049.html#p1049</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1043.html#p1043</link>
			<description><![CDATA[<p>Did you change other postfix parameters?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 04 Sep 2009 02:33:12 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1043.html#p1043</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1041.html#p1041</link>
			<description><![CDATA[<p>Sorry about that!</p><p>postmaster@example.com,office@example.com,example.com,2009-09-03 01:48:18,2009-09-03 14:56:02,9999-12-31 00:00:00,1</p><p>&#039;office@example.com&#039;, xxxx, &#039;office&#039;, &#039;/var/vmail/vmail01&#039;, &#039;example.com/office/&#039;, 100, &#039;example.com&#039;, &#039;dovecot&#039;, &#039;&#039;, &#039;normal&#039;, NULL, 1, 1, 1, 1, 1, &#039;0000-00-00 00:00:00&#039;, 0, &#039;&#039;, &#039;2009-08-22 01:48:18&#039;, &#039;2009-08-29 22:47:32&#039;, &#039;9999-12-31 00:00:00&#039;, 1</p><p>If I comment out<br />#enable_original_recipient = no it works again!</p><br /><p>thx</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Thu, 03 Sep 2009 19:34:25 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1041.html#p1041</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1038.html#p1038</link>
			<description><![CDATA[<p>hi, sir. i just want to check other columns. please paste all output result. (Just HIDE/CHANGE password field)</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 03 Sep 2009 15:59:01 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1038.html#p1038</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1037.html#p1037</link>
			<description><![CDATA[<p>SELECT * FROM alias WHERE address=&#039;postmaster@example.com&#039;;<br />=&gt; postmaster@example.com, office@example.com [address,goto]</p><p>SELECT * FROM mailbox WHERE username=&#039;office@example.com&#039;;<br />=&gt; office@example.com, the_password, Office, /var/vmail/example.com/office ...</p><br /><br /><br /><p>thx</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Thu, 03 Sep 2009 15:14:31 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1037.html#p1037</guid>
		</item>
		<item>
			<title><![CDATA[Re: Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1036.html#p1036</link>
			<description><![CDATA[<p>Could you please show the SQL query result?<br /></p><div class="codebox"><pre><code>mysql&gt; USE vmail;
mysql&gt; SELECT * FROM alias WHERE address=&#039;postmaster@example.com&#039;;
mysql&gt; SELECT * FROM mailbox WHERE username=&#039;office@example.com&#039;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 03 Sep 2009 15:05:49 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1036.html#p1036</guid>
		</item>
		<item>
			<title><![CDATA[Aliases problem]]></title>
			<link>http://www.iredmail.org/forum/post1033.html#p1033</link>
			<description><![CDATA[<p>Strange things happens. <br />Today I created an alias -&gt; postmaster@example.com. It points to office@example.com (mailbox) [address -&gt; goto].<br />When I sent a message to postmaster@example.com I got this in the mail.log:</p><p>NOQUEUE: reject: RCPT from external.mailserver.local[x.x.x.x]: 450 4.1.1 &lt;postmaster@example.com&gt;: Recipient address rejected: unverified address: Address verification in progress; from=&lt;user@mailserver.local&gt; to=&lt;postmaster@example.com&gt; proto=ESMTP helo=&lt;external.mailserver.local&gt;</p><p>I test it like:<br />postmap -q postmaster@example.com proxy:mysql:/etc/postfix/mysql_virtual_alias_maps.cf<br />Result:<br />office@example.com</p><p>After that I tried any other aliases. The same happens. Any idea?</p><br /><p>mbsouth</p>]]></description>
			<author><![CDATA[null@example.com (mbsouth)]]></author>
			<pubDate>Thu, 03 Sep 2009 14:21:52 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1033.html#p1033</guid>
		</item>
	</channel>
</rss>
