<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
		<link>http://www.iredmail.org/forum/topic4084-how-to-create-an-email-alias-in-iredmail-shell-solved.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4084.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to create an email alias in iRedMail (shell) [SOLVED].]]></description>
		<lastBuildDate>Fri, 26 Oct 2012 00:32:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18853.html#p18853</link>
			<description><![CDATA[<p>Thank you ZhangHuangbin.</p><p>In order to delete an email alias:<br /></p><div class="codebox"><pre><code>mysql&gt; USE vmail;
mysql&gt; DELETE FROM alias where address=&#039;EmailUserAlias@example.net&#039;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (kaplink)]]></author>
			<pubDate>Fri, 26 Oct 2012 00:32:30 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18853.html#p18853</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18843.html#p18843</link>
			<description><![CDATA[<div class="quotebox"><cite>kaplink wrote:</cite><blockquote><p>How to add EmailUserAlias@example.net as an alias to the EmailUser@example.net so that emails destined to EmailUserAlias@example.com are landed (not forwarded) to EmailUser@example.net</p></blockquote></div><p>Insert a record in SQL table &quot;vmail.alias&quot;. For example:<br /></p><div class="codebox"><pre><code>mysql&gt; USE vmail;
mysql&gt; INSERT INTO alias (address, goto, domain) VALUES (&#039;EmailUserAlias@example.net&#039;, &#039;EmailUser@example.net&#039;, &#039;example.net&#039;);</code></pre></div><p>Note: It&#039;s a good idea to always use lower cases for email addresses.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 25 Oct 2012 15:34:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18843.html#p18843</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18836.html#p18836</link>
			<description><![CDATA[<div class="quotebox"><cite>kaplink wrote:</cite><blockquote><p>I read the relevants posts but to me both options are too much.<br />There should be a simpler non gui way.</p></blockquote></div><p>I&#039;d suggest you look them up in the postfixadmin sources.</p><p>In the beginning I was thinking in the same direction, now I&#039;m more <br />inclined to patch postfixadmin so that it&#039;ll work together with the <br />database structure which was changed from/based on the original <br />postfixadmin database layout.</p><p>Cheers<br />&nbsp; &nbsp;Mike</p>]]></description>
			<author><![CDATA[null@example.com (neuffer)]]></author>
			<pubDate>Wed, 24 Oct 2012 22:33:16 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18836.html#p18836</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18835.html#p18835</link>
			<description><![CDATA[<p>Thanks for your reply Mike,</p><p>I read the relevants posts but to me both options are too much.<br />There should be a simpler non gui way.</p>]]></description>
			<author><![CDATA[null@example.com (kaplink)]]></author>
			<pubDate>Wed, 24 Oct 2012 22:18:57 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18835.html#p18835</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18834.html#p18834</link>
			<description><![CDATA[<div class="quotebox"><cite>kaplink wrote:</cite><blockquote><p>I &#039;m trying to figure out how can I create an alias for an already created email account.</p><p>For instance:<br />EmailUser@example.net is created and active.<br />How to add EmailUserAlias@example.net as an alias to the EmailUser@example.net so that emails destined to EmailUserAlias@example.com are landed (not forwarded) to EmailUser@example.net</p></blockquote></div><p>Either you buy the Pro-Admin-Package or you install postfixadmin (with a few fixes, you should find the discussions in the forum) and use that.</p><div class="quotebox"><blockquote><p>I believe that it&#039;s an SQL query and then reloading postfix but I haven&#039;t figure it out.</p></blockquote></div><p>No, a reload should not be necessary.</p><p>Cheers<br />&nbsp; &nbsp;Mike</p>]]></description>
			<author><![CDATA[null@example.com (neuffer)]]></author>
			<pubDate>Wed, 24 Oct 2012 22:15:05 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18834.html#p18834</guid>
		</item>
		<item>
			<title><![CDATA[How to create an email alias in iRedMail (shell) [SOLVED]]]></title>
			<link>http://www.iredmail.org/forum/post18833.html#p18833</link>
			<description><![CDATA[<p>Hello everyone,</p><p>I &#039;m trying to figure out how can I create an alias for an already created email account.</p><p>For instance:<br />EmailUser@example.net is created and active.<br />How to add EmailUserAlias@example.net as an alias to the EmailUser@example.net so that emails destined to EmailUserAlias@example.com are landed (not forwarded) to EmailUser@example.net </p><p>I believe that it&#039;s an SQL query and then reloading postfix but I haven&#039;t figure it out.</p><p>Thanks for any help.</p><p>- iRedMail version: 0.8.3, MySQL, Debian 6</p>]]></description>
			<author><![CDATA[null@example.com (kaplink)]]></author>
			<pubDate>Wed, 24 Oct 2012 21:29:51 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18833.html#p18833</guid>
		</item>
	</channel>
</rss>
