<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — New users cant send-receive email]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic124.xml" />
	<updated>2009-09-25T22:35:10Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic124-new-users-cant-sendreceive-email.html</id>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1257.html#p1257" />
			<content type="html"><![CDATA[<p>I face with same problem, I use OpenLDAP as my backend on CentOS 5.3. When I use &quot;create_mail_user_OpenLDAP.sh&quot; to create new user, it succeed but only default user &quot;www@mydomain.com&quot;can send-receive mail. Please intruct me to solve it. Best regard</p>]]></content>
			<author>
				<name><![CDATA[kumiter]]></name>
				<uri>http://www.iredmail.org/forum/user308.html</uri>
			</author>
			<updated>2009-09-25T22:35:10Z</updated>
			<id>http://www.iredmail.org/forum/post1257.html#p1257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post680.html#p680" />
			<content type="html"><![CDATA[<p>I don&#039;t know why PostfixAdmin required an alias and a mailbox record for one user, i don&#039;t know why they design this.</p><p>Only one record in vmail.mailbox table is enough for a normal mail user.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-07-17T06:59:30Z</updated>
			<id>http://www.iredmail.org/forum/post680.html#p680</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post679.html#p679" />
			<content type="html"><![CDATA[<p>I assumed that the &#039;INSERT INTO alias&#039; line was not necessary in the create_mail_user_MySQL.sh script, so I took it out. When I was done importing the .sql file into the database, I noticed that on the postfixadmin portal there was a negative amount of alias&#039;. That in and of itself I thought was odd probably because I don&#039;t get why you would need alias&#039; in the first place. I primarily want mailboxes. What is the point of the extra step of creating an extra step getting email to the main mailbox?</p><p>Either way I went back to the script and put back the &#039;INSERT INTO alias&#039; command and everything seemed to go back to normal.</p>]]></content>
			<author>
				<name><![CDATA[Steve]]></name>
				<uri>http://www.iredmail.org/forum/user102.html</uri>
			</author>
			<updated>2009-07-16T19:14:39Z</updated>
			<id>http://www.iredmail.org/forum/post679.html#p679</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post638.html#p638" />
			<content type="html"><![CDATA[<p>New version of tools/create_mail_user_MySQL.sh won&#039;t insert alias now. Thanks for your feedback. <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-07-12T03:36:45Z</updated>
			<id>http://www.iredmail.org/forum/post638.html#p638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post637.html#p637" />
			<content type="html"><![CDATA[<p>Now I am sending and receiving emails !!<br /><img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Note: Let me know whats wrong with automatic edition of alias table when create new users for mailbox table</p>]]></content>
			<author>
				<name><![CDATA[gnuancarlos]]></name>
				<uri>http://www.iredmail.org/forum/user113.html</uri>
			</author>
			<updated>2009-07-12T02:23:29Z</updated>
			<id>http://www.iredmail.org/forum/post637.html#p637</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post636.html#p636" />
			<content type="html"><![CDATA[<p>Hey !!<br />I found there is no alias created beyond first user. It looks like some little errors on creating-user*.sh sript, isen it?</p><p>I added them directly to MySQL:</p><br /><br /><p>INSERT INTO `alias` (`address`, `goto`, `domain`, `created`, `modified`, `expired`, `active`) VALUES<br />(&#039;pruebita5@myowndomain.homelinux.org&#039;, &#039;pruebita5@myowndomain.homelinux.org&#039;, &#039;myowndomain.homelinux.org&#039;, &#039;2009-07-10 10:24:08&#039;, &#039;0000-00-00 00:00:00&#039;, &#039;9999-12-31 00:00:00&#039;, 1);</p><br /><br /><p>Its sending emails now !!!<br />Its not receiving yet, but I am working on it.</p>]]></content>
			<author>
				<name><![CDATA[gnuancarlos]]></name>
				<uri>http://www.iredmail.org/forum/user113.html</uri>
			</author>
			<updated>2009-07-12T02:16:49Z</updated>
			<id>http://www.iredmail.org/forum/post636.html#p636</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post635.html#p635" />
			<content type="html"><![CDATA[<p>Ups !!! this is it:</p><p>iRedMail-0.5.0-rc2</p>]]></content>
			<author>
				<name><![CDATA[gnuancarlos]]></name>
				<uri>http://www.iredmail.org/forum/user113.html</uri>
			</author>
			<updated>2009-07-12T01:34:51Z</updated>
			<id>http://www.iredmail.org/forum/post635.html#p635</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post634.html#p634" />
			<content type="html"><![CDATA[<p>0.5.2 Rc2<br />How/ where to debug mysql ?<br />:S</p>]]></content>
			<author>
				<name><![CDATA[gnuancarlos]]></name>
				<uri>http://www.iredmail.org/forum/user113.html</uri>
			</author>
			<updated>2009-07-12T01:29:11Z</updated>
			<id>http://www.iredmail.org/forum/post634.html#p634</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post633.html#p633" />
			<content type="html"><![CDATA[<p>Which version of iredmail do you use?</p><p>Please try to debug mysql query.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-07-12T01:11:59Z</updated>
			<id>http://www.iredmail.org/forum/post633.html#p633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[New users cant send-receive email]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post632.html#p632" />
			<content type="html"><![CDATA[<p>Hi</p><p>I have succesfully installed iRedMail + MySQL on Debian-Lenny&nbsp; <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />First user has been created and can send -receive emails , no problem.</p><p>I create some other users following this steps:</p><p><a href="http://code.google.com/p/iredmail/wiki/Admin_Guide#How_to_add_new_users?">http://code.google.com/p/iredmail/wiki/ … new_users?</a><br />New users are created, I can see them in MySQL database (mailbox table). These new users can login to squirrelmail or roundcube, no problem at all.</p><p>The problem is I just cant send or receive emails to these new users. I mean, if I send an email from @gmail.com for example, I get this kind of error:</p><p>-----------------------------------------------------------------------------<br />This is an automatically generated Delivery Status Notification</p><p>Delivery to the following recipient failed permanently:</p><p>&nbsp; &nbsp; pruebita5@myowndomain.homelinux.org</p><p>Technical details of permanent failure:<br />Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.1.1 &lt;pruebita5@myowndomain.homelinux.org&gt;: Recipient address rejected: User unknown in local recipient table (state 14).<br />---------------------------------------------------------------------------------</p><p>If I login to squirrelmail and try to send an email I get something like:</p><p>---------------------------------------------------------------------------------<br />Message not sent. Server replied:</p><p>&nbsp; &nbsp; Requested action not taken: mailbox unavailable<br />&nbsp; &nbsp; 550 5.1.0 &lt;pruebita5@myowndomain.homelinux.org&gt;: Sender address rejected: User unknown in local recipient table<br />----------------------------------------------------------------------------------</p><p>What can be wrong? What can I do here?<br />Thanx</p>]]></content>
			<author>
				<name><![CDATA[gnuancarlos]]></name>
				<uri>http://www.iredmail.org/forum/user113.html</uri>
			</author>
			<updated>2009-07-12T01:07:39Z</updated>
			<id>http://www.iredmail.org/forum/post632.html#p632</id>
		</entry>
</feed>
