<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Deliver restrictions for lists ignored]]></title>
		<link>http://www.iredmail.org/forum/topic4258-deliver-restrictions-for-lists-ignored.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4258.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Deliver restrictions for lists ignored.]]></description>
		<lastBuildDate>Sat, 08 Dec 2012 14:12:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link>http://www.iredmail.org/forum/post19450.html#p19450</link>
			<description><![CDATA[<p>Great! That was it, thanks!<br />// Tomas</p>]]></description>
			<author><![CDATA[null@example.com (Spångberg)]]></author>
			<pubDate>Sat, 08 Dec 2012 14:12:42 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19450.html#p19450</guid>
		</item>
		<item>
			<title><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link>http://www.iredmail.org/forum/post19447.html#p19447</link>
			<description><![CDATA[<div class="quotebox"><cite>Spångberg wrote:</cite><blockquote><p>2012-12-07 15:43:10 INFO Error: plugin ldap_maillist_access_policy.py not exist.</p></blockquote></div><p>What&#039;s the file owner and permission of this file? Please show me output of below command:<br /></p><div class="codebox"><pre><code># ls -l /opt/iredapd/src/plugins/</code></pre></div><p>All files under /opt/iredapd/ should be owned by &quot;iredapd:iredapd&quot;, file permission 0755, but config file /opt/iredapd/etc/*.ini MUST be set to 0500 so that others cannot read username/password in it.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 08 Dec 2012 13:06:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19447.html#p19447</guid>
		</item>
		<item>
			<title><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link>http://www.iredmail.org/forum/post19443.html#p19443</link>
			<description><![CDATA[<p>Hi thanks for a quick reply, here is the log output when sending a mail that should not get through to the list.</p><p>This line looks interesting:<br />&quot;2012-12-07 15:43:10 INFO Error: plugin ldap_maillist_access_policy.py not exist.&quot;</p><p>Log output:<br />2012-12-07 15:43:10 DEBUG Connect from 127.0.0.1, port 43668.<br />2012-12-07 15:43:10 DEBUG smtp session: request=smtpd_access_policy<br />2012-12-07 15:43:10 DEBUG smtp session: protocol_state=RCPT<br />2012-12-07 15:43:10 DEBUG smtp session: protocol_name=ESMTP<br />2012-12-07 15:43:10 DEBUG smtp session: client_address=127.0.0.1<br />2012-12-07 15:43:10 DEBUG smtp session: client_name=localhost<br />2012-12-07 15:43:10 DEBUG smtp session: reverse_client_name=localhost<br />2012-12-07 15:43:10 DEBUG smtp session: helo_name=mail.jarlmagnussonab.se<br />2012-12-07 15:43:10 DEBUG smtp session: sender=tomas.spangberg@jarlmagnussonab.se<br />2012-12-07 15:43:10 DEBUG smtp session: recipient=alla@spangberg.eu<br />2012-12-07 15:43:10 DEBUG smtp session: recipient_count=0<br />2012-12-07 15:43:10 DEBUG smtp session: queue_id=<br />2012-12-07 15:43:10 DEBUG smtp session: instance=4f07.50c2007e.6a1a3.0<br />2012-12-07 15:43:10 DEBUG smtp session: size=0<br />2012-12-07 15:43:10 DEBUG smtp session: etrn_domain=<br />2012-12-07 15:43:10 DEBUG smtp session: stress=<br />2012-12-07 15:43:10 DEBUG smtp session: sasl_method=LOGIN<br />2012-12-07 15:43:10 DEBUG smtp session: sasl_username=tomas.spangberg@jarlmagnussonab.se<br />2012-12-07 15:43:10 DEBUG smtp session: sasl_sender=<br />2012-12-07 15:43:10 DEBUG smtp session: ccert_subject=<br />2012-12-07 15:43:10 DEBUG smtp session: ccert_issuer=<br />2012-12-07 15:43:10 DEBUG smtp session: ccert_fingerprint=<br />2012-12-07 15:43:10 DEBUG smtp session: encryption_protocol=<br />2012-12-07 15:43:10 DEBUG smtp session: encryption_cipher=<br />2012-12-07 15:43:10 DEBUG smtp session: encryption_keysize=0<br />2012-12-07 15:43:10 DEBUG LDAP connection initialied success.<br />2012-12-07 15:43:10 DEBUG LDAP bind success.<br />2012-12-07 15:43:10 DEBUG __get_recipient_dn_ldif (recipient): alla@spangberg.eu<br />2012-12-07 15:43:10 DEBUG __get_recipient_dn_ldif (ldap query filter): (&amp;(|(mail=alla@spangberg.eu)(shadowAddress=alla@spangberg.eu))(|(objectClass=mailUser)(objectClass=mailList)(objectClass=mailAlias)))<br />2012-12-07 15:43:10 DEBUG __get_recipient_dn_ldif (ldap query result): [(&#039;mail=alla@spangberg.eu,ou=Groups,domainName=spangberg.eu,o=domains,dc=jalle,dc=local&#039;, {&#039;cn&#039;: [&#039;alla&#039;], &#039;objectClass&#039;: [&#039;mailList&#039;], &#039;accountStatus&#039;: [&#039;active&#039;], &#039;accessPolicy&#039;: [&#039;membersOnly&#039;], &#039;mail&#039;: [&#039;alla@spangberg.eu&#039;], &#039;enabledService&#039;: [&#039;mail&#039;, &#039;deliver&#039;]})]<br />2012-12-07 15:43:10 INFO Error: plugin ldap_maillist_access_policy.py not exist.<br />2012-12-07 15:43:10 DEBUG Final action: None.<br />2012-12-07 15:43:10 INFO [127.0.0.1] tomas.spangberg@jarlmagnussonab.se -&gt; alla@spangberg.eu, DUNNO<br />2012-12-07 15:43:10 DEBUG Connection closed<br />2012-12-07 15:43:10 DEBUG Close LDAP connection.</p><p>Cheers!<br />// Tomas</p>]]></description>
			<author><![CDATA[null@example.com (Spångberg)]]></author>
			<pubDate>Fri, 07 Dec 2012 14:50:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19443.html#p19443</guid>
		</item>
		<item>
			<title><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link>http://www.iredmail.org/forum/post19427.html#p19427</link>
			<description><![CDATA[<p>Hi Tomas,</p><p>Sorry about this trouble.<br />Could you please set &#039;loglevel = debug&#039; in /opt/iredapd/etc/iredapd.ini, restart iRedAPD service and test deliver restriction again? Paste related log in /var/log/iredapd.log here to help troubleshoot.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Fri, 07 Dec 2012 03:40:12 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19427.html#p19427</guid>
		</item>
		<item>
			<title><![CDATA[Deliver restrictions for lists ignored]]></title>
			<link>http://www.iredmail.org/forum/post19415.html#p19415</link>
			<description><![CDATA[<p>Hi</p><p>I&#039;m running iRedmail 0.8.2 and iRedadmin Pro 1.8.1 (LDAP) on Ubuntu 10.04.4 LTS.</p><p>I&#039;m having trouble with deliver restrictions on mail lists being ignored. Even if I set it to &quot;members only&quot; everyone can send mail to the lists. I know that it worked a while ago so I guess something have happend in when upgrading, not sure when though. Any suggestions?</p><p>Thanks // Tomas</p>]]></description>
			<author><![CDATA[null@example.com (Spångberg)]]></author>
			<pubDate>Thu, 06 Dec 2012 19:38:26 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19415.html#p19415</guid>
		</item>
	</channel>
</rss>
