<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Deliver restrictions for lists ignored]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4258.xml" />
	<updated>2012-12-08T14:12:42Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4258-deliver-restrictions-for-lists-ignored.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19450.html#p19450" />
			<content type="html"><![CDATA[<p>Great! That was it, thanks!<br />// Tomas</p>]]></content>
			<author>
				<name><![CDATA[Spångberg]]></name>
				<uri>http://www.iredmail.org/forum/user15642.html</uri>
			</author>
			<updated>2012-12-08T14:12:42Z</updated>
			<id>http://www.iredmail.org/forum/post19450.html#p19450</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19447.html#p19447" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-12-08T13:06:03Z</updated>
			<id>http://www.iredmail.org/forum/post19447.html#p19447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19443.html#p19443" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Spångberg]]></name>
				<uri>http://www.iredmail.org/forum/user15642.html</uri>
			</author>
			<updated>2012-12-07T14:50:03Z</updated>
			<id>http://www.iredmail.org/forum/post19443.html#p19443</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Deliver restrictions for lists ignored]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19427.html#p19427" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-12-07T03:40:12Z</updated>
			<id>http://www.iredmail.org/forum/post19427.html#p19427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Deliver restrictions for lists ignored]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19415.html#p19415" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Spångberg]]></name>
				<uri>http://www.iredmail.org/forum/user15642.html</uri>
			</author>
			<updated>2012-12-06T19:38:26Z</updated>
			<id>http://www.iredmail.org/forum/post19415.html#p19415</id>
		</entry>
</feed>
