<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
		<link>http://www.iredmail.org/forum/topic4588-in-dovecotlog-error-readvarrundovecotdictserver-failed.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4588.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in In dovecot.log Error: read(/var/run/dovecot/dict-server) failed.]]></description>
		<lastBuildDate>Mon, 18 Mar 2013 10:56:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20899.html#p20899</link>
			<description><![CDATA[<p>After uncomment:</p><p><span style="color: #FF0000">max_mail_processes: 1024</span></p><p>error no longer appears.<br />Authorization is normally and dovecot works fine</p>]]></description>
			<author><![CDATA[null@example.com (Dmitry)]]></author>
			<pubDate>Mon, 18 Mar 2013 10:56:42 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20899.html#p20899</guid>
		</item>
		<item>
			<title><![CDATA[Re: In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20881.html#p20881</link>
			<description><![CDATA[<p>After I commented out lines:<br />#login_processes_count: 4<br />#login_max_processes_count: 1024<br />#login_max_connections: 1024<br />#max_mail_processes: 1024</p><p>log show this: <br />Mar 15 10:08:43 dovecot: Error: Maximum number of mail processes exceeded (see max_mail_processes setting)<br />Mar 15 10:08:43 imap-login: Info: Internal login failure (auth failed, 1 attempts): user=&lt;abc@chemical.ru&gt;, method=PLAIN, rip=192.168.0.10, lip=192.168.0.4, TLS<br />Mar 15 10:08:43 dovecot: Error: Maximum number of mail processes exceeded (see max_mail_processes setting)<br />Mar 15 10:08:43 imap-login: Info: Internal login failure (auth failed, 1 attempts): user=&lt;abc@chemical.ru&gt;, method=PLAIN, rip=192.168.0.10, lip=192.168.0.4, TLS</p>]]></description>
			<author><![CDATA[null@example.com (Dmitry)]]></author>
			<pubDate>Fri, 15 Mar 2013 04:16:57 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20881.html#p20881</guid>
		</item>
		<item>
			<title><![CDATA[Re: In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20872.html#p20872</link>
			<description><![CDATA[<p>No idea yet, sorry. But i saw this message:<br /></p><div class="quotebox"><cite>Dmitry wrote:</cite><blockquote><p><span style="color: red">Warning: fd limit 1024 is lower than what Dovecot can use under full load (more than 4096). Either grow the limit or change login_max_processes_count and max_mail_processes settings</span></p><p>login_max_processes_count: 1024<br />login_max_connections: 1024<br />max_mail_processes: 1024</p></blockquote></div><p>iRedMail comments out above 3 settings by default, and you turned them on. So you should fix them as suggested by dovecot (text marked in red).</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 14 Mar 2013 14:08:10 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20872.html#p20872</guid>
		</item>
		<item>
			<title><![CDATA[Re: In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20869.html#p20869</link>
			<description><![CDATA[<p>dovecot -n<br /># 1.2.15: /etc/dovecot/dovecot.conf<br />Warning: fd limit 1024 is lower than what Dovecot can use under full load (more than 4096). Either grow the limit or change login_max_processes_count and max_mail_processes settings<br /># OS: Linux 2.6.32-17-pve i686 Debian 6.0.6 <br />log_path: /var/log/dovecot.log<br />protocols: pop3 pop3s imap imaps managesieve<br />listen(default): *<br />listen(imap): *<br />listen(pop3): *<br />listen(managesieve): 127.0.0.1:4190<br />ssl: required<br />ssl_ca_file: /etc/ssl/certs/iRedMail_CA.pem<br />ssl_cert_file: /etc/ssl/certs/iRedMail_CA.pem<br />ssl_key_file: /etc/ssl/private/iRedMail.key<br />login_dir: /var/run/dovecot/login<br />login_executable(default): /usr/lib/dovecot/imap-login<br />login_executable(imap): /usr/lib/dovecot/imap-login<br />login_executable(pop3): /usr/lib/dovecot/pop3-login<br />login_executable(managesieve): /usr/lib/dovecot/managesieve-login<br />login_process_per_connection: no<br />login_process_size: 128<br />login_processes_count: 4<br />login_max_processes_count: 1024<br />login_max_connections: 1024<br />max_mail_processes: 1024<br />first_valid_uid: 1000<br />last_valid_uid: 1000<br />mail_uid: 1000<br />mail_gid: 1000<br />mail_location: maildir:/%Lh/Maildir/:INDEX=/%Lh/Maildir/<br />mbox_write_locks: fcntl dotlock<br />mail_executable(default): /usr/lib/dovecot/imap<br />mail_executable(imap): /usr/lib/dovecot/imap<br />mail_executable(pop3): /usr/lib/dovecot/pop3<br />mail_executable(managesieve): /usr/lib/dovecot/managesieve<br />mail_process_size: 512<br />mail_plugins(default): quota imap_quota autocreate<br />mail_plugins(imap): quota imap_quota autocreate<br />mail_plugins(pop3): quota<br />mail_plugins(managesieve): <br />mail_plugin_dir(default): /usr/lib/dovecot/modules/imap<br />mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap<br />mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3<br />mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve<br />imap_client_workarounds(default): tb-extra-mailbox-sep<br />imap_client_workarounds(imap): tb-extra-mailbox-sep<br />imap_client_workarounds(pop3): <br />imap_client_workarounds(managesieve): <br />pop3_client_workarounds(default): <br />pop3_client_workarounds(imap): <br />pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh<br />pop3_client_workarounds(managesieve): <br />namespace:<br />&nbsp; type: private<br />&nbsp; separator: /<br />&nbsp; inbox: yes<br />&nbsp; list: yes<br />&nbsp; subscriptions: yes<br />namespace:<br />&nbsp; type: shared<br />&nbsp; separator: /<br />&nbsp; prefix: Shared/%%u/<br />&nbsp; location: maildir:/%%Lh/Maildir/:INDEX=/%%Lh/Maildir/Shared/%%u<br />&nbsp; list: children<br />&nbsp; subscriptions: yes<br />lda:<br />&nbsp; postmaster_address: root<br />&nbsp; auth_socket_path: /var/run/dovecot/auth-master<br />&nbsp; mail_plugins: quota sieve autocreate<br />&nbsp; sieve_global_path: /var/vmail/sieve/dovecot.sieve<br />&nbsp; log_path: /var/log/sieve.log<br />auth default:<br />&nbsp; mechanisms: plain login<br />&nbsp; default_realm: chemical.ru<br />&nbsp; user: vmail<br />&nbsp; passdb:<br />&nbsp; &nbsp; driver: ldap<br />&nbsp; &nbsp; args: /etc/dovecot/dovecot-ldap.conf<br />&nbsp; userdb:<br />&nbsp; &nbsp; driver: ldap<br />&nbsp; &nbsp; args: /etc/dovecot/dovecot-ldap.conf<br />&nbsp; socket:<br />&nbsp; &nbsp; type: listen<br />&nbsp; &nbsp; client:<br />&nbsp; &nbsp; &nbsp; path: /var/spool/postfix/dovecot-auth<br />&nbsp; &nbsp; &nbsp; mode: 438<br />&nbsp; &nbsp; &nbsp; user: postfix<br />&nbsp; &nbsp; &nbsp; group: postfix<br />&nbsp; &nbsp; master:<br />&nbsp; &nbsp; &nbsp; path: /var/run/dovecot/auth-master<br />&nbsp; &nbsp; &nbsp; mode: 438<br />&nbsp; &nbsp; &nbsp; user: vmail<br />&nbsp; &nbsp; &nbsp; group: vmail<br />plugin:<br />&nbsp; quota_warning: storage=85%% /usr/local/bin/dovecot-quota-warning.sh 85<br />&nbsp; quota_warning2: storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90<br />&nbsp; quota_warning3: storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95<br />&nbsp; quota: dict:user::proxy::quotadict<br />&nbsp; quota_rule: *:storage=0<br />&nbsp; expire: Trash 7 Trash/* 7 Junk 30<br />&nbsp; expire_dict: proxy::expire<br />&nbsp; auth_socket_path: /var/run/dovecot/auth-master<br />&nbsp; sieve: /%Lh/sieve/dovecot.sieve<br />&nbsp; autocreate: INBOX<br />&nbsp; autocreate2: Sent<br />&nbsp; autocreate3: Trash<br />&nbsp; autocreate4: Drafts<br />&nbsp; autocreate5: Junk<br />&nbsp; autosubscribe: INBOX<br />&nbsp; autosubscribe2: Sent<br />&nbsp; autosubscribe3: Trash<br />&nbsp; autosubscribe4: Drafts<br />&nbsp; autosubscribe5: Junk<br />&nbsp; acl: vfile<br />&nbsp; acl_shared_dict: proxy::acl<br />&nbsp; sieve: /var/vmail/sieve/%Ld/%Ln/dovecot.sieve<br />&nbsp; sieve_dir: /var/vmail/sieve/%Ld/%Ln<br />dict:<br />&nbsp; expire: db:/var/lib/dovecot/expire/expire.db<br />&nbsp; quotadict: mysql:/etc/dovecot/dovecot-used-quota.conf<br />&nbsp; acl: mysql:/etc/dovecot/dovecot-share-folder.conf</p><p>=========</p><p>A similar problem in file descriptor limit...</p>]]></description>
			<author><![CDATA[null@example.com (Dmitry)]]></author>
			<pubDate>Thu, 14 Mar 2013 10:01:50 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20869.html#p20869</guid>
		</item>
		<item>
			<title><![CDATA[Re: In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20867.html#p20867</link>
			<description><![CDATA[<div class="quotebox"><cite>Dmitry wrote:</cite><blockquote><p>Mar 14 11:27:52 IMAP(cba@chemical.ru): Error: Internal quota calculation error</p></blockquote></div><p>Could you please show us output of command &quot;dovecot -n&quot; to help troubleshoot?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 14 Mar 2013 09:51:45 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20867.html#p20867</guid>
		</item>
		<item>
			<title><![CDATA[In dovecot.log Error: read(/var/run/dovecot/dict-server) failed]]></title>
			<link>http://www.iredmail.org/forum/post20866.html#p20866</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Linux/BSD distribution name and version: Debian 6 Squeeze&nbsp; 2.6.32.17 <br />- Related log if you&#039;re reporting an issue: dovecot.log<br />==== </p><p>When the number of connected sessions 100-130 in dovecot.log appear lines like this:</p><p>Mar 14 11:27:26 IMAP(abc@chemical.ru): Warning: read(/var/run/dovecot/dict-server): dict lookup took 12 seconds<br />Mar 14 11:27:52 IMAP(cba@chemical.ru): Error: read(/var/run/dovecot/dict-server) failed: Timeout after 30 seconds<br />Mar 14 11:27:52 IMAP(cba@chemical.ru): Error: Internal quota calculation error</p><p>... and e-mail clients can not login.<br />Server load is low.</p><p>Please help to solve this problem.</p>]]></description>
			<author><![CDATA[null@example.com (Dmitry)]]></author>
			<pubDate>Thu, 14 Mar 2013 06:42:39 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post20866.html#p20866</guid>
		</item>
	</channel>
</rss>
