<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Another look at shared spam folder under Courier IMAP</title>
	<atom:link href="http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Mon, 23 Aug 2010 13:01:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ramblings</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-26602</link>
		<dc:creator>Ramblings</dc:creator>
		<pubDate>Fri, 19 May 2006 09:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-26602</guid>
		<description>&lt;strong&gt;Maildrop to Shared-IMAP folder....&lt;/strong&gt;


I had a need for a &#039;shared&#039; email address.  Small company, office@ address.  No such Unix mailbox, yet it needs multiple user access.  Group alias was an option, but very duplicative.  When there was debate on who should recieve it and who shouldn...</description>
		<content:encoded><![CDATA[<p><strong>Maildrop to Shared-IMAP folder&#8230;.</strong></p>
<p>I had a need for a &#8216;shared&#8217; email address.  Small company, office@ address.  No such Unix mailbox, yet it needs multiple user access.  Group alias was an option, but very duplicative.  When there was debate on who should recieve it and who shouldn&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-26441</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 17 May 2006 17:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-26441</guid>
		<description>Thanks for this, just the right inspiration I needed.

For maildrop users.  To solve the problem where by maildrop delivers mail to shared folders, setting the permissions to 600 and ownership to the &quot;--user &quot; maildrop is called to deliver for.  To get all users to have read and write permission, allowing the move from ./tmp to ./cur to happen...

chmod 2770 .maildir/ .maildir/.[cnt]*

In /etc/maildroprc or ~/.mailfilter add a UMASK= before and after the section that delivers shared mailbox mail.

EG:
UMASK=007
if ( /^.*To: shared/ ) 
{
    to $SHARED/.global
}
UMASK=077

Asides changing the perms on existing mail in ./cur ./new ./tmp there shouldn&#039;t be a problem anymore.

Paul</description>
		<content:encoded><![CDATA[<p>Thanks for this, just the right inspiration I needed.</p>
<p>For maildrop users.  To solve the problem where by maildrop delivers mail to shared folders, setting the permissions to 600 and ownership to the &#8220;&#8211;user &#8221; maildrop is called to deliver for.  To get all users to have read and write permission, allowing the move from ./tmp to ./cur to happen&#8230;</p>
<p>chmod 2770 .maildir/ .maildir/.[cnt]*</p>
<p>In /etc/maildroprc or ~/.mailfilter add a UMASK= before and after the section that delivers shared mailbox mail.</p>
<p>EG:<br />
UMASK=007<br />
if ( /^.*To: shared/ )<br />
{<br />
    to $SHARED/.global<br />
}<br />
UMASK=077</p>
<p>Asides changing the perms on existing mail in ./cur ./new ./tmp there shouldn&#8217;t be a problem anymore.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eglis</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-24363</link>
		<dc:creator>Eglis</dc:creator>
		<pubDate>Wed, 19 Apr 2006 18:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-24363</guid>
		<description>Very interesting, as i am looking into shared folders as a replacement for mailling lists. Thanks for the tips.</description>
		<content:encoded><![CDATA[<p>Very interesting, as i am looking into shared folders as a replacement for mailling lists. Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: c.h.Ip</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-21386</link>
		<dc:creator>c.h.Ip</dc:creator>
		<pubDate>Thu, 16 Jun 2005 13:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-21386</guid>
		<description>thanks for your useful info.

Another problem I found is that I want to have most users accessing the shard folder in read-only basis, leaving one admin user having read-write access.

The problem is: unless the admin user reads the incoming mails of the shared folder (means moving from the &#039;new&#039; folder to &#039;cur&#039; folder), other users can&#039;t see the mail incoming.

anyways to force courier to put the mail to &#039;cur&#039;, even before any user reads it?</description>
		<content:encoded><![CDATA[<p>thanks for your useful info.</p>
<p>Another problem I found is that I want to have most users accessing the shard folder in read-only basis, leaving one admin user having read-write access.</p>
<p>The problem is: unless the admin user reads the incoming mails of the shared folder (means moving from the &#8216;new&#8217; folder to &#8216;cur&#8217; folder), other users can&#8217;t see the mail incoming.</p>
<p>anyways to force courier to put the mail to &#8216;cur&#8217;, even before any user reads it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-21364</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Tue, 14 Jun 2005 20:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-21364</guid>
		<description>i have suse 9.1 running with cyrus and postfix. I can see the mails in my mail directory non the server. But when i use pop3 or IMAP, i cannot see any mails...please advice on the configuration...</description>
		<content:encoded><![CDATA[<p>i have suse 9.1 running with cyrus and postfix. I can see the mails in my mail directory non the server. But when i use pop3 or IMAP, i cannot see any mails&#8230;please advice on the configuration&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devis Lucato</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-21355</link>
		<dc:creator>Devis Lucato</dc:creator>
		<pubDate>Mon, 13 Jun 2005 15:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-21355</guid>
		<description>I solved the problem using Maildrop with Mysql, very easy to install, configure and use. I have to say that I had to install an rpm because the debian package does not support mysql.</description>
		<content:encoded><![CDATA[<p>I solved the problem using Maildrop with Mysql, very easy to install, configure and use. I have to say that I had to install an rpm because the debian package does not support mysql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devis Lucato</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-3167</link>
		<dc:creator>Devis Lucato</dc:creator>
		<pubDate>Fri, 25 Feb 2005 23:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-3167</guid>
		<description>I am using Postfix+Amavis+Spamassassin+Courier Imap. I would like to have a Spam folder for each user, not a public or shared one, is it possible ?</description>
		<content:encoded><![CDATA[<p>I am using Postfix+Amavis+Spamassassin+Courier Imap. I would like to have a Spam folder for each user, not a public or shared one, is it possible ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satpal</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-405</link>
		<dc:creator>Satpal</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-405</guid>
		<description>Hello,

thank you for the excellent publication online. Though it has helped me alot, I still have some loose ends to tie with my configuration of LDAP+MailDrop+Postfix+Squirrelmail and I was hoping if you would be kind enough to give some insights into it. This is a project I am doing as my final year project and am a few days from my deadline. I&#039;d really appreciate your help. I want to auto-subscribe newly created &quot;spam&quot; folder without user interaction, currently user has to subscribe from squirrelmail which i want to do once for all virtual users, can you suggest a way or script through which i can achieve this.

thank you very much.
 
Satpal</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thank you for the excellent publication online. Though it has helped me alot, I still have some loose ends to tie with my configuration of LDAP+MailDrop+Postfix+Squirrelmail and I was hoping if you would be kind enough to give some insights into it. This is a project I am doing as my final year project and am a few days from my deadline. I&#8217;d really appreciate your help. I want to auto-subscribe newly created &#8220;spam&#8221; folder without user interaction, currently user has to subscribe from squirrelmail which i want to do once for all virtual users, can you suggest a way or script through which i can achieve this.</p>
<p>thank you very much.</p>
<p>Satpal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scotty</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-406</link>
		<dc:creator>scotty</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-406</guid>
		<description>Satpat,

I am not that familiar with IMAP to tell you how it can be implemented. However, with Courier IMAP each user has his/her list of subscribed folders listed under a plain text file &quot;Maildir/courierimapsubscribed&quot;. Maybe you can have a script that manipulate that file?

Maybe there is a better way to do things...</description>
		<content:encoded><![CDATA[<p>Satpat,</p>
<p>I am not that familiar with IMAP to tell you how it can be implemented. However, with Courier IMAP each user has his/her list of subscribed folders listed under a plain text file &#8220;Maildir/courierimapsubscribed&#8221;. Maybe you can have a script that manipulate that file?</p>
<p>Maybe there is a better way to do things&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Knoeferl</title>
		<link>http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/comment-page-1/#comment-407</link>
		<dc:creator>Martin Knoeferl</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2003/08/another-look-at-shared-spam-folder-under-courier-imap/#comment-407</guid>
		<description>Hello,

i think you are explaining just the same Problem that i have:

I set up a shared folder which should be filled with mail by postfix. When i send a mail to the email adress which is associated with the shared folder, the mail still remains in the new-Folder, although i did the changes you mentioned.

The mails are owned by the user, i set up for the shared folder (and who is in the same group as i). But the mails are saved with the following rights: rw--, so i cannot access them. How can i make it, that Postfix stores mails with the accessrights for the whole user group?!?

Thanks, Hans.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i think you are explaining just the same Problem that i have:</p>
<p>I set up a shared folder which should be filled with mail by postfix. When i send a mail to the email adress which is associated with the shared folder, the mail still remains in the new-Folder, although i did the changes you mentioned.</p>
<p>The mails are owned by the user, i set up for the shared folder (and who is in the same group as i). But the mails are saved with the following rights: rw&#8211;, so i cannot access them. How can i make it, that Postfix stores mails with the accessrights for the whole user group?!?</p>
<p>Thanks, Hans.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
