* Laszlo Kiraly <l.kir...@madalbal.hu> 2013.06.27 14:20:

> I couldn't find solution in the documentation, how can I manage the email 
> delivery to the public namespace?
[...]
> namespace {
>   location = sdbox:/home/vmail/public/%u
>   prefix = public.
>   separator = .
>   subscriptions = no
>   type = public
> }

You can use sieve for that with LMTP:

if address :is ["To","CC"] "some...@domain.tld"
        {
        fileinto "Public.Mailbox.Folder";
        }

I personally use / separators so not 100% the syntax applies to your scenario.

Thomas

Attachment: signature.asc
Description: Digital signature

Reply via email to