On Thu, Mar 06, 2003 at 09:04:10AM -0800, Mitch (WebCob) wrote: > Perhaps I could run a second pop3 daemon customized to pull from a specific > folder? > > Would this be a big change? (Adding '/pop3' to the folder path)
It's not that simple, because a folder is not in itself a Maildir. In particular, this would break quotas. If it were that simple, you could just return the appropriate path to the Maildir from your authentication database. Regards, Brian. > > Can anyone suggest where I start looking in the code? > > thanks > > m/ > > -----Original Message----- > From: Brian Candler [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 3:47 AM > To: Mitch (WebCob) > Cc: [EMAIL PROTECTED] > Subject: Re: [courier-users] Need to POP for only SOME of the IMAP mail? > Any ideas? > > > On Wed, Mar 05, 2003 at 03:22:10PM -0800, Mitch (WebCob) wrote: > > I apologize for the repost, but I didn't see any reply... not sure if my > > questions are too easy, too hard, or not getting out ;-) Thanks. > > You cannot pop from anything other than INBOX. Probably the easiest solution > is to set up a second mailbox and forward whichever messages you want to be > poppable into that. > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Mitch > > (WebCob) > > Sent: Tuesday, March 04, 2003 10:27 PM > > To: [EMAIL PROTECTED] > > Subject: [courier-users] Need to POP for only SOME of the IMAP mail? Any > > ideas? > > > > > > Ideally, I want to be able to configure a user to POP some of their > mail... > > First I thought of creating a special folder, and moving the "special" > > messages there... but how could I set the pop3d to read from a folder - > not > > the main inbox?!?!? > > > > I can run a "special" authd and pop3d if that would help... I am currently > > using the MySQL authd module. > > > > Most of the mail client work is done through IMAP, but for various reasons > > some filtered messages (maildrop) would be preferentially pulled by POP, > > leaving other mail untouched... I'm looking for a simple solution - > ideally, > > same username and password, but alter the server config to pull from > > Maildir/popmessages or something similar. > > > > Anyone have any ideas? > > > > Thanks in advance. > > > > m/ > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > courier-users mailing list > > [EMAIL PROTECTED] > > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > > > > > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
