<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — iRedMail-0.8.1 has been released]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic3499.xml" />
	<updated>2012-07-12T10:27:22Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic3499-iredmail081-has-been-released.html</id>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16952.html#p16952" />
			<content type="html"><![CDATA[<p>Dear stevekez,</p><p>Please refer to this tutorial:<br /><a href="http://www.iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.1-0.8.2#.5BFreeBSD_only.5D_Fix_incorrect_rotate_setting_for_iRedAPD_log_file">http://www.iredmail.org/wiki/index.php? … D_log_file</a></p><p>WARNING: Above upgrade tutorial is still a DRAFT, please just apply &quot;[FreeBSD only] Fix incorrect rotate setting for iRedAPD log file&quot;, don&#039;t try others.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-07-12T10:27:22Z</updated>
			<id>http://www.iredmail.org/forum/post16952.html#p16952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16924.html#p16924" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>openbsdnoob wrote:</cite><blockquote><p>Hi,</p><p>i fixed the settings in /etc/newsyslog.conf....the logfile rotate....iredapd is stopping....but restarting not...</p><p>Markus</p></blockquote></div><p>I have the same issue (FreeBSD). Issuing a kill -HUP (which I assume is what newsyslog does when it rotates) to iredapd&#039;s PID does not restart it - it just dies! Any ideas?</p><p>Many thanks.</p>]]></content>
			<author>
				<name><![CDATA[stevekez]]></name>
				<uri>http://www.iredmail.org/forum/user31617.html</uri>
			</author>
			<updated>2012-07-10T16:24:29Z</updated>
			<id>http://www.iredmail.org/forum/post16924.html#p16924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16609.html#p16609" />
			<content type="html"><![CDATA[<p>Hi agattei,</p><p>You should use the same SQL database name and username/password in dovecot-share-folder.conf.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-06-23T09:32:04Z</updated>
			<id>http://www.iredmail.org/forum/post16609.html#p16609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16608.html#p16608" />
			<content type="html"><![CDATA[<p>Thank you,<br />I&#039;ve followed your instruction, but I have a little question about this:<br /> </p><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>You can find SQL related settings used in dovecot-share-folder.conf in<br />/etc/dovecot/used-quota.conf.</p></blockquote></div><p>In my used-quota.conf there is:<br />connect = host=127.0.0.1 dbname=vmail user=vmailadmin<br />now in dovecot-share-folder.conf I have to use the same dbname and user, or I have to change to dbname=iredadmin user=iredadmin ?</p><p>Many thanks for your patience <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Alessio</p>]]></content>
			<author>
				<name><![CDATA[agattei]]></name>
				<uri>http://www.iredmail.org/forum/user30217.html</uri>
			</author>
			<updated>2012-06-22T14:26:17Z</updated>
			<id>http://www.iredmail.org/forum/post16608.html#p16608</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16569.html#p16569" />
			<content type="html"><![CDATA[<p>Now i use the following solution to rotate my iredapd.log</p><p>1. install logrotate<br />&nbsp; &nbsp; &nbsp; &nbsp;cd /usr/ports/sysutils/logrotate<br />&nbsp; &nbsp; &nbsp; &nbsp;make install clean<br />2. create /usr/local/etc/logrotate.conf<br />&nbsp; &nbsp; &nbsp; &nbsp;vi /usr/local/etc/logrotate.conf</p><br /><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/var/log/iredapd.log {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;daily<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rotate 30<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;create 640 root wheel<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;copytruncate<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;start 0<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;postrotate<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;/usr/local/etc/rc.d/iredapd restart<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;endscript<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</p><p>3. create a cronjob</p><p>30&nbsp; &nbsp;3&nbsp; &nbsp;*&nbsp; &nbsp;*&nbsp; &nbsp;*&nbsp; &nbsp;root&nbsp; /usr/local/sbin/logrotate /usr/local/etc/logrotate.conf</p><p>that&#039;s it</p>]]></content>
			<author>
				<name><![CDATA[openbsdnoob]]></name>
				<uri>http://www.iredmail.org/forum/user7976.html</uri>
			</author>
			<updated>2012-06-21T13:04:01Z</updated>
			<id>http://www.iredmail.org/forum/post16569.html#p16569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16461.html#p16461" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Tallaril wrote:</cite><blockquote><p>i don&#039;t know if this is just since this version, but i can&#039;t find any amavisd.conf nor any chance to increase sa_tag_level.</p></blockquote></div><p>Hi Tallaril,</p><p>May i know which Linux/BSD distribution you&#039;re running? And iRedMail version is 0.8.1?<br />Does one of below exist on your server?</p><p>- /etc/amavisd.conf<br />- /etc/amavisd/amavisd.conf<br />- /etc/amavis/conf.d/50-user<br />- /usr/local/etc/amavisd.conf</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-06-15T23:58:07Z</updated>
			<id>http://www.iredmail.org/forum/post16461.html#p16461</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16460.html#p16460" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>agattei wrote:</cite><blockquote><p>no, /etc/dovecto/share-folder.conf doesn&#039;t exist.</p></blockquote></div><p>OK, here we go.</p><p>Please backup files which we&#039;re going to modify before you actually modify it.</p><p>1) Create 3 SQL tables in database &#039;iredadmin&#039;: used_quota, share_folder,<br />&nbsp; anyone_share.</p><p>With OpenLDAP backend, these 3 tables are created in database &#039;iredadmin&#039;, but<br />they&#039;re in database &#039;vmail&#039; with MySQL and PostgreSQL backend.</p><p>If you already have them, skip this step. If you don&#039;t have them all, or some of them, please find SQL structure templates in iRedMail-0.8.1, then create them.</p><p>samples/dovecot/used_quota.sql&nbsp; &nbsp; &nbsp;# &lt;- table used_quota<br />samples/dovecot/imap_share_folder.sql&nbsp; &nbsp; # &lt;- table share_folder and anyone_share</p><p>2) Make sure you have below content in dovecot.conf, nested in &quot;plugin {}&quot;:<br /></p><div class="codebox"><pre><code>   # ACL and share folder                                                         
   acl = vfile                                                                    
   acl_shared_dict = proxy::acl                                                           

   # By default Dovecot doesn&#039;t allow using the IMAP &quot;anyone&quot; or                  
   # &quot;authenticated&quot; identifier, because it would be an easy way to spam          
   # other users in the system. If you wish to allow it,                          
   #acl_anyone = allow</code></pre></div><p>If you&#039;re not sure how it looks like, please refer to sample config file<br />shipped in iRedMail-0.8.1: samples/dovecot/dovecot2.conf.</p><p>3) Make sure you have below content in dovecot.conf, nested in &quot;dict {}&quot;:<br /></p><div class="codebox"><pre><code>   acl = mysql:/etc/dovecot/dovecot-share-folder.conf</code></pre></div><p>Again, if you&#039;re not sure how it looks like, please refer to sample config file<br />shipped in iRedMail-0.8.1: samples/dovecot/dovecot2.conf.</p><p>4) Copy iRedMail-0.8.1/samples/dovecot/dovecot-share-folder.conf to /etc/dovecot/dovecot-share-folder.conf.</p><p>Open /etc/dovecot/dovecot-share-folder.conf, you will find some words start with<br />&#039;PH_&#039;, they&#039;re placeholders which will be replaced by correct value during<br />iRedMail installation, you have to set correct MySQL username, database<br />name/password in it now.</p><p>You can find SQL related settings used in dovecot-share-folder.conf in<br />/etc/dovecot/used-quota.conf.</p><p>Replace &#039;PH_DOVECOT_SHARE_FOLDER_DB_TABLE&#039; by &#039;share_folder&#039; (without quotes).<br />Replace &#039;PH_DOVECOT_SHARE_FOLDER_ANYONE_DB_TABLE&#039; by &#039;anyone_share&#039;.</p><p>With above steps, you now have IMAP share folder related settings, but it&#039;s<br />disabled. To enable it, please append required plugin name in<br />/etc/dovecot/dovecot.conf:<br /></p><div class="codebox"><pre><code>protocol lda {
   mail_plugins = ... acl            # &lt;-- add &#039;acl&#039;
}

protocol imap {
   mail_plugins = ... acl imap_acl    # &lt;- add &#039;acl&#039; and &#039;imap_acl&#039;
}</code></pre></div><p>Restarting Dovecot service is required to reload config files.</p><p>Hope it helps. <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>2012-06-15T23:56:15Z</updated>
			<id>http://www.iredmail.org/forum/post16460.html#p16460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16454.html#p16454" />
			<content type="html"><![CDATA[<p>Hi there, </p><p>i don&#039;t know if this is just since this version, but i can&#039;t find any amavisd.conf nor any chance to increase sa_tag_level. </p><p>Could somebody lead me to where it hides? </p><br /><p>All the best!</p>]]></content>
			<author>
				<name><![CDATA[Tallaril]]></name>
				<uri>http://www.iredmail.org/forum/user30515.html</uri>
			</author>
			<updated>2012-06-15T20:07:28Z</updated>
			<id>http://www.iredmail.org/forum/post16454.html#p16454</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16448.html#p16448" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>agattei wrote:</cite><blockquote><p>I can&#039;t edit this file /etc/dovecot/dovecot-share-folder.conf because it doesn&#039;t exist on my system.</p></blockquote></div><p>Does /etc/dovecot/share-folder.conf exist? iRedMail uses share-folder.conf in old releases. Sorry about this confusion.</p></blockquote></div><p>Hi,<br />no, /etc/dovecto/share-folder.conf doesn&#039;t exist.<br />This is the output of #ls -al /etc/dovecot </p><p>drwxr-xr-x.&nbsp; 3 root&nbsp; &nbsp; root&nbsp; &nbsp; 4096 Jun 13 19:03 .<br />drwxr-xr-x. 71 root&nbsp; &nbsp; root&nbsp; &nbsp; 4096 Jun 13 17:10 ..<br />drwxr-xr-x.&nbsp; 2 root&nbsp; &nbsp; root&nbsp; &nbsp; 4096 Jan&nbsp; 9 01:12 conf.d<br />-rw-rw-r--.&nbsp; 1 root&nbsp; &nbsp; root&nbsp; &nbsp; 4146 Jun 13 15:52 dovecot.conf<br />-rw-r--r--.&nbsp; 1 root&nbsp; &nbsp; root&nbsp; &nbsp; 3672 Jan&nbsp; 9 01:13 dovecot.conf.2012.01.09.01.09.01<br />-r-xr-x---&nbsp; &nbsp;1 root&nbsp; &nbsp; root&nbsp; &nbsp; &nbsp;580 Jun 13 19:03 dovecot-mysql.conf<br />-r-x------.&nbsp; 1 dovecot dovecot&nbsp; 494 Jan&nbsp; 9 01:13 used-quota.conf</p><p>The dovecot version is 2.0.14</p><p>Alessio</p>]]></content>
			<author>
				<name><![CDATA[agattei]]></name>
				<uri>http://www.iredmail.org/forum/user30217.html</uri>
			</author>
			<updated>2012-06-15T13:18:20Z</updated>
			<id>http://www.iredmail.org/forum/post16448.html#p16448</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16429.html#p16429" />
			<content type="html"><![CDATA[<p>Hi,</p><p>i fixed the settings in /etc/newsyslog.conf....the logfile rotate....iredapd is stopping....but restarting not...</p><p>Markus</p>]]></content>
			<author>
				<name><![CDATA[openbsdnoob]]></name>
				<uri>http://www.iredmail.org/forum/user7976.html</uri>
			</author>
			<updated>2012-06-14T14:10:05Z</updated>
			<id>http://www.iredmail.org/forum/post16429.html#p16429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16427.html#p16427" />
			<content type="html"><![CDATA[<p>Oops, my mistake. Sorry.<br />You can replace &quot;/etc/rc.d/iredapd restart&quot; by &quot;/var/run/iredapd.pid&quot; (without quotes). The PID file is defined in /opt/iredapd/etc/iredapd.ini.</p><p>Will fix this in wiki and iRedMail later. Thanks for your feedback.</p><p>= UPDATE =<br />* Fixed in <a href="http://www.iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.0-0.8.1#.5BFreeBSD_and_OpenBSD_only.5D_Rotate_iRedAPD_log_file">upgrade tutorial</a><br />* Fixed in iRedMail: <a href="https://bitbucket.org/zhb/iredmail/changeset/b4dd5c080967">https://bitbucket.org/zhb/iredmail/chan … dd5c080967</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-06-14T11:00:17Z</updated>
			<id>http://www.iredmail.org/forum/post16427.html#p16427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16422.html#p16422" />
			<content type="html"><![CDATA[<p>Hi,</p><p>i&#039;m running iredmail on Freebsd 9.0....i have upgraded from 0.8.0 to 0.8.1 (followed the guide).</p><p>I&#039;m confused about this :</p><p>[FreeBSD and OpenBSD only] Rotate iRedAPD log file </p><p>File: /etc/newsyslog.conf</p><p>/var/log/iredapd.log&nbsp; &nbsp; root:wheel&nbsp; &nbsp; &nbsp; 640&nbsp; 7&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; 24&nbsp; &nbsp; Z &quot;/etc/rc.d/iredapd restart&quot;</p><p>If i try this, the following error occurs</p><p>Creating and/or trimming log filesnewsyslog: illegal pid file or signal number in config file:<br />/var/log/iredapd.log&nbsp; &nbsp; root:wheel&nbsp; &nbsp; &nbsp; 640&nbsp; 7&nbsp; &nbsp; &nbsp;*&nbsp; &nbsp; 24&nbsp; &nbsp; Z &quot;/etc/rc.d/iredapd restart&quot;</p><p>In newsyslog.conf you can only&nbsp; use a pid and a sig_num.</p><p>Now my question ...is there an other solution to rotate the iredapd-logfile ?</p><p>Markus</p>]]></content>
			<author>
				<name><![CDATA[openbsdnoob]]></name>
				<uri>http://www.iredmail.org/forum/user7976.html</uri>
			</author>
			<updated>2012-06-14T09:57:30Z</updated>
			<id>http://www.iredmail.org/forum/post16422.html#p16422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16413.html#p16413" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>agattei wrote:</cite><blockquote><p>I can&#039;t edit this file /etc/dovecot/dovecot-share-folder.conf because it doesn&#039;t exist on my system.</p></blockquote></div><p>Does /etc/dovecot/share-folder.conf exist? iRedMail uses share-folder.conf in old releases. Sorry about this confusion.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-06-14T08:12:59Z</updated>
			<id>http://www.iredmail.org/forum/post16413.html#p16413</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16400.html#p16400" />
			<content type="html"><![CDATA[<p>Hi ZhangHuangbin,<br />I have a question about the upgrade from 0.8.0 to 0.8.1 (previously I have updated the fresh install 0.7.4 to 0.8.0)<br />I&#039;ve follow the steps of this guide (<a href="http://iredmail.org/wiki/index.php?title=Upgrade/iRedMail/0.8.0-0.8.1">http://iredmail.org/wiki/index.php?titl … .8.0-0.8.1</a>) but at the step &quot;Add missing config for IMAP share folder in Dovecot&quot; I can&#039;t edit this file /etc/dovecot/dovecot-share-folder.conf because it doesn&#039;t exist on my system.<br />It&#039;s normal? What should I do?</p><p>The backend is MySql and the OS is CentOS 6.2 x64, the admin panel is iRedAdmin-Pro&nbsp; &nbsp; v1.4.0 (MySQL)</p><br /><p>Many thanks,<br />Alessio Gattei</p>]]></content>
			<author>
				<name><![CDATA[agattei]]></name>
				<uri>http://www.iredmail.org/forum/user30217.html</uri>
			</author>
			<updated>2012-06-13T15:32:23Z</updated>
			<id>http://www.iredmail.org/forum/post16400.html#p16400</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: iRedMail-0.8.1 has been released]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post16393.html#p16393" />
			<content type="html"><![CDATA[<p>Tanks ZhangHuangbin! Works fine now...</p>]]></content>
			<author>
				<name><![CDATA[sergiovl]]></name>
				<uri>http://www.iredmail.org/forum/user11682.html</uri>
			</author>
			<updated>2012-06-13T02:06:19Z</updated>
			<id>http://www.iredmail.org/forum/post16393.html#p16393</id>
		</entry>
</feed>
