<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3890</id>
	<title>Nabble - Courier Mail Server</title>
	<updated>2009-12-08T10:18:37Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Courier-Mail-Server-f3890.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Courier-Mail-Server-f3890.html" />
	<subtitle type="html">The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, Webmail, calendaring, and mailing list services. Courier Mail Server home is &lt;a href=&quot;http://sourceforge.net/projects/courier/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26698937</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-08T10:18:37Z</published>
	<updated>2009-12-08T10:18:37Z</updated>
	<author>
		<name>Georg Lutz-2</name>
	</author>
	<content type="html">On 2009-12-06 19:50, LuKreme wrote:
&lt;br&gt;&amp;gt; I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;$ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;gt; &amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;gt; &amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;gt; &amp;nbsp;$ diff 1260094560.39840_0.mail.covisp.net\:2\, 1260094560.39840_0.mail.covisp.net\:2\,S 
&lt;br&gt;&amp;gt; &amp;nbsp;$
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I had exactly the same problem after restoring from a backup. At that
&lt;br&gt;time I wrote a small script which fixed the issue. Perhaps it also helps
&lt;br&gt;you:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://git.georglutz.de/gitweb/?p=maildir_merge_duplicates.git;a=summary&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://git.georglutz.de/gitweb/?p=maildir_merge_duplicates.git;a=summary&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&amp;nbsp; &amp;nbsp;Georg
&lt;br&gt;-- 
&lt;br&gt;Georg
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26698937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26698937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26685933</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-07T15:03:37Z</published>
	<updated>2009-12-07T15:03:37Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">LuKreme writes:
&lt;br&gt;&lt;br&gt;&amp;gt; There is one little point, when the message is initially written, the
&lt;br&gt;&amp;gt; filename ends with '.net' but once it's in cur it is renamed to '.net:2,'
&lt;br&gt;&amp;gt; or 'net:2,S'. I suspect that at some point there is where the duplication
&lt;br&gt;&amp;gt; occurs, particularly if Courier duplicates the message to ,S and is then
&lt;br&gt;&amp;gt; supposed to remove the original?
&lt;br&gt;&lt;br&gt;Courier does not duplicate the message. The message is always renamed.
&lt;br&gt;&lt;br&gt;&amp;gt; Oh, wait a minute, I just remembered that procmail has a TRAP on some mailing lists that is supposed to 'mark' a message as read.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;TRAP='mv &amp;quot;$LASTFOLDER&amp;quot; &amp;quot;${LASTFOLDER}:2,S&amp;quot;'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So that is something else. While it is a mv command and it shouldn't ever leave the original file behind, I suppose it is possible something there is mucking up on rare enough occasions that I see these left-over dupes?
&lt;br&gt;&lt;br&gt;By itself, no. However, you will need to analyze the exact interaction 
&lt;br&gt;between this bit of code, and everything else you use to access your 
&lt;br&gt;mailbox.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26685933&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26685933/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26685933.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677709</id>
	<title>Re: sasl and ldap authentication on postfix</title>
	<published>2009-12-07T06:02:49Z</published>
	<updated>2009-12-07T06:02:49Z</updated>
	<author>
		<name>FRLinux-2</name>
	</author>
	<content type="html">On Fri, Dec 4, 2009 at 10:49 PM, Sam Varshavchik &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677709&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrsam@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; If you want to implement SMTP authentication, and you're using Postfix, you
&lt;br&gt;&amp;gt; should be asking this question on the Postfix mailing list.
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;thanks for your reply, i've done my homework and it looks like what i
&lt;br&gt;need is cyrus-sasl and cyrus-ldap which will connect to my ldap server
&lt;br&gt;for auth over postfix/sasl/stmpd.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Steph
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677709&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sasl-and-ldap-authentication-on-postfix-tp26643733p26677709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26677537</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-07T05:48:53Z</published>
	<updated>2009-12-07T05:48:53Z</updated>
	<author>
		<name>LuKreme</name>
	</author>
	<content type="html">On 6-Dec-2009, at 17:19, Gordon Messmer wrote:
&lt;br&gt;&amp;gt; If you're sure this didn't happen as a result of restoring from backup, 
&lt;br&gt;&amp;gt; you should locate the mail logs for that message's ID and see if there's 
&lt;br&gt;&amp;gt; any info there.
&lt;br&gt;&lt;br&gt;Ah, yeah, I should have checked that. However, it looks to me like any other message:
&lt;br&gt;&lt;br&gt;Dec &amp;nbsp;6 03:15:58 mail postfix/smtpd[39781]: 78155118ADBF: client=www.mythtv.org[140.211.167.131]
&lt;br&gt;Dec &amp;nbsp;6 03:15:58 mail postfix/cleanup[39836]: 78155118ADBF: message-id=&amp;lt;1260094542.1902.16.camel@netbook&amp;gt;
&lt;br&gt;Dec &amp;nbsp;6 03:15:58 mail postfix/qmgr[1145]: 78155118ADBF: from=&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mythtv-users-bounces@...&lt;/a&gt;&amp;gt;, size=4668, nrcpt=2 (queue active)
&lt;br&gt;Dec &amp;nbsp;6 03:15:59 mail postfix/smtp[39838]: 78155118ADBF: to=&amp;lt;*&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MIRROR*@...&lt;/a&gt;&amp;gt;, orig_to=&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kremels@...&lt;/a&gt;&amp;gt;, relay=gmail-smtp-in.l.google.com[209.85.223.101]:25, delay=1.4, delays=0.74/0.05/0.19/0.41, dsn=2.0.0, status=sent (250 2.0.0 OK 1260094559 41si11521191iwn.12)
&lt;br&gt;Dec &amp;nbsp;6 03:16:05 mail postfix/local[39837]: 78155118ADBF: to=&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kremels@...&lt;/a&gt;&amp;gt;, orig_to=&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kremels@...&lt;/a&gt;&amp;gt;, relay=local, delay=7.3, delays=0.74/0.07/0/6.5, dsn=2.0.0, status=sent (delivered to command: /usr/local/bin/procmail -t -a $EXTENSION)
&lt;br&gt;Dec &amp;nbsp;6 03:16:05 mail postfix/qmgr[1145]: 78155118ADBF: removed
&lt;br&gt;&lt;br&gt;and the procmail log looks just like thousands of other mailing list deliveries:
&lt;br&gt;&lt;br&gt;From &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mythtv-users-bounces@...&lt;/a&gt; &amp;nbsp;Sun Dec &amp;nbsp;6 03:15:58 2009
&lt;br&gt;&amp;nbsp;Subject: Re: vnc on headless backend
&lt;br&gt;&amp;nbsp; Folder: .mythtv.2009-12/new/1260094560.39840_0.mail.covisp.net &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4780
&lt;br&gt;&lt;br&gt;&lt;br&gt;(and yes, the forward to gmail is not unique, all my list mail gets forwarded to a gmail account)
&lt;br&gt;&lt;br&gt;There is one little point, when the message is initially written, the filename ends with '.net' but once it's in cur it is renamed to '.net:2,' or 'net:2,S'. I suspect that at some point there is where the duplication occurs, particularly if Courier duplicates the message to ,S and is then supposed to remove the original?
&lt;br&gt;&lt;br&gt;I can't imagine the MUA is relevant since it would not have direct access to the messages like that.
&lt;br&gt;&lt;br&gt;…
&lt;br&gt;&lt;br&gt;Oh, wait a minute, I just remembered that procmail has a TRAP on some mailing lists that is supposed to 'mark' a message as read.
&lt;br&gt;&lt;br&gt;&amp;nbsp;TRAP='mv &amp;quot;$LASTFOLDER&amp;quot; &amp;quot;${LASTFOLDER}:2,S&amp;quot;'
&lt;br&gt;&lt;br&gt;So that is something else. While it is a mv command and it shouldn't ever leave the original file behind, I suppose it is possible something there is mucking up on rare enough occasions that I see these left-over dupes?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;I draw the line at 7 unreturned phone calls.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26677537&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26677537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670889</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-06T16:19:15Z</published>
	<updated>2009-12-06T16:19:15Z</updated>
	<author>
		<name>Gordon Messmer</name>
	</author>
	<content type="html">On 12/06/2009 10:50 AM, LuKreme wrote:
&lt;br&gt;&amp;gt; I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; $ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;gt; &amp;nbsp; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;gt; &amp;nbsp; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;...
&lt;br&gt;&amp;gt; looking at the content of the file it is the exact same email, but looking at my MUA the message only exists once.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;If you're sure this didn't happen as a result of restoring from backup, 
&lt;br&gt;you should locate the mail logs for that message's ID and see if there's 
&lt;br&gt;any info there.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670889&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26670889.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670593</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-06T15:47:32Z</published>
	<updated>2009-12-06T15:47:32Z</updated>
	<author>
		<name>LuKreme</name>
	</author>
	<content type="html">On 6-Dec-2009, at 15:01, Sam Varshavchik wrote:
&lt;br&gt;&amp;gt; For procmail, or anyone else, it is impossible to actually accomplish the task of delivering a message to a maildir unless the tmp and new subdirectories are actually touched. Scribbling something into their parent directory will have no effect.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Procmail knows how to deliver properly to maildirs by specifying .maildir/ what I was trying to make clear was that I was not putting the messages directly into ./maildir/new as some people have a bad habit of doing.
&lt;br&gt;&lt;br&gt;&amp;gt; Last time I checked, procmail really doesn't support maildirs. What its documentation claims to be maildir support merely involves writing each message to a unique file. This is insufficient, there's more to it than that. There is a well defined process by which new messages get delivered to a maildir.
&lt;br&gt;&lt;br&gt;Procmail does support maildir, and the messages are delivered by procmail. They show up in new (moved there after being written to tmp. This is not where the problem occurs). When they get moved from new to cur (once they've been seen by an MUA) is when the duplication occurs. It is not occurring on delivery.
&lt;br&gt;&lt;br&gt;&amp;gt;From man procmailrc:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If the mailbox name ends in &amp;quot;/&amp;quot;, then this directory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;is presumed to be a maildir folder; i.e., &amp;nbsp;procmail &amp;nbsp;will &amp;nbsp;deliver &amp;nbsp;the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;message &amp;nbsp;to &amp;nbsp;a &amp;nbsp;file &amp;nbsp;in a subdirectory named &amp;quot;tmp&amp;quot; and rename it to be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;inside a subdirectory named &amp;quot;new&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; The filenames you've shown appear to be formed by using the current timestamp and the delivering process's PID. Quite a while ago, it became apparent that modern servers that support modern of levels of mail traffic are quite capable of recycling the same process id during the same chronological second, as a result of rapid spawning of short-lived processes that typically occur when delivering mail. As such, the same filename may end up being generated for two discrete messages. The end results are unpredictable, message corruption is likely.
&lt;br&gt;&lt;br&gt;My server is several orders of magnitude less busy than that. It will take it days, probably, to recycle a PID.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;I WILL REMEMBER TO TAKE MY MEDICATION
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bart chalkboard Ep. 2F14
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670593&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26670593.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669595</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-06T14:01:24Z</published>
	<updated>2009-12-06T14:01:24Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">LuKreme writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 6-Dec-2009, at 13:53, Sam Varshavchik wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; LuKreme writes:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $ diff 1260094560.39840_0.mail.covisp.net\:2\, 1260094560.39840_0.mail.covisp.net\:2\,S &amp;nbsp;$
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; looking at the content of the file it is the exact same email, but looking at my MUA the message only exists once.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas why this happens? Can I prevent it?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (the reason I want to prevent it is that I am scanning the maildir for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; messages that are not marked as 'seen' with a terminal 'S'. I'm not
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doing anything that would 'hold those messages, just doing a ls −1dA
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; $HOME/Maildir/.*/{cur,new}/*{net,','} 2&amp;gt;/dev/null | awk -F/ '{print $5}'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to count any unread messages)
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; What other scripts or software, instead of Courier-IMAP, do you use with your mailbox?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nothing that moves the messages other than my MUA. I use procmail, but it writes the messages to .mailinglist-2009-12/ and does not access new or cur folders.
&lt;/div&gt;&lt;/div&gt;For procmail, or anyone else, it is impossible to actually accomplish the 
&lt;br&gt;task of delivering a message to a maildir unless the tmp and new 
&lt;br&gt;subdirectories are actually touched. Scribbling something into their parent 
&lt;br&gt;directory will have no effect.
&lt;br&gt;&lt;br&gt;Last time I checked, procmail really doesn't support maildirs. What its 
&lt;br&gt;documentation claims to be maildir support merely involves writing each 
&lt;br&gt;message to a unique file. This is insufficient, there's more to it than 
&lt;br&gt;that. There is a well defined process by which new messages get delivered to 
&lt;br&gt;a maildir.
&lt;br&gt;&lt;br&gt;The filenames you've shown do not look like filenames that would be created 
&lt;br&gt;by Courier or maildrop when delivering messages. Courier-IMAP itself does 
&lt;br&gt;not deliver mail. An IMAP server provides access to existing mail in a 
&lt;br&gt;mailbox, it does not deliver any mail.
&lt;br&gt;&lt;br&gt;&amp;gt; the mailserver is running postfix.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The issue does not come up very often, so I haven't been able to track it to any particular event, and it's invisible from the MUA side since the duplicate files only show once in client.
&lt;br&gt;&lt;br&gt;The filenames you've shown appear to be formed by using the current 
&lt;br&gt;timestamp and the delivering process's PID. Quite a while ago, it became 
&lt;br&gt;apparent that modern servers that support modern of levels of mail traffic 
&lt;br&gt;are quite capable of recycling the same process id during the same 
&lt;br&gt;chronological second, as a result of rapid spawning of short-lived processes 
&lt;br&gt;that typically occur when delivering mail. As such, the same filename may 
&lt;br&gt;end up being generated for two discrete messages. The end results are 
&lt;br&gt;unpredictable, message corruption is likely.
&lt;br&gt;&lt;br&gt;Whatever you're actually using to deliver mail, you should update it to 
&lt;br&gt;something more current, that uses additional factors in composing the 
&lt;br&gt;individual message filenames, removing the chance of potential filename 
&lt;br&gt;collision.
&lt;br&gt;&lt;br&gt;Another possibility is filesystem corruption, of course. Take this partition 
&lt;br&gt;offline and fsck, as a safety measure.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669595&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26669595/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26669595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669134</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-06T13:11:20Z</published>
	<updated>2009-12-06T13:11:20Z</updated>
	<author>
		<name>LuKreme</name>
	</author>
	<content type="html">On 6-Dec-2009, at 13:53, Sam Varshavchik wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; LuKreme writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&amp;gt;&amp;gt; $ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;gt;&amp;gt; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;gt;&amp;gt; 6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;gt;&amp;gt; $ diff 1260094560.39840_0.mail.covisp.net\:2\, 1260094560.39840_0.mail.covisp.net\:2\,S &amp;nbsp;$
&lt;br&gt;&amp;gt;&amp;gt; looking at the content of the file it is the exact same email, but looking at my MUA the message only exists once.
&lt;br&gt;&amp;gt;&amp;gt; Any ideas why this happens? Can I prevent it?
&lt;br&gt;&amp;gt;&amp;gt; (the reason I want to prevent it is that I am scanning the maildir for messages that are not marked as 'seen' with a terminal 'S'. I'm not doing anything that would 'hold those messages, just doing a ls −1dA $HOME/Maildir/.*/{cur,new}/*{net,','} 2&amp;gt;/dev/null | awk -F/ '{print $5}'
&lt;br&gt;&amp;gt;&amp;gt; to count any unread messages)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What other scripts or software, instead of Courier-IMAP, do you use with your mailbox?
&lt;/div&gt;&lt;br&gt;Nothing that moves the messages other than my MUA. I use procmail, but it writes the messages to .mailinglist-2009-12/ and does not access new or cur folders.
&lt;br&gt;&lt;br&gt;the mailserver is running postfix.
&lt;br&gt;&lt;br&gt;The issue does not come up very often, so I haven't been able to track it to any particular event, and it's invisible from the MUA side since the duplicate files only show once in client.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;I leave symbols to the symbol-minded - George Carlin
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26669134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26668957</id>
	<title>Re: Duplicate files, single message</title>
	<published>2009-12-06T12:53:23Z</published>
	<updated>2009-12-06T12:53:23Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">LuKreme writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;$ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;gt; &amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;gt; &amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;gt; &amp;nbsp;$ diff 1260094560.39840_0.mail.covisp.net\:2\, 1260094560.39840_0.mail.covisp.net\:2\,S 
&lt;br&gt;&amp;gt; &amp;nbsp;$
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; looking at the content of the file it is the exact same email, but looking at my MUA the message only exists once.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any ideas why this happens? Can I prevent it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (the reason I want to prevent it is that I am scanning the maildir for messages that are not marked as 'seen' with a terminal 'S'. I'm not doing anything that would 'hold those messages, just doing a 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ls −1dA $HOME/Maildir/.*/{cur,new}/*{net,','} 2&amp;gt;/dev/null | awk -F/ '{print $5}'
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; to count any unread messages)
&lt;/div&gt;&lt;/div&gt;What other scripts or software, instead of Courier-IMAP, do you use with 
&lt;br&gt;your mailbox?
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26668957&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26668957/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26668957.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26667770</id>
	<title>Duplicate files, single message</title>
	<published>2009-12-06T10:50:56Z</published>
	<updated>2009-12-06T10:50:56Z</updated>
	<author>
		<name>LuKreme</name>
	</author>
	<content type="html">I am occasionally seeing duplicated files in my courier-IMAP folders. &amp;nbsp;Here's an example:
&lt;br&gt;&lt;br&gt;&amp;nbsp;$ ls -nls 1260094560.39840_0*
&lt;br&gt;&amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,
&lt;br&gt;&amp;nbsp;6 -rw------- &amp;nbsp;2 1004 &amp;nbsp;1005 &amp;nbsp;4780 Dec &amp;nbsp;6 03:16 1260094560.39840_0.mail.covisp.net:2,S
&lt;br&gt;&amp;nbsp;$ diff 1260094560.39840_0.mail.covisp.net\:2\, 1260094560.39840_0.mail.covisp.net\:2\,S 
&lt;br&gt;&amp;nbsp;$
&lt;br&gt;&lt;br&gt;looking at the content of the file it is the exact same email, but looking at my MUA the message only exists once.
&lt;br&gt;&lt;br&gt;Any ideas why this happens? Can I prevent it?
&lt;br&gt;&lt;br&gt;(the reason I want to prevent it is that I am scanning the maildir for messages that are not marked as 'seen' with a terminal 'S'. I'm not doing anything that would 'hold those messages, just doing a 
&lt;br&gt;&lt;br&gt;ls −1dA $HOME/Maildir/.*/{cur,new}/*{net,','} 2&amp;gt;/dev/null | awk -F/ '{print $5}'
&lt;br&gt;&lt;br&gt;to count any unread messages)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;You think you can catch Keyser Soze? You think a guy like that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comes this close to getting caught, and sticks his head out? If
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; he comes up for anything it'll be to get rid of me. After that 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; my guess is you'll never hear from him again.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26667770&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Duplicate-files%2C-single-message-tp26667770p26667770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26652604</id>
	<title>Re: Maildrop posting processed files to spool file</title>
	<published>2009-12-04T19:08:30Z</published>
	<updated>2009-12-04T19:08:30Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">AJ Bourg writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Folks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hoping you can help me figure this one out. I've got qmail + vpopmail 
&lt;br&gt;&amp;gt; setup using the basic setup from Bill Shupp's Qmail toaster and I'm using 
&lt;br&gt;&amp;gt; maildrop to help filter messages. (right now, I've been using it to drop 
&lt;br&gt;&amp;gt; messages that get too high of a spam assassin score for certain users)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The problem is, maildrop seems to inexplicably write the messages it 
&lt;br&gt;&amp;gt; processes to /var/spool/mail/vpopmail. When this file grows to 2Gb, 
&lt;br&gt;&amp;gt; maildrop stops working. I do not see any good reason for maildrop to write 
&lt;br&gt;&amp;gt; messages to this file and would like it to stop. How?
&lt;/div&gt;&lt;/div&gt;maildrop doesn't do just whatever pops into its head. It does what it's told 
&lt;br&gt;to do, or it does what it's configured to do by default, in absence of 
&lt;br&gt;explicit instructions. If no explicit delivery instructions are provided, 
&lt;br&gt;maildrop attempts to deliver mail to the recipient's default mailbox. 
&lt;br&gt;maildrop determines the location of the default mailbox based on what it was 
&lt;br&gt;told to do before, during, and after running the configure script.
&lt;br&gt;&lt;br&gt;Without having any more information about how you exactly configured 
&lt;br&gt;maildrop, you're probably having all mail delivered by invoking maildrop as 
&lt;br&gt;the 'vpopmail' user. maildrop does not know anything about vpopmail or 
&lt;br&gt;qmail. It's not a vpopmail or a qmail-specific tool. If no explicit mail 
&lt;br&gt;delivery instructions are provided, since maildrop sees that it's running as 
&lt;br&gt;userid called &amp;quot;vpopmail&amp;quot;, it therefore figures that this particular 
&lt;br&gt;account's default mailbox is /var/spool/mail/vpopmail. This is because the 
&lt;br&gt;configuration script determined that on your machine, each account's default 
&lt;br&gt;system mailbox is /var/spool/mail/&amp;lt;loginid&amp;gt;. This is probably what's 
&lt;br&gt;happening in your case, but you really haven't provided sufficient 
&lt;br&gt;information, such as the log of you running your configure script, to make a 
&lt;br&gt;definitive conclusion.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; And the mailfilter-mailing list file, which I designed to limit spam from 
&lt;br&gt;&amp;gt; passing on to mailinglists by exiting with error code 99 to drop the email 
&lt;br&gt;&amp;gt; completely:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # Set the default shell.
&lt;br&gt;&amp;gt; SHELL=&amp;quot;/bin/sh&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; # Match this line X-Spam-Level: **
&lt;br&gt;&amp;gt; # Prevents spam from being delivered with a score greater than 2.
&lt;br&gt;&amp;gt; if (/^(X-Spam-Level:\s\*\*)/:h)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt;     exception {
&lt;br&gt;&amp;gt;         EXITCODE=99
&lt;br&gt;&amp;gt;        exit
&lt;br&gt;&amp;gt;     }
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;/div&gt;Right, your only mail delivery instructions are to terminate with exit code 
&lt;br&gt;set to 99, if this header is present. Otherwise, you are not providing any 
&lt;br&gt;mail delivery instructions, so maildrop takes the default mail delivery 
&lt;br&gt;path: delivery to the default account mailbox. Mystery solved.
&lt;br&gt;&lt;br&gt;&amp;gt; I tried adding to /dev/null to the end of the file to prevent maildrop 
&lt;br&gt;&lt;br&gt;If you really added, literally:
&lt;br&gt;&lt;br&gt;/dev/null
&lt;br&gt;&lt;br&gt;to the end of your maildrop recipe file, then this would be a syntax error, 
&lt;br&gt;and maildrop wouldn't do anything at all. So, this is not what you really 
&lt;br&gt;did.
&lt;br&gt;&lt;br&gt;All you really need to do, as best as I can figure out, is put a simple 
&lt;br&gt;&amp;quot;exit&amp;quot;, explicitly telling maildrop to stop delivering the message.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26652604&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26652604/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maildrop-posting-processed-files-to-spool-file-tp26650834p26652604.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650560</id>
	<title>Re: sasl and ldap authentication on postfix</title>
	<published>2009-12-04T14:49:17Z</published>
	<updated>2009-12-04T14:49:17Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">FRLinux writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have implemented serveral setups with postfix and courier. My latest
&lt;br&gt;&amp;gt; talks directly with OpenLDAP for user authentication, mail delivery
&lt;br&gt;&amp;gt; and mailboxes. Everything has been working great of years now. I would
&lt;br&gt;&amp;gt; however like to implement SMTPD authentication with SASL and TLS. I am
&lt;br&gt;&amp;gt; also fairly familiar with this process with setups such as normal user
&lt;br&gt;&amp;gt; password files and courier. I have failed to find some detailed
&lt;br&gt;&amp;gt; documentation with sasl + courier + openldap.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So has someone implemented something like that and if so, could I be
&lt;br&gt;&amp;gt; pointed in the right direction?
&lt;/div&gt;&lt;/div&gt;If you want to implement SMTP authentication, and you're using Postfix, you 
&lt;br&gt;should be asking this question on the Postfix mailing list.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650560&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26650560/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sasl-and-ldap-authentication-on-postfix-tp26643733p26650560.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26650834</id>
	<title>Maildrop posting processed files to spool file</title>
	<published>2009-12-04T14:46:00Z</published>
	<updated>2009-12-04T14:46:00Z</updated>
	<author>
		<name>AJ Bourg</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;

&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=ISO-8859-1&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;font face=&quot;Helvetica, Arial, sans-serif&quot;&gt;Hi Folks,&lt;br&gt;
&lt;br&gt;
Hoping you can help me figure this one out. I've got qmail + vpopmail
setup using the basic setup from Bill Shupp's Qmail toaster and I'm
using maildrop to help filter messages. (right now, I've been using it
to drop messages that get too high of a spam assassin score for certain
users)&lt;br&gt;
&lt;br&gt;
The problem is, maildrop seems to inexplicably write the messages it
processes to /var/spool/mail/vpopmail. When this file grows to 2Gb,
maildrop stops working. I do not see any good reason for maildrop to
write messages to this file and would like it to stop. How?&lt;br&gt;
&lt;br&gt;
For reference, one of the .qmail files: (which is just a test mailing
list)&lt;br&gt;
&lt;br&gt;
| /usr/local/bin/maildrop
/home/vpopmail/domains/bellaenergy.com/mailfilter-mailinglist&lt;br&gt;
&amp;amp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aj.bourg@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
And the mailfilter-mailing list file, which I designed to limit spam
from passing on to mailinglists by exiting with error code 99 to drop
the email completely:&lt;br&gt;
&lt;br&gt;
# Set the default shell.&lt;br&gt;
SHELL=&quot;/bin/sh&quot;&lt;br&gt;
&lt;br&gt;
# Match this line X-Spam-Level: **&lt;br&gt;
# Prevents spam from being delivered with a score greater than 2.&lt;br&gt;
if (/^(X-Spam-Level:\s\*\*)/:h)&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; exception {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXITCODE=99&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
I tried adding to /dev/null to the end of the file to prevent maildrop
from routing the messages at all, but it still wrote the message to the
spool file. It is definitely maildrop related because when I remove
maildrop from the .qmail file, no messages are written.&lt;br&gt;
&lt;br&gt;
At some point, I may just put a cronjob to blank out the spoolfile to
keep it from growing to 2Gb, but prevention seems better. :)&lt;br&gt;
&lt;br&gt;
AJ&lt;br&gt;
&lt;/font&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26650834&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maildrop-posting-processed-files-to-spool-file-tp26650834p26650834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26643733</id>
	<title>sasl and ldap authentication on postfix</title>
	<published>2009-12-04T06:55:48Z</published>
	<updated>2009-12-04T06:55:48Z</updated>
	<author>
		<name>FRLinux-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have implemented serveral setups with postfix and courier. My latest
&lt;br&gt;talks directly with OpenLDAP for user authentication, mail delivery
&lt;br&gt;and mailboxes. Everything has been working great of years now. I would
&lt;br&gt;however like to implement SMTPD authentication with SASL and TLS. I am
&lt;br&gt;also fairly familiar with this process with setups such as normal user
&lt;br&gt;password files and courier. I have failed to find some detailed
&lt;br&gt;documentation with sasl + courier + openldap.
&lt;br&gt;&lt;br&gt;So has someone implemented something like that and if so, could I be
&lt;br&gt;pointed in the right direction?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Steph
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26643733&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sasl-and-ldap-authentication-on-postfix-tp26643733p26643733.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26643629</id>
	<title>Re: IMAP folders issues - cannot save drafts and sent	messages</title>
	<published>2009-12-04T06:48:54Z</published>
	<updated>2009-12-04T06:48:54Z</updated>
	<author>
		<name>Bowie Bailey</name>
	</author>
	<content type="html">Sergiu Voicu wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am newbee with Courier and need your assistance on an issue that I'm 
&lt;br&gt;&amp;gt; having with IMAP
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The machine is a FreeBSD running Postfix and Courier with MySQL support.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using an IMAP client like Thunderbird, I am unable to save drafts/sent 
&lt;br&gt;&amp;gt; messages into corresponding folders.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Maildir folder structure is like this:
&lt;br&gt;&amp;gt; /..../vmail/domain.tld/account.name/Maildir
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When creating a new account, I run &amp;quot;maildirmake 
&lt;br&gt;&amp;gt; ../account.name/Maildir&amp;quot;. The Maildir contents are the usual cur, new 
&lt;br&gt;&amp;gt; and tmp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have also manually created folders Sent, Draft and Sent (using 
&lt;br&gt;&amp;gt; maildirmake -f ...) in ../account.name/Maildir but with no success.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only thing working was the Trash folder, that was also created under 
&lt;br&gt;&amp;gt; ../Maildir/, but only with Thunderbird. With a webmail client 
&lt;br&gt;&amp;gt; (Roundcube) I wasn't able to delete a message (move it to Trash).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can you please advice on this?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Sounds like a permissions problem to me. &amp;nbsp;Do you have permissions to
&lt;br&gt;write to the folders you created?
&lt;br&gt;&lt;br&gt;Show us the output of this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $ cd /..../vmail/domain.tld/account.name
&lt;br&gt;&amp;nbsp; &amp;nbsp; $ find Maildir -type d -exec ls -ld {} \;
&lt;br&gt;&lt;br&gt;(Substitute the real path to the account's vmail directory, of course)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Bowie
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26643629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IMAP-folders-issues---cannot-save-drafts-and-sent-messages-tp26641299p26643629.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26641299</id>
	<title>IMAP folders issues - cannot save drafts and sent messages</title>
	<published>2009-12-04T03:30:41Z</published>
	<updated>2009-12-04T03:30:41Z</updated>
	<author>
		<name>Sergiu Voicu</name>
	</author>
	<content type="html">Hello all
&lt;br&gt;&lt;br&gt;I am newbee with Courier and need your assistance on an issue that I'm 
&lt;br&gt;having with IMAP
&lt;br&gt;&lt;br&gt;The machine is a FreeBSD running Postfix and Courier with MySQL support.
&lt;br&gt;&lt;br&gt;Using an IMAP client like Thunderbird, I am unable to save drafts/sent 
&lt;br&gt;messages into corresponding folders.
&lt;br&gt;&lt;br&gt;The Maildir folder structure is like this:
&lt;br&gt;/..../vmail/domain.tld/account.name/Maildir
&lt;br&gt;&lt;br&gt;When creating a new account, I run &amp;quot;maildirmake 
&lt;br&gt;../account.name/Maildir&amp;quot;. The Maildir contents are the usual cur, new 
&lt;br&gt;and tmp
&lt;br&gt;&lt;br&gt;I have also manually created folders Sent, Draft and Sent (using 
&lt;br&gt;maildirmake -f ...) in ../account.name/Maildir but with no success.
&lt;br&gt;&lt;br&gt;The only thing working was the Trash folder, that was also created under 
&lt;br&gt;../Maildir/, but only with Thunderbird. With a webmail client 
&lt;br&gt;(Roundcube) I wasn't able to delete a message (move it to Trash).
&lt;br&gt;&lt;br&gt;Can you please advice on this?
&lt;br&gt;&lt;br&gt;Thank you
&lt;br&gt;Sergiu V.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26641299&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IMAP-folders-issues---cannot-save-drafts-and-sent-messages-tp26641299p26641299.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636008</id>
	<title>Re: DKIM headers</title>
	<published>2009-12-03T16:26:52Z</published>
	<updated>2009-12-03T16:26:52Z</updated>
	<author>
		<name>Jerome Blion</name>
	</author>
	<content type="html">I forgot the domain check...
&lt;br&gt;Will add it tomorrow... Time to sleep.
&lt;br&gt;&lt;br&gt;Jerome.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26636008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DKIM-headers-tp26635380p26636008.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26635380</id>
	<title>DKIM headers</title>
	<published>2009-12-03T15:47:55Z</published>
	<updated>2009-12-03T15:47:55Z</updated>
	<author>
		<name>Jerome Blion</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I used few months ago a perlfilter to implement DKIM on a courier 
&lt;br&gt;server. But I had some crashes with it.
&lt;br&gt;So... I rewrote it :-) for pythonfilter...
&lt;br&gt;&lt;br&gt;How to install it:
&lt;br&gt;&amp;nbsp;- you need to install pydkim (beware of dependencies with net.resolver 
&lt;br&gt;provided by python-adns)
&lt;br&gt;&amp;nbsp;- generate your keys (for this, you can use 
&lt;br&gt;&lt;a href=&quot;http://www.topdog-software.com/files/dkim-genkey.sh&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.topdog-software.com/files/dkim-genkey.sh&lt;/a&gt;&amp;nbsp;). Beware of the 
&lt;br&gt;owner / rights of files generated
&lt;br&gt;&amp;nbsp;- modify your DNS...
&lt;br&gt;&amp;nbsp;- In /etc/pythonfilter.conf, add following lines AFTER antispam filters:
&lt;br&gt;&lt;br&gt;# dkim: sign message using DKIM signature
&lt;br&gt;#
&lt;br&gt;dkim_sign
&lt;br&gt;&lt;br&gt;&amp;nbsp;- In /etc/pythonfilter-modules.conf, add following lines:
&lt;br&gt;&lt;br&gt;[dkim_sign.py]
&lt;br&gt;selector = 'dkim'
&lt;br&gt;privkey = '/home/dkim/dkim.private'
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Install the script attached. It's a little bit ugly (pydkim can't 
&lt;br&gt;handle Messages objects, so I open the body file as a &amp;quot;simple&amp;quot; string...)
&lt;br&gt;&lt;br&gt;Several things I have in mind:
&lt;br&gt;&amp;nbsp;- one private key per domain. So, we could enable DKIM only for domains 
&lt;br&gt;we want instead of allowing it for every domain we &amp;quot;host&amp;quot;. Privkey would 
&lt;br&gt;become privkeydir, dkim.private would become domain.private for each 
&lt;br&gt;domain... Is this a real need?
&lt;br&gt;&amp;nbsp;- do I need to explicitly close files I opened ? (bodyFile and privkey) 
&lt;br&gt;or python will do it for me?
&lt;br&gt;&amp;nbsp;- This filter supposes sender is not forged... So it has to be run 
&lt;br&gt;after antispam filters... Or it would be possible to sign spams... Is 
&lt;br&gt;this way safe enough?
&lt;br&gt;&lt;br&gt;I wrote the filter tonight... I didn't test it yet ! Feel free to 
&lt;br&gt;comment it, to fix it, to use it :-)
&lt;br&gt;&lt;br&gt;Hope this helps.
&lt;br&gt;Jerome Blion.
&lt;br&gt;&lt;br&gt;&lt;br /&gt;#!/usr/bin/python
&lt;br&gt;# dkim_sign -- Courier filter which add DKIM signature to mails sent
&lt;br&gt;# Copyright (C) 2009 Jerome Blion &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635380&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jerome@...&lt;/a&gt;&amp;gt;
&lt;br&gt;#
&lt;br&gt;# This file is part of pythonfilter.
&lt;br&gt;#
&lt;br&gt;# pythonfilter is free software: you can redistribute it and/or modify
&lt;br&gt;# it under the terms of the GNU General Public License as published by
&lt;br&gt;# the Free Software Foundation, either version 3 of the License, or
&lt;br&gt;# (at your option) any later version.
&lt;br&gt;#
&lt;br&gt;# pythonfilter is distributed in the hope that it will be useful,
&lt;br&gt;# but WITHOUT ANY WARRANTY; without even the implied warranty of
&lt;br&gt;# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. &amp;nbsp;See the
&lt;br&gt;# GNU General Public License for more details.
&lt;br&gt;#
&lt;br&gt;# You should have received a copy of the GNU General Public License
&lt;br&gt;# along with pythonfilter. &amp;nbsp;If not, see &amp;lt;&lt;a href=&quot;http://www.gnu.org/licenses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;&amp;gt;.
&lt;br&gt;&lt;br&gt;import email
&lt;br&gt;import sys
&lt;br&gt;import courier.config
&lt;br&gt;import courier.control
&lt;br&gt;import courier.xfilter
&lt;br&gt;import dkim
&lt;br&gt;&lt;br&gt;def initFilter():
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; courier.config.applyModuleConfig('dkim_sign.py', globals())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Record in the system log that this filter was initialized.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sys.stderr.write('Initialized the &amp;quot;dkim&amp;quot; python filter\n')
&lt;br&gt;&lt;br&gt;def doFilter(bodyFile, controlFileList):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;&amp;quot;&amp;quot;Sign mails with DKIM keys
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; For mails which are locally hosted, sign messages with DKIM
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;&amp;quot;&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; message = open(bodyFile).read()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sender = courier.control.getSender(controlFileList)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domain=sender.split('@')[1]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sig = dkim.sign(message, selector, domain, open(privkey, &amp;quot;r&amp;quot;).read())
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; final_mail = email.message_from_string(sig+message)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mfilter = courier.xfilter.XFilter('dkim_sign', bodyFile, controlFileList)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; except courier.xfilter.LoopError, e:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # LoopError indicates that we've already filtered this message.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return ''
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mfilter.setMessage(final_mail)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; submitVal = mfilter.submit()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return submitVal
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; except Exception, e:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return '451 Internal failure : %s' (e)
&lt;br&gt;&lt;br&gt;if __name__ == '__main__':
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # For debugging, you can create a file or set of files that
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # mimics the Courier control file set.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if not sys.argv[2:]:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print 'Use: &amp;nbsp;dkim.py &amp;lt;message body file&amp;gt; &amp;lt;control file list&amp;gt;'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sys.exit(1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initFilter()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print doFilter(sys.argv[1], sys.argv[2])
&lt;br&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26635380&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DKIM-headers-tp26635380p26635380.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26634894</id>
	<title>Re: TLS/SSL Client Renegotiation Attacks</title>
	<published>2009-12-03T15:02:50Z</published>
	<updated>2009-12-03T15:02:50Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">Brian A. Seklecki writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; All:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; A lot of projects(1) are analyzing how their specific protocol may 
&lt;br&gt;&amp;gt; be specifically vulnerable due to the recently release TLS/SSL
&lt;br&gt;&amp;gt; protocol-level vulnerability(2) involving client re-negotiations.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With couriertcpd(8), does the SSL wrapper present the same 
&lt;br&gt;&amp;gt; limitation for cleartext protocols like SMTP and IMAP?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does the client or server SMTP code utilize renegotiations? I 
&lt;br&gt;&amp;gt; would think not.
&lt;/div&gt;&lt;/div&gt;No. There is no support for renegotiation in the client or the server. The 
&lt;br&gt;client never requests a renegotiation. The server ignores renegotiation 
&lt;br&gt;requests, and never does a handshake after the connection is established. 
&lt;br&gt;Not actually quite sure what happens if the server gets a renegotation 
&lt;br&gt;request and ignores it. Either the session continues as is, or it breaks 
&lt;br&gt;with an error.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26634894&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26634894/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TLS-SSL-Client-Renegotiation-Attacks-tp26630361p26634894.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26630361</id>
	<title>TLS/SSL Client Renegotiation Attacks</title>
	<published>2009-12-03T09:43:19Z</published>
	<updated>2009-12-03T09:43:19Z</updated>
	<author>
		<name>Brian A. Seklecki</name>
	</author>
	<content type="html">All:
&lt;br&gt;&lt;br&gt;A lot of projects(1) are analyzing how their specific protocol may 
&lt;br&gt;be specifically vulnerable due to the recently release TLS/SSL
&lt;br&gt;protocol-level vulnerability(2) involving client re-negotiations.
&lt;br&gt;&lt;br&gt;With couriertcpd(8), does the SSL wrapper present the same 
&lt;br&gt;limitation for cleartext protocols like SMTP and IMAP?
&lt;br&gt;&lt;br&gt;Does the client or server SMTP code utilize renegotiations? I 
&lt;br&gt;would think not.
&lt;br&gt;&lt;br&gt;My understanding would be that, with SSL certificate exchange, other
&lt;br&gt;than validating the identity of a client/server connection against
&lt;br&gt;global PKI (Trusted CAs for signed mail server certificates), at
&lt;br&gt;no point during a single SMTP or IMAP transaction would a new
&lt;br&gt;certificate be presented for additional security credentials.
&lt;br&gt;&lt;br&gt;Of course, that doesn't mean the session cannot be hijacked for 
&lt;br&gt;data injection (Bypassing a relay restriction in ESTMPD, for 
&lt;br&gt;example)
&lt;br&gt;&lt;br&gt;SQWebmail sessions could be taken over, as well, I suppose.
&lt;br&gt;&lt;br&gt;FreeBSD has disabled renegotiation support at the library-level for the
&lt;br&gt;in-tree OpenSSL. &amp;nbsp;Apache has disabled renegotiation in the daemon code.
&lt;br&gt;&lt;br&gt;I'm curious what our approach will be.
&lt;br&gt;&lt;br&gt;&lt;br&gt;1. OpenLDAP:
&lt;br&gt;&lt;a href=&quot;http://www.openldap.org/lists/ietf-ldapext/200911/msg00000.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openldap.org/lists/ietf-ldapext/200911/msg00000.html&lt;/a&gt;&lt;br&gt;2. &lt;a href=&quot;http://extendedsubset.com/?p=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://extendedsubset.com/?p=8&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks, ~BAS
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26630361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TLS-SSL-Client-Renegotiation-Attacks-tp26630361p26630361.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26541678</id>
	<title>Re: POP3 authentication problem in courier</title>
	<published>2009-11-27T04:10:38Z</published>
	<updated>2009-11-27T04:10:38Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">Fizeen writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; INFO: Installing libauthldap
&lt;br&gt;&amp;gt; INFO: Installation complete: authldap
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; INFO: Installing libauthcustom
&lt;br&gt;&amp;gt; INFO: Installation complete: authcustom
&lt;br&gt;&amp;gt; INFO: Installing libauthpipe
&lt;br&gt;&amp;gt; INFO: Installation complete: authpipe
&lt;br&gt;&amp;gt; ERR: ldap_simple_bind_s failed: Can't contact LDAP server
&lt;br&gt;&amp;gt; ERR: ldap_simple_bind_s failed: Can't contact LDAP server
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ERR: ldap_simple_bind_s failed: Can't contact LDAP server
&lt;br&gt;&amp;gt; ERR: ldap_simple_bind_s failed: Can't contact LDAP server
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I found that whenever i give the username and password for pop3 in the 
&lt;br&gt;&amp;gt; windows command prompt &amp;quot;ERR: ldap_simple_bind_s failed: Can't contact LDAP 
&lt;br&gt;&amp;gt; server&amp;quot; pops up.But i didnt use ldap authentication for imap same suits 
&lt;/div&gt;&lt;/div&gt;Yes, you did. You installed authldap. If you installed the LDAP module, then 
&lt;br&gt;you'll need to configure it fully. If you do not need LDAP authentication, 
&lt;br&gt;you need to remove that module.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-imap mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26541678&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-imap@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-imap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-imap&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26541678/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-imap-f3893.html&quot; embed=&quot;fixTarget[3893]&quot; target=&quot;_top&quot; &gt;courier-imap&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/POP3-authentication-problem-in-courier-tp26538171p26541678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538171</id>
	<title>POP3 authentication problem in courier</title>
	<published>2009-11-26T21:49:04Z</published>
	<updated>2009-11-26T21:49:04Z</updated>
	<author>
		<name>Fizeen</name>
	</author>
	<content type="html">Hi,&lt;br&gt;
 &lt;br&gt;     I googled and found some solutions .I configured courier
imap with postfix mailserver.Now i am able to configure mail account
settings in my outlook express for imap .But if i configure for pop3 it
gives me &amp;quot; Your password was rejected .Temporary problem please try again
later&amp;quot;.&lt;br&gt;
I am using the same authentication settings for pop3 as imap.Both are
using authuserdb(which means /etc/password,think i am not
wrong).While in windows command prompt i checked whether i am able
to communicate with the user in the mail server and these are my
outputs.&lt;br&gt;&lt;br&gt;
cmd&amp;gt;telnet 172.24.1.120 110&lt;br&gt;
&lt;br&gt;
+OK Hello there&lt;br&gt;
user xyz&lt;br&gt;
+OK Password required&lt;br&gt;
pass ****&lt;br&gt;
-ERR Temporary problem ,please try again later&lt;br&gt;
&lt;br&gt;
Connection to host lost.&lt;br&gt;
&lt;br&gt;
cmd&amp;gt;telnet 172.24.1.120 143&lt;br&gt;
*OK...............&lt;br&gt;
..........................&lt;br&gt;
a login xyz ****&lt;br&gt;
a OK LOGIN Ok.&lt;br&gt;
&lt;br&gt;
My authdaemonrc file contains &lt;br&gt;
..................................&lt;br&gt;
authmodulelist=&amp;quot;authuserdb authpam authldap authcustom authpipe&amp;quot;&lt;br&gt;
......................................&lt;br&gt;
&lt;br&gt;
I created a log with monitoring the authdaemond it shows the following&lt;br&gt;
&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;pre class=&quot;bbcodeblock&quot; dir=&quot;ltr&quot; style=&quot;border: 1px inset ; margin: 0px -99999px 0px 0px; padding: 3px; overflow: auto; width: 98%; height: 258px; text-align: left;&quot;&gt;INFO: modules=&amp;quot;authuserdb authpam authldap authcustom authpipe&amp;quot;, daemons=5&lt;br&gt;
INFO: Installing libauthuserdb&lt;br&gt;INFO: Installation complete: authuserdb&lt;br&gt;INFO: Installing libauthpam&lt;br&gt;INFO: Installation complete: authpam&lt;br&gt;INFO: Installing libauthldap&lt;br&gt;INFO: Installation complete: authldap&lt;br&gt;
INFO: Installing libauthcustom&lt;br&gt;INFO: Installation complete: authcustom&lt;br&gt;INFO: Installing libauthpipe&lt;br&gt;INFO: Installation complete: authpipe&lt;br&gt;ERR: ldap_simple_bind_s failed: Can&amp;#39;t contact LDAP server&lt;br&gt;ERR: ldap_simple_bind_s failed: Can&amp;#39;t contact LDAP server&lt;br&gt;
ERR: ldap_simple_bind_s failed: Can&amp;#39;t contact LDAP server&lt;br&gt;ERR: ldap_simple_bind_s failed: Can&amp;#39;t contact LDAP server&lt;/pre&gt;&lt;br&gt;I found that whenever i give the username and password for pop3 in the
windows command prompt &amp;quot;ERR: ldap_simple_bind_s failed: Can&amp;#39;t contact
LDAP server&amp;quot; pops up.But i didnt use ldap authentication for imap same
suits for my pop3 .Please let me know whether there is any pop3file i
need to specify for local authentication setting other than
authdaemonrc file&lt;br&gt;
&lt;br&gt;
Please let me know where i am wrong since i am facing this problem only for pop3 protocol and not for imap.&lt;br&gt;&lt;br&gt;&lt;i&gt;&lt;/i&gt;&lt;br&gt;-- &lt;br&gt; &lt;br&gt;     Cheers&lt;br&gt;      Fizeen&lt;br&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-imap mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26538171&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-imap@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-imap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-imap&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-imap-f3893.html&quot; embed=&quot;fixTarget[3893]&quot; target=&quot;_top&quot; &gt;courier-imap&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/POP3-authentication-problem-in-courier-tp26538171p26538171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26536550</id>
	<title>deletion of folder not allowed</title>
	<published>2009-11-26T16:17:09Z</published>
	<updated>2009-11-26T16:17:09Z</updated>
	<author>
		<name>packets-2</name>
	</author>
	<content type="html">How can I compile courier-imap that it won't allow users to delete certain folders? I remember before that I edit 
&lt;br&gt;maildirdelfolder.c but I don't see the portion I need to edit or add anymore.
&lt;br&gt;&lt;br&gt;Anyone who can help me how to do this?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Courier-imap mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26536550&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-imap@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-imap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-imap&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-imap-f3893.html&quot; embed=&quot;fixTarget[3893]&quot; target=&quot;_top&quot; &gt;courier-imap&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/deletion-of-folder-not-allowed-tp26536550p26536550.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530843</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T07:13:31Z</published>
	<updated>2009-11-26T07:13:31Z</updated>
	<author>
		<name>Michelle Konzack-2</name>
	</author>
	<content type="html">Forgotten one thing:
&lt;br&gt;&lt;br&gt;if you move the files into /new/ with the file extension &amp;quot;:2,S&amp;quot; then &amp;nbsp;it
&lt;br&gt;will be automaticaly maked as read. &amp;nbsp;Using no extension, let &amp;nbsp;them &amp;nbsp;show
&lt;br&gt;up as new.
&lt;br&gt;&lt;br&gt;Thanks, Greetings and nice Day/Evening
&lt;br&gt;&amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;nbsp; &amp;nbsp; Systemadministrator
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tamay Dogan Network
&lt;br&gt;&amp;nbsp; &amp;nbsp; Debian GNU/Linux Consultant
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Linux-User #280138 with the Linux Counter, &lt;a href=&quot;http://counter.li.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org/&lt;/a&gt;&lt;br&gt;##################### Debian GNU/Linux Consultant #####################
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.tamay-dogan.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tamay-dogan.net/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.can4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.can4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apt. 917
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.flexray4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.flexray4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50, rue de Soultz
&lt;br&gt;Jabber &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux4michelle@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 67100 Strabourg/France
&lt;br&gt;IRC &amp;nbsp; &amp;nbsp;#Debian (irc.icq.com) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel. DE: +49 177 9351947
&lt;br&gt;ICQ &amp;nbsp; &amp;nbsp;#328449886 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tel. FR: +33 &amp;nbsp;6 &amp;nbsp;61925193
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530843&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.pgp&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26530843/0/signature.pgp&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26530843.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26530822</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T07:11:36Z</published>
	<updated>2009-11-26T07:11:36Z</updated>
	<author>
		<name>Michelle Konzack-2</name>
	</author>
	<content type="html">Am 2009-11-26 12:59:00, schrieb Thomas Seilund:
&lt;br&gt;&amp;gt; Michelle Konzack wrote:
&lt;br&gt;&amp;gt; &amp;gt; You have to copy the files into /new/ and &amp;nbsp;the &amp;nbsp;next &amp;nbsp;time &amp;nbsp;you &amp;nbsp;use &amp;nbsp;an
&lt;br&gt;&amp;gt; &amp;gt; imap/Webmail client, courier-imap move the files from itself into &amp;nbsp;/cur/
&lt;br&gt;&amp;gt; &amp;gt; and register the files in /courierimapuiddb correctly to show up.
&lt;br&gt;&amp;gt; Hi Michelle
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks a lot.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Worked just like you said!
&lt;br&gt;&lt;br&gt;Perfectly...
&lt;br&gt;&lt;br&gt;I do very much mail treatment in procmail and from external scripts &amp;nbsp;and
&lt;br&gt;have now some experience with because I am using courier since long time
&lt;br&gt;&lt;br&gt;Thanks, Greetings and nice Day/Evening
&lt;br&gt;&amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;nbsp; &amp;nbsp; Systemadministrator
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tamay Dogan Network
&lt;br&gt;&amp;nbsp; &amp;nbsp; Debian GNU/Linux Consultant
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Linux-User #280138 with the Linux Counter, &lt;a href=&quot;http://counter.li.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org/&lt;/a&gt;&lt;br&gt;##################### Debian GNU/Linux Consultant #####################
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.tamay-dogan.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tamay-dogan.net/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.can4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.can4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apt. 917
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.flexray4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.flexray4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50, rue de Soultz
&lt;br&gt;Jabber &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530822&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux4michelle@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 67100 Strabourg/France
&lt;br&gt;IRC &amp;nbsp; &amp;nbsp;#Debian (irc.icq.com) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel. DE: +49 177 9351947
&lt;br&gt;ICQ &amp;nbsp; &amp;nbsp;#328449886 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tel. FR: +33 &amp;nbsp;6 &amp;nbsp;61925193
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26530822&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.pgp&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26530822/0/signature.pgp&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26530822.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528443</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T03:59:00Z</published>
	<updated>2009-11-26T03:59:00Z</updated>
	<author>
		<name>Thomas Seilund</name>
	</author>
	<content type="html">Michelle Konzack wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Thomas,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am 2009-11-26 08:32:56, schrieb Thomas Seilund:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Dear All
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have 195 files in $HOME/.Sent/cur and I see that I have 195 messages 
&lt;br&gt;&amp;gt;&amp;gt; in the Sent folder when looking at the folder overview screen in SqWebMail.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But when I open the Sent folder in SqWebMail I only see 2 mails.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I copied mail files from a backup into the users $HOME/.Sent/cur and it 
&lt;br&gt;&amp;gt;&amp;gt; seems that these files do not show up in the sent folder in SqWebMail.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any hints?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You have to copy the files into /new/ and &amp;nbsp;the &amp;nbsp;next &amp;nbsp;time &amp;nbsp;you &amp;nbsp;use &amp;nbsp;an
&lt;br&gt;&amp;gt; imap/Webmail client, courier-imap move the files from itself into &amp;nbsp;/cur/
&lt;br&gt;&amp;gt; and register the files in /courierimapuiddb correctly to show up.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks, Greetings and nice Day/Evening
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Systemadministrator
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Tamay Dogan Network
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Debian GNU/Linux Consultant
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; courier-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528443&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Hi Michelle
&lt;br&gt;&lt;br&gt;Thanks a lot.
&lt;br&gt;&lt;br&gt;Worked just like you said!
&lt;br&gt;&lt;br&gt;Thomas S
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528443&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26528443.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26527984</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T03:21:47Z</published>
	<updated>2009-11-26T03:21:47Z</updated>
	<author>
		<name>Thomas Seilund</name>
	</author>
	<content type="html">Bijan Soleymani wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey Thomas,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are they proper maildir mail messages? Generally I think you're supposed
&lt;br&gt;&amp;gt; to have software handle delivering messages into Maildirs. Just copying
&lt;br&gt;&amp;gt; random files into the cur directory might not work. They have to follow
&lt;br&gt;&amp;gt; the Maildir naming conventions, etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is probably not the problem (if you copied messages from another
&lt;br&gt;&amp;gt; Maildir into there, then it should probably work most of the time), but
&lt;br&gt;&amp;gt; it's the most obvious thing to check.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bijan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thomas Seilund wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Dear All
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have 195 files in $HOME/.Sent/cur and I see that I have 195 messages 
&lt;br&gt;&amp;gt;&amp;gt; in the Sent folder when looking at the folder overview screen in SqWebMail.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But when I open the Sent folder in SqWebMail I only see 2 mails.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I copied mail files from a backup into the users $HOME/.Sent/cur and it 
&lt;br&gt;&amp;gt;&amp;gt; seems that these files do not show up in the sent folder in SqWebMail.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any hints?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks a lot
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; courier-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; courier-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Hi Bijan
&lt;br&gt;&lt;br&gt;Thanks for the answer.
&lt;br&gt;&lt;br&gt;I checked the files in $HOME/Maildir/.Sent/cur and saw that the files I 
&lt;br&gt;had copied in did not have the right owner.
&lt;br&gt;&lt;br&gt;I corrected the owner and expected everything to be ok but still I don't 
&lt;br&gt;see the mail in SqWebMail send folder.
&lt;br&gt;&lt;br&gt;And yes, I believe the files are correct maildir files. Files were 
&lt;br&gt;copied ind from a previous version of Courier maildir structure.
&lt;br&gt;&lt;br&gt;Below you see three files - I got the list (list is reduced below) by 
&lt;br&gt;grepping for Subject: in &amp;nbsp;$HOME/Maildir/.Sent/cur.
&lt;br&gt;&lt;br&gt;The &amp;nbsp;last two mails show up in SqWebMail but the first one does not!
&lt;br&gt;&lt;br&gt;1255888577.M226367P19980V0000000000000303I001239CE.p600.netmaster.dk,S=2609:2,S:Subject: 
&lt;br&gt;Re: SV: Berlin- info
&lt;br&gt;1257787930.M396878P2535V0000000000000803I0008C515.p600.netmaster.dk,S=5534:2,S:Subject: 
&lt;br&gt;Lejlighed i Berlin (fwd)
&lt;br&gt;1258137299.M872148P13023V0000000000000803I00007FC1.p600.netmaster.dk,S=137094:2,S:Subject: 
&lt;br&gt;keramik udstilling (fwd)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Thomas S
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26527984&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26527984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528058</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T02:47:24Z</published>
	<updated>2009-11-26T02:47:24Z</updated>
	<author>
		<name>Michelle Konzack-2</name>
	</author>
	<content type="html">Hello Thomas,
&lt;br&gt;&lt;br&gt;Am 2009-11-26 08:32:56, schrieb Thomas Seilund:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear All
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have 195 files in $HOME/.Sent/cur and I see that I have 195 messages 
&lt;br&gt;&amp;gt; in the Sent folder when looking at the folder overview screen in SqWebMail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But when I open the Sent folder in SqWebMail I only see 2 mails.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I copied mail files from a backup into the users $HOME/.Sent/cur and it 
&lt;br&gt;&amp;gt; seems that these files do not show up in the sent folder in SqWebMail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any hints?
&lt;/div&gt;&lt;/div&gt;You have to copy the files into /new/ and &amp;nbsp;the &amp;nbsp;next &amp;nbsp;time &amp;nbsp;you &amp;nbsp;use &amp;nbsp;an
&lt;br&gt;imap/Webmail client, courier-imap move the files from itself into &amp;nbsp;/cur/
&lt;br&gt;and register the files in /courierimapuiddb correctly to show up.
&lt;br&gt;&lt;br&gt;Thanks, Greetings and nice Day/Evening
&lt;br&gt;&amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;nbsp; &amp;nbsp; Systemadministrator
&lt;br&gt;&amp;nbsp; &amp;nbsp; Tamay Dogan Network
&lt;br&gt;&amp;nbsp; &amp;nbsp; Debian GNU/Linux Consultant
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Linux-User #280138 with the Linux Counter, &lt;a href=&quot;http://counter.li.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://counter.li.org/&lt;/a&gt;&lt;br&gt;##################### Debian GNU/Linux Consultant #####################
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.tamay-dogan.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tamay-dogan.net/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Michelle Konzack
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.can4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.can4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Apt. 917
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.flexray4linux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.flexray4linux.org/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50, rue de Soultz
&lt;br&gt;Jabber &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528058&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux4michelle@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 67100 Strabourg/France
&lt;br&gt;IRC &amp;nbsp; &amp;nbsp;#Debian (irc.icq.com) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel. DE: +49 177 9351947
&lt;br&gt;ICQ &amp;nbsp; &amp;nbsp;#328449886 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tel. FR: +33 &amp;nbsp;6 &amp;nbsp;61925193
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528058&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.pgp&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26528058/0/signature.pgp&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26528058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526192</id>
	<title>Re: More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-26T00:47:34Z</published>
	<updated>2009-11-26T00:47:34Z</updated>
	<author>
		<name>Bijan Soleymani</name>
	</author>
	<content type="html">Hey Thomas,
&lt;br&gt;&lt;br&gt;Are they proper maildir mail messages? Generally I think you're supposed
&lt;br&gt;to have software handle delivering messages into Maildirs. Just copying
&lt;br&gt;random files into the cur directory might not work. They have to follow
&lt;br&gt;the Maildir naming conventions, etc.
&lt;br&gt;&lt;br&gt;This is probably not the problem (if you copied messages from another
&lt;br&gt;Maildir into there, then it should probably work most of the time), but
&lt;br&gt;it's the most obvious thing to check.
&lt;br&gt;&lt;br&gt;Bijan
&lt;br&gt;&lt;br&gt;Thomas Seilund wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear All
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have 195 files in $HOME/.Sent/cur and I see that I have 195 messages 
&lt;br&gt;&amp;gt; in the Sent folder when looking at the folder overview screen in SqWebMail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But when I open the Sent folder in SqWebMail I only see 2 mails.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I copied mail files from a backup into the users $HOME/.Sent/cur and it 
&lt;br&gt;&amp;gt; seems that these files do not show up in the sent folder in SqWebMail.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any hints?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks a lot
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; courier-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26526192&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26526192.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525816</id>
	<title>More files in $HOME/Maildir/.Sent than what I see in SqWebMail sent folder</title>
	<published>2009-11-25T23:32:56Z</published>
	<updated>2009-11-25T23:32:56Z</updated>
	<author>
		<name>Thomas Seilund</name>
	</author>
	<content type="html">Dear All
&lt;br&gt;&lt;br&gt;I have 195 files in $HOME/.Sent/cur and I see that I have 195 messages 
&lt;br&gt;in the Sent folder when looking at the folder overview screen in SqWebMail.
&lt;br&gt;&lt;br&gt;But when I open the Sent folder in SqWebMail I only see 2 mails.
&lt;br&gt;&lt;br&gt;I copied mail files from a backup into the users $HOME/.Sent/cur and it 
&lt;br&gt;seems that these files do not show up in the sent folder in SqWebMail.
&lt;br&gt;&lt;br&gt;Any hints?
&lt;br&gt;&lt;br&gt;Thanks a lot
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-files-in-%24HOME-Maildir-.Sent-than-what-I-see-in-SqWebMail-sent-folder-tp26525816p26525816.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505993</id>
	<title>Re: who should own maildroprc file?</title>
	<published>2009-11-24T17:04:25Z</published>
	<updated>2009-11-24T17:04:25Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">Cliff Nieuwenhuis writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, 24 Nov 2009 18:07:09 -0500
&lt;br&gt;&amp;gt; Sam Varshavchik &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrsam@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Cliff Nieuwenhuis writes:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Changing permissions results in the &amp;quot;Cannot have world/group
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; permissions on the filter file - for your own good.&amp;quot; error, so I
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; thought I'd change the owner of the filter file. &amp;nbsp;But to who?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; To whatever userid Postfix invokes maildrop as.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for the quick reply Sam. &amp;nbsp;I'm not sure how to find that userid.
&lt;/div&gt;&lt;/div&gt;I have no Postfix-specific knowledge to share. You can try the Postfix 
&lt;br&gt;mailing list; or set up a test script that creates a dummy file in /tmp, by 
&lt;br&gt;whose ownership you can deduce the userid and the groupid of the 
&lt;br&gt;Postfix-invoked process.
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505993&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26505993/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/who-should-own-maildroprc-file--tp26501006p26505993.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505718</id>
	<title>Re: who should own maildroprc file?</title>
	<published>2009-11-24T16:30:54Z</published>
	<updated>2009-11-24T16:30:54Z</updated>
	<author>
		<name>Cliff Nieuwenhuis</name>
	</author>
	<content type="html">On Tue, 24 Nov 2009 18:07:09 -0500
&lt;br&gt;Sam Varshavchik &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrsam@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Cliff Nieuwenhuis writes:
&lt;br&gt;&amp;gt; &amp;gt; [snip]
&lt;br&gt;&amp;gt; &amp;gt; Changing permissions results in the &amp;quot;Cannot have world/group
&lt;br&gt;&amp;gt; &amp;gt; permissions on the filter file - for your own good.&amp;quot; error, so I
&lt;br&gt;&amp;gt; &amp;gt; thought I'd change the owner of the filter file. &amp;nbsp;But to who?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To whatever userid Postfix invokes maildrop as.
&lt;br&gt;&lt;br&gt;Thanks for the quick reply Sam. &amp;nbsp;I'm not sure how to find that userid.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cliff
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505718&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/who-should-own-maildroprc-file--tp26501006p26505718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504934</id>
	<title>Re: who should own maildroprc file?</title>
	<published>2009-11-24T15:07:09Z</published>
	<updated>2009-11-24T15:07:09Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">Cliff Nieuwenhuis writes:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Then I added a line to my aliases file like this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; special: |&amp;quot;maildrop /usr/local/share/maildirs/myfilter&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My thought was that mail for 'special' will be sent to maildrop in
&lt;br&gt;&amp;gt; &amp;quot;Manual mode&amp;quot;, and 'myfilter' will deliver the message to one of the
&lt;br&gt;&amp;gt; shared maildir's subfolders; and indeed it appears to try.
&lt;br&gt;&amp;gt; However, I get the message &amp;quot;/usr/bin/maildrop: Unable to open filter
&lt;br&gt;&amp;gt; file, errno=13.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Changing permissions results in the &amp;quot;Cannot have world/group
&lt;br&gt;&amp;gt; permissions on the filter file - for your own good.&amp;quot; error, so I
&lt;br&gt;&amp;gt; thought I'd change the owner of the filter file. &amp;nbsp;But to who?
&lt;/div&gt;&lt;/div&gt;To whatever userid Postfix invokes maildrop as.
&lt;br&gt;&lt;br&gt;&amp;gt; I tried 'postfix' because in main.cf I have &amp;quot;mail_owner = postfix&amp;quot;, but
&lt;br&gt;&amp;gt; that didn't work, and I tried 'nobody' because in master.cf I have:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; maildrop &amp;nbsp;unix &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; pipe
&lt;br&gt;&amp;gt; &amp;nbsp; flags=DRhu user=nobody argv=/usr/bin/maildrop -d ${recipient}
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ...but that didn't work either. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Probably because this has nothing to do with aliases, but with delivery to 
&lt;br&gt;individual accounts.
&lt;br&gt;&lt;br&gt;&amp;gt; So Postfix will accept mail addressed to 'special', but I can't figure
&lt;br&gt;&amp;gt; out who should own the '/usr/local/share/maildirs/myfilter' file in my
&lt;br&gt;&amp;gt; example, since the manuals don't make it clear to me what happens when
&lt;br&gt;&amp;gt; maildrop is invoked as a command destination in an aliases lookup.
&lt;br&gt;&lt;br&gt;That's because maildrop is not a Postfix-specific tool. maildrop does not 
&lt;br&gt;know what &amp;quot;invoked as a command destination in an aliases lookup&amp;quot; means. 
&lt;br&gt;Maildrop gets invoked by some opaque parent process, and runs using some 
&lt;br&gt;userid and groupid. That's all that maildrop knows. A -d option may or may 
&lt;br&gt;not be present. The combination of the two defines the recipient's identity.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504934&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26504934/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/who-should-own-maildroprc-file--tp26501006p26504934.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504907</id>
	<title>Re: authlib build with postgres on Gentoo/64</title>
	<published>2009-11-24T15:03:04Z</published>
	<updated>2009-11-24T15:03:04Z</updated>
	<author>
		<name>Sam Varshavchik</name>
	</author>
	<content type="html">Matus UHLAR - fantomas writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; building courier-authlib 0.62.2 and 0.62.4 with postgres (libpq-8.1.11)
&lt;br&gt;&amp;gt; support on Gentoo GNU/linux on amd64 architecture fails with following
&lt;br&gt;&amp;gt; message:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;* QA Notice: Package has poor programming practices which may compile
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;fine but exhibit random runtime failures.
&lt;br&gt;&amp;gt; &amp;nbsp;* authpgsqllib.c:124: warning: implicit declaration of function ‘pg_encoding_to_char’
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt; &amp;nbsp;* QA Notice: Package has poor programming practices which may compile
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;but will almost certainly crash on 64bit architectures.
&lt;br&gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt; &amp;nbsp;* Function `pg_encoding_to_char' implicitly converted to pointer at authpgsqllib.c:124
&lt;br&gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp;Please file a bug about this at &lt;a href=&quot;http://bugs.gentoo.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.gentoo.org/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp;with the maintaining herd of the package.
&lt;br&gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt; &amp;nbsp;*
&lt;br&gt;&amp;gt; &amp;nbsp;* ERROR: net-libs/courier-authlib-0.62.4 failed.
&lt;br&gt;&amp;gt; &amp;nbsp;* Call stack:
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; misc-functions.sh, line 729: &amp;nbsp;Called install_qa_check
&lt;br&gt;&amp;gt; &amp;nbsp;* &amp;nbsp; &amp;nbsp; &amp;nbsp; misc-functions.sh, line 421: &amp;nbsp;Called die
&lt;br&gt;&amp;gt; &amp;nbsp;* The specific snippet of code:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The function ‘pg_encoding_to_char’ is mentioned in authpgsqllib.c file on
&lt;br&gt;&amp;gt; line 124:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 		check = pg_encoding_to_char(PQclientEncoding(pgconn));
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The pg_encoding_to_char seems to be included in libpq-fe.h in libpq-8.3, but
&lt;br&gt;&amp;gt; version 8.1 (latest stable on gentoo) needs another file(s) to include.
&lt;/div&gt;&lt;/div&gt;Some Googling suggests that it might be defined in pg_wchar.h
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;courier-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504907&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;courier-users@...&lt;/a&gt;
&lt;br&gt;Unsubscribe: &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-users&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26504907/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-users-f3896.html&quot; embed=&quot;fixTarget[3896]&quot; target=&quot;_top&quot; &gt;courier-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/authlib-build-with-postgres-on-Gentoo-64-tp26496907p26504907.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501006</id>
	<title>who should own maildroprc file?</title>
	<published>2009-11-24T10:00:10Z</published>
	<updated>2009-11-24T10:00:10Z</updated>
	<author>
		<name>Cliff Nieuwenhuis</name>
	</author>
	<content type="html">&lt;br&gt;I've read through the manuals and understand that maildrop will not
&lt;br&gt;read instructions from a .mailfilter file unless that file is owned by
&lt;br&gt;the user and has read/write (only) permissions on that file. &amp;nbsp;
&lt;br&gt;&lt;br&gt;If I understand the process correctly the the &amp;quot;user&amp;quot; is the user
&lt;br&gt;account on the system for whom the mail is intended. (I am using local
&lt;br&gt;delivery -- I don't have virtual hosts) &amp;nbsp;So, if my aliases file
&lt;br&gt;contains a line like this:
&lt;br&gt;&lt;br&gt;sales: cliff
&lt;br&gt;&lt;br&gt;Then mail addressed for sales gets delivered to cliff, and maildrop
&lt;br&gt;will process cliff's .mailfilter as cliff. &amp;nbsp;Maildrop is invoked
&lt;br&gt;because I've configured Postfix with this line in main.cf: 
&lt;br&gt;&lt;br&gt;mailbox_command = /usr/bin/maildrop -d ${USER}
&lt;br&gt;&lt;br&gt;Up to this point everything is working fine.
&lt;br&gt;&lt;br&gt;Next I tried something a little different. &amp;nbsp;I want to accept mail for
&lt;br&gt;some special addresses and have postfix deliver them to a shared
&lt;br&gt;Maildir. &amp;nbsp;So I used maildirmake -S ... , maildirmake -s write -f ... ,
&lt;br&gt;and maildirmake --add as per the manual to make my shared maildir
&lt;br&gt;folder.
&lt;br&gt;&lt;br&gt;Then I added a line to my aliases file like this:
&lt;br&gt;&lt;br&gt;special: |&amp;quot;maildrop /usr/local/share/maildirs/myfilter&amp;quot;
&lt;br&gt;&lt;br&gt;My thought was that mail for 'special' will be sent to maildrop in
&lt;br&gt;&amp;quot;Manual mode&amp;quot;, and 'myfilter' will deliver the message to one of the
&lt;br&gt;shared maildir's subfolders; and indeed it appears to try.
&lt;br&gt;However, I get the message &amp;quot;/usr/bin/maildrop: Unable to open filter
&lt;br&gt;file, errno=13.&amp;quot;
&lt;br&gt;&lt;br&gt;Changing permissions results in the &amp;quot;Cannot have world/group
&lt;br&gt;permissions on the filter file - for your own good.&amp;quot; error, so I
&lt;br&gt;thought I'd change the owner of the filter file. &amp;nbsp;But to who?
&lt;br&gt;&lt;br&gt;I tried 'postfix' because in main.cf I have &amp;quot;mail_owner = postfix&amp;quot;, but
&lt;br&gt;that didn't work, and I tried 'nobody' because in master.cf I have:
&lt;br&gt;&lt;br&gt;maildrop &amp;nbsp;unix &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;nbsp; &amp;nbsp; &amp;nbsp; n &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; &amp;nbsp; &amp;nbsp; pipe
&lt;br&gt;&amp;nbsp; flags=DRhu user=nobody argv=/usr/bin/maildrop -d ${recipient}
&lt;br&gt;&lt;br&gt;...but that didn't work either. &amp;nbsp;
&lt;br&gt;&lt;br&gt;So Postfix will accept mail addressed to 'special', but I can't figure
&lt;br&gt;out who should own the '/usr/local/share/maildirs/myfilter' file in my
&lt;br&gt;example, since the manuals don't make it clear to me what happens when
&lt;br&gt;maildrop is invoked as a command destination in an aliases lookup.
&lt;br&gt;&lt;br&gt;Perhaps there is a better way to combine mail sent to any of
&lt;br&gt;several non-system-user e-mail addresses into one shared maildir
&lt;br&gt;directory?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cliff Nieuwenhuis
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Courier-maildrop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Courier-maildrop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/courier-maildrop&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/courier-maildrop-f3894.html&quot; embed=&quot;fixTarget[3894]&quot; target=&quot;_top&quot; &gt;courier-maildrop&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/who-should-own-maildroprc-file--tp26501006p26501006.html" />
</entry>

</feed>
