<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Throttling problem then using more then one recipient]]></title>
		<link>http://www.iredmail.org/forum/topic3950-throttling-problem-then-using-more-then-one-recipient.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic3950.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Throttling problem then using more then one recipient.]]></description>
		<lastBuildDate>Sun, 14 Oct 2012 14:12:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18612.html#p18612</link>
			<description><![CDATA[<p>I have no idea at all. In my opinion, the problem is caused by missed Postfix parameter &quot;dovecot_destination_recipient_limit=1&quot;, Postfix version doesn&#039;t matter at all.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 14 Oct 2012 14:12:57 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18612.html#p18612</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18606.html#p18606</link>
			<description><![CDATA[<p>It seems to me that problem is with difference versions of packages in distributions like Debian (which I&#039;m using and have this topic problem) and Ubuntu (installed for testing - works fine).</p><p>So, the packages difference:<br />1) Debian postfix - 2.7.1 / Ubuntu postfix 2.9.3<br />2) Debian - postfix-policyd 1.82 / Ubuntu - postfix-cluebringer&nbsp; 2.0.10<br />3) Debian - dovecot 1.2.15 / Ubuntu - dovecot 2.0.19</p>]]></description>
			<author><![CDATA[null@example.com (labasus)]]></author>
			<pubDate>Sun, 14 Oct 2012 12:04:30 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18606.html#p18606</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18439.html#p18439</link>
			<description><![CDATA[<p>This parameter is exist, but doesn&#039;t shows in postconf -n output.</p><p> </p><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Why no parameter &quot;dovecot_destination_recipient_limit=1&quot; in Postfix config file?</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (labasus)]]></author>
			<pubDate>Wed, 03 Oct 2012 12:09:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18439.html#p18439</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18429.html#p18429</link>
			<description><![CDATA[<p>Why no parameter &quot;dovecot_destination_recipient_limit=1&quot; in Postfix config file?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 03 Oct 2012 08:36:46 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18429.html#p18429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18418.html#p18418</link>
			<description><![CDATA[<p>alias_database = hash:/etc/postfix/aliases<br />alias_maps = hash:/etc/postfix/aliases<br />allow_min_user = no<br />append_dot_mydomain = no<br />biff = no<br />bounce_queue_lifetime = 1d<br />broken_sasl_auth_clients = yes<br />config_directory = /etc/postfix<br />content_filter = smtp-amavis:[127.0.0.1]:10024<br />delay_warning_time = 0h<br />disable_vrfy_command = yes<br />enable_original_recipient = no<br />home_mailbox = Maildir/<br />inet_interfaces = all<br />inet_protocols = ipv4<br />mailbox_command = /usr/lib/dovecot/deliver<br />mailbox_size_limit = 0<br />maximal_backoff_time = 4000s<br />maximal_queue_lifetime = 1d<br />message_size_limit = 15728640<br />minimal_backoff_time = 300s<br />mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname<br />mydomain = domain.tld<br />myhostname = mail.domain.tld<br />mynetworks = 127.0.0.0/8&nbsp; 172.19.1.1<br />mynetworks_style = subnet<br />myorigin = mail.domain.tld<br />proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_m<br />aps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $sm<br />tpd_sender_restrictions<br />queue_run_delay = 300s<br />readme_directory = no<br />recipient_bcc_maps = proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_domain.cf<br />recipient_delimiter = +<br />relay_domains = $mydestination, proxy:ldap:/etc/postfix/ldap/relay_domains.cf<br />relayhost =<br />sender_bcc_maps = proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_user.cf, proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_domain.cf<br />smtp_data_init_timeout = 240s<br />smtp_data_xfer_timeout = 600s<br />smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache<br />smtpd_banner = $myhostname ESMTP $mail_name <br />smtpd_data_restrictions = reject_unauth_pipelining<br />smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10032<br />smtpd_enforce_tls = no<br />smtpd_helo_required = yes<br />smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated, check_helo_access pcre:/etc/postfix/helo_access.pcre<br />smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet<br />:127.0.0.1:7777, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, check_policy_service inet:127.0.0.1:10031<br />smtpd_reject_unlisted_recipient = yes<br />smtpd_reject_unlisted_sender = yes<br />smtpd_sasl_auth_enable = yes<br />smtpd_sasl_authenticated_header = no<br />smtpd_sasl_local_domain =<br />smtpd_sasl_path = ./dovecot-auth<br />smtpd_sasl_security_options = noanonymous<br />smtpd_sasl_type = dovecot<br />smtpd_sender_login_maps = proxy:ldap:/etc/postfix/ldap/sender_login_maps.cf<br />smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated<br />smtpd_tls_CAfile = /etc/ssl/certs/iRedMail_CA.pem<br />smtpd_tls_cert_file = /etc/ssl/certs/iRedMail_CA.pem<br />smtpd_tls_key_file = /etc/ssl/private/iRedMail.key<br />smtpd_tls_loglevel = 0<br />smtpd_tls_security_level = may<br />smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache<br />smtpd_use_tls = yes<br />tls_random_source = dev:/dev/urandom<br />transport_maps = proxy:ldap:/etc/postfix/ldap/transport_maps_user.cf, proxy:ldap:/etc/postfix/ldap/transport_maps_domain.cf<br />virtual_alias_domains =<br />virtual_alias_maps = proxy:ldap:/etc/postfix/ldap/virtual_alias_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_maps.cf, proxy:ldap:/etc/postfix/ldap/virtual_group_members_maps.cf, proxy:ldap:/<br />etc/postfix/ldap/catchall_maps.cf<br />virtual_gid_maps = static:1001<br />virtual_mailbox_base = /var/vmail<br />virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_domains.cf<br />virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap/virtual_mailbox_maps.cf<br />virtual_minimum_uid = 1001<br />virtual_transport = dovecot<br />virtual_uid_maps = static:1001</p>]]></description>
			<author><![CDATA[null@example.com (labasus)]]></author>
			<pubDate>Tue, 02 Oct 2012 09:50:05 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18418.html#p18418</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18397.html#p18397</link>
			<description><![CDATA[<p>No idea at all, looks like caused by incorrect Postfix setting. Could you please show me output of command &quot;postconf -n&quot;?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 01 Oct 2012 13:08:06 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18397.html#p18397</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18395.html#p18395</link>
			<description><![CDATA[<p>apt-cache policy postfix-policyd<br />postfix-policyd:<br />&nbsp; Installed: 1.82-2+b1<br />&nbsp; Candidate: 1.82-2+b1</p><p> Which version must be OK to resolve this problem?</p><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Which version of cluebringer are you running? Looks like a bug in cluebringer. Is there a newer version available in official apt repository?</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (labasus)]]></author>
			<pubDate>Mon, 01 Oct 2012 13:00:18 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18395.html#p18395</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18372.html#p18372</link>
			<description><![CDATA[<p>Which version of cluebringer are you running? Looks like a bug in cluebringer. Is there a newer version available in official apt repository?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 01 Oct 2012 11:46:51 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18372.html#p18372</guid>
		</item>
		<item>
			<title><![CDATA[Throttling problem then using more then one recipient]]></title>
			<link>http://www.iredmail.org/forum/post18358.html#p18358</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: 1.8.2<br />- iRedAdminPro version: 1.8.0<br />- PolicyD version: 1.82<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP<br />- Linux/BSD distribution name and version: Debian x64 6.0.6<br />- Related log if you&#039;re reporting an issue: </p><p>==== <br />Throttling problem then using more then one recipient </p><br /><p>Sep 30 10:58:35 mail postfix/smtpd[9216]: connect from unknown[172.19.1.1]<br />Sep 30 10:58:35 mail postfix/smtpd[9216]: 83406B7A0FB: client=unknown[172.19.1.1]<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 select(): fd 8 is ready for read<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd 8: w_read: returning -2 after reading 465 bytes<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][0]:request=smtpd_access_policy<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][1]:protocol_state=end-of-message<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][2]:protocol_name=esmtp<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][3]:client_address=172.19.1.1<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][4]:client_name=unknown<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][5]:reverse_client_name=unknown<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][6]:helo_name=[172.19.1.1]<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][7]:sender=user@domain.tld<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][8]:recipient=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][9]:recipient_count=2<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][10]:queue_id=83406b7a0fb<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][11]:instance=2400.5067fbab.6dace.0<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][12]:size=400<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][13]:etrn_domain=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][14]:stress=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][15]:sasl_method=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][16]:sasl_username=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][17]:sasl_sender=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][18]:ccert_subject=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][19]:ccert_issuer=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][20]:ccert_fingerprint=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][21]:encryption_protocol=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][22]:encryption_cipher=<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 policy_array[8][23]:encryption_keysize=0<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][0]: unknown<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][2]: 172.19.1.1<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][3]: 172.19.1.%<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][4]: 172.19.%.%<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][5]: 172.%.%.%<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][6]: user<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 host_array[8][7]: domain.tld<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 triplet_array[8][0]: 172.19.1<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 triplet_array[8][1]: user@domain.tld<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 triplet_array[8][3]: 400<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 triplet_array[8][5]: 172.19.1.1<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 triplet_array[8][6]: 2400.5067fbab.6dace.0<br />Sep 30 10:58:36 mail postfix-policyd: invalid triplet_array[8][2]: (recipient throttle):<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 select(): fd 8 is ready for write<br />Sep 30 10:58:36 mail postfix-policyd: DEBUG: fd: 8 returning after 55 bytes of data written<br />Sep 30 10:58:36 mail postfix/smtpd[9216]: 83406B7A0FB: reject: END-OF-MESSAGE from unknown[172.19.1.1]: 450 4.7.1 &lt;END-OF-MESSAGE&gt;: End-of-data rejected: Policy Rejection- Invalid data; from=&lt;user@domain.tld&gt; proto=ESMTP helo=&lt;[172.19.1.1]&gt;<br />Sep 30 10:58:36 mail postfix/cleanup[9217]: 83406B7A0FB: message-id=&lt;5067FBAB.9060903@domain.tld&gt;<br />Sep 30 10:58:39 mail postfix/smtpd[9216]: disconnect from unknown[172.19.1.1]</p>]]></description>
			<author><![CDATA[null@example.com (labasus)]]></author>
			<pubDate>Sun, 30 Sep 2012 08:03:37 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post18358.html#p18358</guid>
		</item>
	</channel>
</rss>
