Thanks for you help Stephen, That resolve the issue with IMAP. On the other hand, can a mail be delivered to a "mailbox"(POP type) on a local server and also delivered or forwarded to a secondary mail server, that is using IMAP for storage protocol, after the TMDA filtering. Do I have to create a recipe for procmail and insert it into ./tmda/config file? Would it cause any confirmation or other sorts of problems?
Andrew. On Wed, 2004-07-07 at 20:23, Stephen Warren wrote: > Andrew Nady wrote: > > > Hello, > > I have a two part question: > > - is there any info on how-to configure TMDA to deliver mail for an IMAP > > protocol server. > > - if there is no such thing, where could I make a change or adjustment > > to deliver mail after TMDA does it's thing, to a different server. > > There isn't really anything specific for delivering mail for usage via > IMAP. I'm guessing what you mean is that you have an IMAP server that > uses the Maildir format for email storage, and you want to deliver to > the Maildir. > > An example in your incoming filter might be: > > headers 'List-Id:(.|\n)*tmda-workers.tmda.net' > deliver=~/Maildir/.Mailing_Lists.TMDA_Workers/ > > (all one line) > > Or, if your incoming filter falls out the end without doing something to > the mail, your default action will be used, and if that's deliver, it > can be Maildir delivery, e.g.: > > DELIVERY = "~/Maildir/" # in ~/.tmda/config > > This also applies to sucessfully confirmed emails. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
