<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Installation error on Debian 5 with iRedMail-0.5.0]]></title>
		<link>http://www.iredmail.org/forum/topic176-installation-error-on-debian-5-with-iredmail050.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic176.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Installation error on Debian 5 with iRedMail-0.5.0.]]></description>
		<lastBuildDate>Sun, 30 Aug 2009 00:13:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post1001.html#p1001</link>
			<description><![CDATA[<div class="quotebox"><cite>Suno Ano wrote:</cite><blockquote><p>Here I am adding the missing semicolon at the end of line 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );</p></blockquote></div><p>Fixed in -current. Thanks Suno <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 30 Aug 2009 00:13:26 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post1001.html#p1001</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post998.html#p998</link>
			<description><![CDATA[<p>It is working now <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> ... see below about what I did:</p><p><strong>Unable to start amavis + fixing the issue:</strong><br /></p><div class="codebox"><pre><code>mail:/home/sa# type psa
psa is aliased to `ps aux | grep&#039;
mail:/home/sa# psa amavis
root     18384  0.0  0.0   5160   776 pts/0    S+   18:49   0:00 grep amavis
mail:/home/sa# /etc/init.d/amavis restart
Stopping amavisd: (not running).
Starting amavisd: Array found where operator expected at /etc/amavis/conf.d/50-user line 22, at end of line
        (Missing semicolon on previous line?)
Error in config file &quot;/etc/amavis/conf.d/50-user&quot;: syntax error at /etc/amavis/conf.d/50-user line 22, near &quot;@bypass_virus_checks_maps &quot;
(failed).
mail:/home/sa# nano /etc/amavis/conf.d/50-user


[here I edit /etc/amavis/conf.d/50-user ... see below about the missing semicolon]


mail:/home/sa# /etc/init.d/amavis start
Starting amavisd: amavisd-new.
mail:/home/sa# psa amavis
amavis   18428  0.2  5.2 203716 81972 ?        Ss   18:51   0:00 amavisd (master)
amavis   18429  0.0  5.1 204916 80844 ?        S    18:51   0:00 amavisd (virgin child)
amavis   18430  0.0  5.1 204916 80824 ?        S    18:51   0:00 amavisd (virgin child)
root     18433  0.0  0.0   5160   776 pts/0    R+   18:55   0:00 grep amavis
mail:/home/sa#</code></pre></div><br /><p><strong>Adding the missing semicolon:</strong><br />Here I am adding the missing semicolon at the end of line 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );</p><div class="codebox"><pre><code>[skipping a lot of lines ...]

chomp($mydomain = &quot;mail.example.com&quot;);
@local_domains_maps = [&#039;mail.example.com&#039;, &#039;example.com&#039;];
@mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
                  10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );

[skipping a lot of lines ...]</code></pre></div><br /><p><strong>Status:</strong><br />Sending works now. Receiving emails (e.g. if I send from<br />foo@gmail.com to foo@example.com) takes a few minutes at first try<br />because of greylisting. I assume the 5min delay is only true for some<br />email address that is seen for the first time i.e. if IRM gets email<br />from the same address for the 2+ times there is no more greylisting<br />and thus no delay right?</p>]]></description>
			<author><![CDATA[null@example.com (Suno Ano)]]></author>
			<pubDate>Sat, 29 Aug 2009 19:29:18 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post998.html#p998</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post972.html#p972</link>
			<description><![CDATA[<div class="quotebox"><cite>Suno Ano wrote:</cite><blockquote><p>Aug 26 16:14:11 mail postfix/smtp[12517]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused</p></blockquote></div><p>Restarting your amavis service should solve this issue.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 27 Aug 2009 04:47:54 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post972.html#p972</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post966.html#p966</link>
			<description><![CDATA[<p>I tried with the latest version now and install works fine now. However, after logging into rouncube I cannot send or receive emails; note: I replaced mydomain.com with example.com in the screendump below</p><div class="codebox"><pre><code>mail:/home/sa/iredmail/iRedMail# tail -n30 /var/log/mail.log 
Aug 26 16:14:11 mail postfix/qmgr[11263]: E3E652244751: from=&lt;suno.ano@example.com&gt;, size=549, nrcpt=1 (queue active)
Aug 26 16:14:11 mail roundcube: [26-Aug-2009 16:14:11 +0000]: User suno.ano@example.com [91.115.210.189]; Message for &lt;suno.ano@gmail.com&gt;; 250: 2.0.0 Ok: queued as E3E652244751
Aug 26 16:14:11 mail postfix/smtp[12517]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Aug 26 16:14:11 mail postfix/smtp[12517]: E3E652244751: to=&lt;suno.ano@gmail.com&gt;, relay=none, delay=0.03, delays=0.02/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Aug 26 16:14:12 mail postfix/smtpd[12512]: disconnect from mail.example.com[127.0.0.1]
Aug 26 16:15:58 mail postfix/smtpd[12577]: connect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:15:58 mail postfix-policyd: connection from: 127.0.0.1 port: 35480 slots: 0 of 4096 used
Aug 26 16:15:58 mail postfix-policyd: rcpt=1, greylist=new, host=209.85.220.213 (mail-fx0-f213.google.com), from=suno.ano@gmail.com, to=suno.ano@example.com, size=0
Aug 26 16:15:58 mail postfix/smtpd[12577]: NOQUEUE: reject: RCPT from mail-fx0-f213.google.com[209.85.220.213]: 450 4.7.1 &lt;suno.ano@example.com&gt;: Recipient address rejected: Policy Rejection- Please try later.; from=&lt;suno.ano@gmail.com&gt; to=&lt;suno.ano@example.com&gt; proto=ESMTP helo=&lt;mail-fx0-f213.google.com&gt;
Aug 26 16:15:58 mail postfix/smtpd[12577]: disconnect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:17:11 mail postfix/smtpd[12577]: connect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:17:11 mail postfix-policyd: rcpt=2, greylist=abuse, host=209.85.220.213 (mail-fx0-f213.google.com), from=suno.ano@gmail.com, to=suno.ano@example.com, size=0
Aug 26 16:17:11 mail postfix/smtpd[12577]: NOQUEUE: reject: RCPT from mail-fx0-f213.google.com[209.85.220.213]: 450 4.7.1 &lt;suno.ano@example.com&gt;: Recipient address rejected: Policy Rejection- Please try later.; from=&lt;suno.ano@gmail.com&gt; to=&lt;suno.ano@example.com&gt; proto=ESMTP helo=&lt;mail-fx0-f213.google.com&gt;
Aug 26 16:17:11 mail postfix/smtpd[12577]: disconnect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:20:31 mail postfix/anvil[12580]: statistics: max connection rate 1/60s for (smtp:209.85.220.213) at Aug 26 16:15:58
Aug 26 16:20:31 mail postfix/anvil[12580]: statistics: max connection count 1 for (smtp:209.85.220.213) at Aug 26 16:15:58
Aug 26 16:20:31 mail postfix/anvil[12580]: statistics: max cache size 1 at Aug 26 16:15:58
Aug 26 16:21:00 mail postfix/smtpd[12611]: connect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:21:00 mail postfix-policyd: connection from: 127.0.0.1 port: 45633 slots: 0 of 4096 used
Aug 26 16:21:00 mail postfix-policyd: rcpt=3, greylist=update, host=209.85.220.213 (mail-fx0-f213.google.com), from=suno.ano@gmail.com, to=suno.ano@example.com, size=0
Aug 26 16:21:00 mail postfix-policyd: rcpt=3, throttle_rcpt=new(a), host=209.85.220.213, from=suno.ano@gmail.com, to=suno.ano@example.com, count=1/64(1), threshold=0%
Aug 26 16:21:00 mail postfix/smtpd[12611]: 696792244754: client=mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:21:00 mail postfix/cleanup[12616]: 696792244754: message-id=&lt;e0e3aacb0908260915k1a04fbep934e09c92351af0e@mail.gmail.com&gt;
Aug 26 16:21:00 mail postfix/qmgr[11263]: 696792244754: from=&lt;suno.ano@gmail.com&gt;, size=1900, nrcpt=1 (queue active)
Aug 26 16:21:00 mail postfix/smtp[12617]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Aug 26 16:21:00 mail postfix/smtp[12617]: 696792244754: to=&lt;suno.ano@example.com&gt;, relay=none, delay=0.06, delays=0.05/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
Aug 26 16:21:30 mail postfix/smtpd[12611]: disconnect from mail-fx0-f213.google.com[209.85.220.213]
Aug 26 16:23:03 mail postfix/qmgr[11263]: E3E652244751: from=&lt;suno.ano@example.com&gt;, size=549, nrcpt=1 (queue active)
Aug 26 16:23:03 mail postfix/smtp[12649]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
Aug 26 16:23:03 mail postfix/smtp[12649]: E3E652244751: to=&lt;suno.ano@gmail.com&gt;, relay=none, delay=532, delays=532/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)</code></pre></div><p>Any idea what&#039;s wrong here?</p>]]></description>
			<author><![CDATA[null@example.com (Suno Ano)]]></author>
			<pubDate>Wed, 26 Aug 2009 16:28:28 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post966.html#p966</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post954.html#p954</link>
			<description><![CDATA[<p>ACL issue was fixed in -current, you can use hg to check out the lastest source code or mail me to get a working copy.</p><p>if acl testing failed, iRedMail will make the private SSL key world-readable, you know, it&#039;s not recommend, but it works. And that&#039;s why iRedMail force to use acl.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 25 Aug 2009 21:15:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post954.html#p954</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post952.html#p952</link>
			<description><![CDATA[<p>About OpenVZ: There is always one HN (Hardware Node) and &gt;= 0 VEs (Virtual Environments). More info here <a href="http://sunoano.name/ws/public_xhtml/openvz.html">http://sunoano.name/ws/public_xhtml/openvz.html</a> </p><p>Now that I am getting serious about setting up IRM, it seems it does not work with OpenVZ simply because ACL can not be set from within a VE but only on the HN. Many of us need to run IRM inside VEs so we need to find a solution; below some screendump showing the problem inside a VE where I am trying to install IRM:</p><div class="codebox"><pre><code>mail:/home/sa/iRedMail-0.5.0# lsb_release -ric
Distributor ID:    Debian
Release:    5.0.2
Codename:    lenny
mail:/home/sa/iRedMail-0.5.0# whoami
root
mail:/home/sa/iRedMail-0.5.0# type dpl; dpl acl* | grep ii
dpl is aliased to `dpkg -l&#039;
ii  acl                             2.2.47-2                 Access control list utilities
mail:/home/sa/iRedMail-0.5.0# 
mount: permission denied
mail:/home/sa/iRedMail-0.5.0# rm /tmp/tBhm5r9533BFy673hJvNnyKmJ47RIw 
mail:/home/sa/iRedMail-0.5.0# touch /tmp/somethingafqrr34r24rfrwesfsr2
mail:/home/sa/iRedMail-0.5.0# setfacl -m u:bin:--- /tmp/somethingafqrr34r24rfrwesfsr2
setfacl: /tmp/somethingafqrr34r24rfrwesfsr2: Operation not supported
mail:/home/sa/iRedMail-0.5.0# cat /etc/fstab 
# UNCONFIGURED FSTAB FOR BASE SYSTEM
mail:/home/sa/iRedMail-0.5.0# </code></pre></div><p>The simple fact is, that as of now irm is unusable with OpenVZ. We need to get this fixed by either<br /> - making IRM not rely on ACL or<br /> - find a way to make it (ACL that is) work on OpenVZ</p><p>There are a few post on the forum as well as the Install Guide for Debian mentions it e.g. to issue mount -o remount,rw,acl / or they say with OpenVZ it works out of the box and things like that. All that suggestions do not work. IRM does currently not work with OpenVZ; thereby it does not matter which Linux Distribution is used on the HN or within a VE e.g. Debian on the HN and CentOS within the VE etc.</p><p>One thing I will test tomorrow is to activate ACL on the HN. However, this should not be necessary -- I dislike the idea since the HN I use for testing currently runs 23 other VEs with various other software like for example Plone, Joomla, GITosis, CouchDB, etc. In other words, whatever goes inside a VE should not affect the HN or other VEs for that matter.</p>]]></description>
			<author><![CDATA[null@example.com (Suno Ano)]]></author>
			<pubDate>Tue, 25 Aug 2009 20:05:30 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post952.html#p952</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post951.html#p951</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>root@mail:~# touch /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />root@mail:~# setfacl -m u:bin:--- /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />setfacl: /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw: Operation not supported</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (synet2k)]]></author>
			<pubDate>Tue, 25 Aug 2009 17:29:17 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post951.html#p951</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post922.html#p922</link>
			<description><![CDATA[<p>Could you please run below commands manually and post the output?<br /></p><div class="codebox"><pre><code># touch /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw
# setfacl -m u:bin:--- /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 23 Aug 2009 06:29:46 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post922.html#p922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post921.html#p921</link>
			<description><![CDATA[<p># ------------------------------<br /># Check target platform and environment.<br /># ------------------------------<br />check_env<br />+ check_env<br />+ check_user root<br />id -u<br />++ id -u<br />id -u ${1}<br />++ id -u root<br />+ &#039;[&#039; X0 &#039;!=&#039; X0 &#039;]&#039;<br />id -u<br />++ id -u<br />+ &#039;[&#039; X0 == X0 &#039;]&#039;<br />+ export PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin<br />+ PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin<br />+ check_hostname<br />+ echo mail.my-idc.com<br />+ grep &#039;\.&#039;<br />+ &#039;[&#039; X0 &#039;!=&#039; X0 &#039;]&#039;<br />+ check_acl<br />+ &#039;[&#039; XDEBIAN &#039;!=&#039; XRHEL &#039;]&#039;<br />${RANDOM_STRING}<br />++ eval &#039;&lt;/dev/urandom&#039; tr -dc &#039;A-Za-z0-9|&#039; &#039;(head&#039; -c &#039;$1&#039; &#039;&gt;&#039; /dev/null &#039;2&gt;&amp;1&#039; &#039;||&#039; head -c &#039;30)&#039;<br />&lt;/dev/urandom tr -dc A-Za-z0-9| (head -c $1 &gt; /dev/null 2&gt;&amp;1 || head -c 30)<br />+++ tr -dc A-Za-z0-9<br />+++ head -c<br />+++ head -c 30<br />+ tmp_file=/etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />+ touch /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />+ setfacl -m u:bin:--- /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />+ &#039;[&#039; X1 &#039;!=&#039; X0 &#039;]&#039;<br />+ ECHO_ERROR &#039;Your system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039;<br />+ &#039;[&#039; &#039;XYour system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039; == X-n &#039;]&#039;<br />+ &#039;[&#039; Xxterm == Xxterm -o Xxterm == Xlinux -o Xxterm == Xpcconsole &#039;]&#039;<br />+ echo -e &#039;\033[41m&lt; ERROR &gt;\033[0m Your system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039;<br />&lt; ERROR &gt; Your system doesn&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.<br />+ cat<br />Reference:</p><p>* Setup acl on Ubuntu:<br />&nbsp; <a href="http://code.google.com/p/iredmail/wiki/Installation_on_Ubuntu#Install_and_configure_necessary_package(s)">http://code.google.com/p/iredmail/wiki/ … package(s)</a></p><p>* Setup acl on Debian:<br />&nbsp; <a href="http://code.google.com/p/iredmail/wiki/Installation_on_Debian#Install_necessary_packages">http://code.google.com/p/iredmail/wiki/ … y_packages</a></p><p>+ rm -f /etc/tBhm5r9533BFy673hJvNnyKmJ47RIw<br />+ exit 255</p>]]></description>
			<author><![CDATA[null@example.com (synet2k)]]></author>
			<pubDate>Sun, 23 Aug 2009 06:15:09 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post921.html#p921</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post912.html#p912</link>
			<description><![CDATA[<div class="quotebox"><cite>synet2k wrote:</cite><blockquote><p>Still same error with Debian OpenVZ.  It keep saying my system doesn&#039;t support acl.</p></blockquote></div><p>Could you please post error log?</p><p>Did you modify file i mentioned:<br /></p><div class="codebox"><pre><code>How to fix:
- Edit file iRedMail-0.5.0/conf/core, replace &#039;/tmp&#039; by &#039;/etc&#039; in function &#039;check_acl()&#039;.</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 21 Aug 2009 23:48:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post912.html#p912</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post911.html#p911</link>
			<description><![CDATA[<p>Still same error with Debian OpenVZ.&nbsp; It keep saying my system doesn&#039;t support acl.</p><p>I have installed acl and issued &quot;mount -o remount,rw,acl /&quot; before starting the the intallation.</p>]]></description>
			<author><![CDATA[null@example.com (synet2k)]]></author>
			<pubDate>Fri, 21 Aug 2009 23:45:31 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post911.html#p911</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post910.html#p910</link>
			<description><![CDATA[<p>Solved ... thanks</p>]]></description>
			<author><![CDATA[null@example.com (antoniommxx)]]></author>
			<pubDate>Fri, 21 Aug 2009 23:12:33 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post910.html#p910</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post909.html#p909</link>
			<description><![CDATA[<p>hi, this is a bug in iRedMail: it creates a new file under /tmp and use &#039;setfacl&#039; to set ACL.</p><p>How to fix:<br />- Edit file iRedMail-0.5.0/conf/core, replace &#039;/tmp&#039; by &#039;/etc&#039; in function &#039;check_acl()&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 21 Aug 2009 23:07:57 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post909.html#p909</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post908.html#p908</link>
			<description><![CDATA[<p>Have the same problem, </p><div class="quotebox"><blockquote><p>mail:~/imail/iRedMail-0.5.0# mount<br />/dev/sda1 on / type ext3 (rw,acl,errors=remount-ro,acl)<br />tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)<br />proc on /proc type proc (rw,noexec,nosuid,nodev)<br />sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)<br />procbususb on /proc/bus/usb type usbfs (rw)<br />udev on /dev type tmpfs (rw,mode=0755)<br />tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)<br />devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)<br />/dev/sda9 on /home type ext3 (rw)<br />/dev/sda8 on /tmp type ext3 (rw)<br />/dev/sda5 on /usr type ext3 (rw)<br />/dev/sda6 on /var type ext3 (rw)</p></blockquote></div><p>this is my fstab</p><div class="quotebox"><blockquote><p># /etc/fstab: static file system information.<br />#<br /># &lt;file system&gt; &lt;mount point&gt;&nbsp; &nbsp;&lt;type&gt;&nbsp; &lt;options&gt;&nbsp; &nbsp; &nbsp; &nbsp;&lt;dump&gt;&nbsp; &lt;pass&gt;<br />proc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /proc&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proc&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;0<br />#/dev/sda1&nbsp; &nbsp; &nbsp; &nbsp;/&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ext3&nbsp; &nbsp; errors=remount-ro 0&nbsp; &nbsp; &nbsp; &nbsp;1<br />/dev/sda1&nbsp; &nbsp; &nbsp; &nbsp;/&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ext3&nbsp; &nbsp; acl,errors=remount-ro 0&nbsp; &nbsp; &nbsp; &nbsp;1<br />/dev/sda9&nbsp; &nbsp; &nbsp; &nbsp;/home&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ext3&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;2<br />/dev/sda8&nbsp; &nbsp; &nbsp; &nbsp;/tmp&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ext3&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;2<br />/dev/sda5&nbsp; &nbsp; &nbsp; &nbsp;/usr&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ext3&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;2<br />/dev/sda6&nbsp; &nbsp; &nbsp; &nbsp;/var&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ext3&nbsp; &nbsp; defaults&nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;2<br />/dev/sda7&nbsp; &nbsp; &nbsp; &nbsp;none&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; swap&nbsp; &nbsp; sw&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0&nbsp; &nbsp; &nbsp; &nbsp;0<br />/dev/hda&nbsp; &nbsp; &nbsp; &nbsp; /media/cdrom0&nbsp; &nbsp;udf,iso9660 user,noauto&nbsp; &nbsp; &nbsp;0&nbsp; &nbsp; &nbsp; &nbsp;0</p></blockquote></div><p>I have already installed the ACL</p><p>but this is the log</p><div class="quotebox"><blockquote><p># ------------------------------<br /># Check target platform and environment.<br /># ------------------------------<br />check_env<br />+ check_env<br />+ check_user root<br />id -u<br />++ id -u<br />id -u ${1}<br />++ id -u root<br />+ &#039;[&#039; X0 &#039;!=&#039; X0 &#039;]&#039;<br />id -u<br />++ id -u<br />+ &#039;[&#039; X0 == X0 &#039;]&#039;<br />+ export PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin<br />+ PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin<br />+ check_hostname<br />+ echo mail.nomicorp.com.mx<br />+ grep &#039;\.&#039;<br />+ &#039;[&#039; X0 &#039;!=&#039; X0 &#039;]&#039;<br />+ check_acl<br />+ &#039;[&#039; XDEBIAN &#039;!=&#039; XRHEL &#039;]&#039;<br />${RANDOM_STRING}<br />++ eval &#039;&lt;/dev/urandom&#039; tr -dc &#039;A-Za-z0-9|&#039; &#039;(head&#039; -c &#039;$1&#039; &#039;&gt;&#039; /dev/null &#039;2&gt;&amp;1&#039; &#039;||&#039; head -c &#039;30)&#039;<br />&lt;/dev/urandom tr -dc A-Za-z0-9| (head -c $1 &gt; /dev/null 2&gt;&amp;1 || head -c 30)<br />+++ tr -dc A-Za-z0-9<br />+++ head -c<br />+++ head -c 30<br />+ tmp_file=/tmp/Ah0staS6V8osCCHHgBtsAM6hLu2jZH<br />+ touch /tmp/Ah0staS6V8osCCHHgBtsAM6hLu2jZH<br />+ setfacl -m u:bin:--- /tmp/Ah0staS6V8osCCHHgBtsAM6hLu2jZH<br />+ &#039;[&#039; X1 &#039;!=&#039; X0 &#039;]&#039;<br />+ ECHO_ERROR &#039;Your system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039;<br />+ &#039;[&#039; &#039;XYour system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039; == X-n &#039;]&#039;<br />+ &#039;[&#039; Xxterm == Xxterm -o Xxterm == Xlinux -o Xxterm == Xpcconsole &#039;]&#039;<br />+ echo -e &#039;\033[41m&lt; ERROR &gt;\033[0m Your system doesn&#039;\&#039;&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.&#039;<br />&lt; ERROR &gt; Your system doesn&#039;t support advance file system access control list (acl). Please setup acl support in /etc/fstab before we go further.<br />+ cat<br />Reference:</p><p>* Setup acl on Ubuntu:<br />&nbsp; <a href="http://code.google.com/p/iredmail/wiki/Installation_on_Ubuntu#Install_and_configure_necessary_package(s)">http://code.google.com/p/iredmail/wiki/ … package(s)</a></p><p>* Setup acl on Debian:<br />&nbsp; <a href="http://code.google.com/p/iredmail/wiki/Installation_on_Debian#Install_necessary_packages">http://code.google.com/p/iredmail/wiki/ … y_packages</a></p><p>+ rm -f /tmp/Ah0staS6V8osCCHHgBtsAM6hLu2jZH<br />+ exit 255</p></blockquote></div><p>What else need to check ??</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (antoniommxx)]]></author>
			<pubDate>Fri, 21 Aug 2009 20:42:43 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post908.html#p908</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installation error on Debian 5 with iRedMail-0.5.0]]></title>
			<link>http://www.iredmail.org/forum/post888.html#p888</link>
			<description><![CDATA[<p>Here:<br /></p><div class="codebox"><pre><code>+ setfacl -m u:bin:--- /tmp/4dUxpJpk21D0Akt2T9Ib3gC5SLLd0A
+ &#039;[&#039; X1 &#039;!=&#039; X0 &#039;]&#039;</code></pre></div><p>Some questions:<br />- Did you run below command before installation:<br /></p><div class="codebox"><pre><code># mount -o remount,rw,acl /</code></pre></div><p>- Did you install &#039;acl&#039; package before installation?<br /></p><div class="codebox"><pre><code># apt-get install acl</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 20 Aug 2009 01:12:36 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post888.html#p888</guid>
		</item>
	</channel>
</rss>
