<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Error with iRedMail-0.7.3-rc1]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic2223.xml" />
	<updated>2011-07-16T03:45:41Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic2223-error-with-iredmail073rc1.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10577.html#p10577" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>busby wrote:</cite><blockquote><p>works fine!</p></blockquote></div><p>Still no idea about why it happened. Sorry.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2011-07-16T03:45:41Z</updated>
			<id>http://www.iredmail.org/forum/post10577.html#p10577</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10567.html#p10567" />
			<content type="html"><![CDATA[<p>works fine!</p>]]></content>
			<author>
				<name><![CDATA[busby]]></name>
				<uri>http://www.iredmail.org/forum/user13925.html</uri>
			</author>
			<updated>2011-07-15T08:32:15Z</updated>
			<id>http://www.iredmail.org/forum/post10567.html#p10567</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10566.html#p10566" />
			<content type="html"><![CDATA[<p>I didn&#039;t get same error message before, and dovecot config file looks fine.<br />No idea why it happened.</p><p>Does Dovecot service work well? e.g. Login to webmail.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2011-07-15T07:21:45Z</updated>
			<id>http://www.iredmail.org/forum/post10566.html#p10566</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10565.html#p10565" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>May i know when it shows these errors?</p></blockquote></div><p>during installation</p><div class="quotebox"><blockquote><p>Also, can you show me output of command &#039;dovecot -n&#039;?</p></blockquote></div><div class="codebox"><pre><code># 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-71.29.1.el6.x86_64 x86_64 CentOS Linux release 6.0 (Final)
auth_mechanisms = PLAIN LOGIN
dict {
  expire = db:/var/lib/dovecot/expire/expire.db
  quotadict = mysql:/etc/dovecot/used-quota.conf
}
disable_plaintext_auth = no
last_valid_uid = 500
listen = *
log_path = /var/log/dovecot.log
mail_gid = 500
mail_location = maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/
mail_uid = 500
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacati                                                                                                                                                              on subaddress comparator-i;ascii-numeric relational regex imap4flags copy includ                                                                                                                                                              e variables body enotify environment mailbox date
passdb {
  args = /etc/dovecot/dovecot-mysql.conf
  driver = sql
}
plugin {
  auth_socket_path = /var/run/dovecot/auth-master
  autocreate = INBOX
  autocreate2 = Sent
  autocreate3 = Trash
  autocreate4 = Drafts
  autocreate5 = Junk
  autosubscribe = INBOX
  autosubscribe2 = Sent
  autosubscribe3 = Trash
  autosubscribe4 = Drafts
  autosubscribe5 = Junk
  expire = Trash 7 Trash/* 7 Junk 30
  expire_dict = proxy::expire
  quota = dict:user::proxy::quotadict
  quota_rule = *:storage=1G
  quota_warning = storage=85%% quota-warning 85 %u
  quota_warning2 = storage=90%% quota-warning 90 %u
  quota_warning3 = storage=95%% quota-warning 95 %u
  sieve = /var/vmail/sieve/%Ld/%Ln/dovecot.sieve
  sieve_global_path = /var/vmail/sieve/dovecot.sieve
}
protocols = pop3 imap sieve
service auth {
  unix_listener /var/spool/postfix/dovecot-auth {
    group = postfix
    mode = 0666
    user = postfix
  }
  unix_listener auth-master {
    group = vmail
    mode = 0666
    user = vmail
  }
}
service dict {
  unix_listener dict {
    group = vmail
    mode = 0660
    user = vmail
  }
}
service quota-warning {
  executable = script /usr/local/bin/dovecot-quota-warning.sh
  unix_listener quota-warning {
    group = vmail
    mode = 0660
    user = vmail
  }
}
ssl_cert = &lt;/etc/pki/tls/certs/iRedMail_CA.pem
ssl_key = &lt;/etc/pki/tls/private/iRedMail.key
userdb {
  args = /etc/dovecot/dovecot-mysql.conf
  driver = sql
}
protocol lda {
  auth_socket_path = /var/run/dovecot/auth-master
  lda_mailbox_autocreate = yes
  log_path = /var/log/sieve.log
  mail_plugins = quota sieve autocreate
  postmaster_address = root
}
protocol imap {
  imap_client_workarounds = tb-extra-mailbox-sep
  mail_plugins = quota imap_quota autocreate
}
protocol pop3 {
  mail_plugins = quota
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
  pop3_uidl_format = %08Xu%08Xv</code></pre></div>]]></content>
			<author>
				<name><![CDATA[busby]]></name>
				<uri>http://www.iredmail.org/forum/user13925.html</uri>
			</author>
			<updated>2011-07-15T07:11:38Z</updated>
			<id>http://www.iredmail.org/forum/post10565.html#p10565</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10562.html#p10562" />
			<content type="html"><![CDATA[<p>May i know when it shows these errors?<br />Also, can you show me output of command &#039;dovecot -n&#039;?</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2011-07-15T05:27:46Z</updated>
			<id>http://www.iredmail.org/forum/post10562.html#p10562</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Error with iRedMail-0.7.3-rc1]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post10560.html#p10560" />
			<content type="html"><![CDATA[<p>Centos 6</p><div class="codebox"><pre><code>Stopping Dovecot Imap:                                     [FAILED]
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /root/iRedMail-0.7.3-rc1/config line 2: Expecting &#039;=&#039;
doveconf: Error: managesieve-login: dump-capability process returned 89
doveconf: Fatal: Error in configuration file /root/iRedMail-0.7.3-rc1/config line 2: Expecting &#039;=&#039;
                                                           [FAILED]
Shutting down amavisd: The amavisd daemon is apparently not running, no PID file /var/run/amavisd/amavisd.pid
                                                           [FAILED]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[busby]]></name>
				<uri>http://www.iredmail.org/forum/user13925.html</uri>
			</author>
			<updated>2011-07-15T04:52:36Z</updated>
			<id>http://www.iredmail.org/forum/post10560.html#p10560</id>
		</entry>
</feed>
