<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
		<link>http://www.iredmail.org/forum/topic102-iredmail-050rc1-debian-50x-new-user-issues.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic102.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in iRedMail 0.5.0-RC1 Debian 5.0.x new user issues.]]></description>
		<lastBuildDate>Fri, 07 Aug 2009 16:09:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
			<link>http://www.iredmail.org/forum/post793.html#p793</link>
			<description><![CDATA[<p>i have the same problems with my first domain. i created a new domain after installations and all works fine for them..</p>]]></description>
			<author><![CDATA[null@example.com (vesaliuz)]]></author>
			<pubDate>Fri, 07 Aug 2009 16:09:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post793.html#p793</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
			<link>http://www.iredmail.org/forum/post525.html#p525</link>
			<description><![CDATA[<p>It seems all are correct in LDIF data.</p><p>Could you please try to debug ldap query? Steps:</p><p>- Increase loglevel in /etc/ldap/slapd.conf:<br /></p><div class="codebox"><pre><code>loglevel    256</code></pre></div><p>- Restart openldap, and then monitor /var/log/openldap.log.</p><p>You can post logs in /var/log/openldap.log.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 29 Jun 2009 03:55:02 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post525.html#p525</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
			<link>http://www.iredmail.org/forum/post524.html#p524</link>
			<description><![CDATA[<p>Hi,</p><p>Exported LDIF data attached (modified so that my real domain = my.real.domain).</p>]]></description>
			<author><![CDATA[null@example.com (knobdy)]]></author>
			<pubDate>Sun, 28 Jun 2009 17:13:58 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post524.html#p524</guid>
		</item>
		<item>
			<title><![CDATA[Re: iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
			<link>http://www.iredmail.org/forum/post510.html#p510</link>
			<description><![CDATA[<p>Could you please export the LDIF data of this new user?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 28 Jun 2009 08:12:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post510.html#p510</guid>
		</item>
		<item>
			<title><![CDATA[iRedMail 0.5.0-RC1 Debian 5.0.x new user issues]]></title>
			<link>http://www.iredmail.org/forum/post509.html#p509</link>
			<description><![CDATA[<p>Hi,</p><p>Having an issue after following the tutorial on howtoforge:</p><br /><p><a href="http://www.howtoforge.com/iredmail-mail-server-with-ldap-postfix-roundcube-squirrelmail-dovecot-clamav-spamassassin-amavisd-debian-5.0.1#comment">http://www.howtoforge.com/iredmail-mail … .1#comment</a></p><p>(I&#039;m using OpenLDAP)</p><p>I noticed that I can&#039;t send e-mails from a newly created account:</p><p>Jun 28 01:39:29 r2d2 roundcube: [28-Jun-2009 01:39:29 -0500] SMTP Error: SMTP error: Failed to add recipient &#039;SOMEUSERATSOMEDOMAIN@REMOTE.COM&#039; in /usr/share/apache2/roundcubemail-0.2.1/program/steps/mail/func.inc on line 1296 (POST /roundcube/?_task=mail&amp;_action=send)</p><p>If I try to send an e-mail to this user from a remote domain, I see the following in the mail logs:</p><p>Jun 28 01:39:29 r2d2 postfix/smtpd[9115]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.0 &lt;newuser@my.domain.com&gt;: Sender address rejected: User unknown in local recipient table; from=&lt;newuser@my.domain.com&gt; to=&lt;SOMEUSERATSOMEDOMAIN@REMOTE.COM&gt; proto=ESMTP helo=&lt;rmy.domain.com&gt;</p><p>I can login to the webmail client with the newly created user fine, but mail cannot be sent or recivied due to the errors above.</p><p>Looking back at my create script, it looks like it had a couple of errors:</p><p>r2d2:~/iRedMail-0.5.0-rc1/tools# ./create_mail_user_OpenLDAP.sh my.domain.com newuser<br />adding new entry &quot;ou=Users,domainName=my.domain.com,o=domains,dc=my,dc=domain,dc=com&quot;<br />ldap_add: Already exists (68)</p><br /><p>adding new entry &quot;ou=Groups,domainName=my.domain.com,o=domains,dc=my,dc=domain,dc=com&quot;<br />ldap_add: Already exists (68)</p><p>adding new entry &quot;ou=Aliases,domainName=my.domain.com,o=domains,dc=my,dc=domain,dc=com&quot;<br />ldap_add: Already exists (68)</p><p>adding new entry &quot;mail=newuser@my.domain.com,ou=Users,domainName=my.domain.com,o=domains,dc=my,dc=domain,dc=com&quot;</p><p>* There&#039;s no error on the last one.</p><p>My LDAP settings look like:</p><p># ------------------------------------------------------------------<br /># -------------------------- LDAP Setting --------------------------<br /># ------------------------------------------------------------------<br />LDAP_SUFFIX=&quot;dc=my,dc=domain,dc=com&quot;</p><p># Setting &#039;BASE_DN&#039;.<br />BASE_DN=&quot;o=domains,${LDAP_SUFFIX}&quot;</p><p># Setting &#039;DOMAIN_NAME&#039; and DOMAIN_DN&#039;:<br />#&nbsp; &nbsp; &nbsp;* DOMAIN will be used in mail address: ${USERNAME}@${DOMAIN}<br />#&nbsp; &nbsp; * DOMAIN_DN will be used in LDAP dn.<br />DOMAIN_NAME=&quot;$1&quot;<br />DOMAIN_DN=&quot;domainName=${DOMAIN_NAME}&quot;<br />OU_USER_DN=&quot;ou=Users&quot;</p><p># ---------- rootdn of LDAP Server ----------<br /># Setting rootdn of LDAP.<br />BINDDN=&quot;cn=Manager,${LDAP_SUFFIX}&quot;</p><p># Setting rootpw of LDAP.<br />BINDPW=&#039;areallyuberelitepassword&#039;</p><p>Any ideas or thoughts?</p>]]></description>
			<author><![CDATA[null@example.com (knobdy)]]></author>
			<pubDate>Sun, 28 Jun 2009 07:04:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post509.html#p509</guid>
		</item>
	</channel>
</rss>
