<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Timo Sirainen wrote:<br>
<blockquote cite="mid1124287700.6847.40.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Tue, 2005-08-16 at 07:37 -0700, Marc Perkel wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm using Exim for my MTA. I set up a trick to deliver directly to IMAP 
folders by using a "-" to separate the name from the folder.

<a class="moz-txt-link-abbreviated" href="mailto:user-folder@domain.com">user-folder@domain.com</a>

This delivers to <a class="moz-txt-link-abbreviated" href="mailto:user@domain.com">user@domain.com</a> and puts it in the IMAP "folder" for 
that user. The folder has to already exists for this to work. It's very 
popular with my users too because it's like each folder has it's own 
email address.

I suggest Dovecot support this idea, but it would need some 
configuration settings. My choice of a single "-" for the delimiter 
between user and folder probably wasn't the best choice. So the 
delimiter needs to be setable.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think the best way to implement this would be to code it using a Sieve
script. I'm not sure if it's powerful enough without extensions though
(I've only seen simple Sieve scripts), but I think that's the right way
to do it..

  </pre>
</blockquote>
Timo,<br>
<br>
Would a single Sieve script be able to do this for all users. I'm not
familiar with Sieve so would anyone have an example of how to do this?<br>
<br>
If sieve can't do this for everyone in a single script then I'd like
you to keep thinking about my proposal for direct delivery to folders
with some kind of user[<a class="moz-txt-link-abbreviated" href="mailto:delimiter]folder@domain.com">delimiter]folder@domain.com</a> syntax. I'm using
that and it is very powerful. <br>
</body>
</html>