[Dovecot] namespace delivery question
Thomas Leuxner
tlx at leuxner.net
Fri Jun 28 16:37:34 EEST 2013
* Laszlo Kiraly <l.kiraly at 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"] "someone at domain.tld"
{
fileinto "Public.Mailbox.Folder";
}
I personally use / separators so not 100% the syntax applies to your scenario.
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20130628/bf7dd09d/attachment-0001.bin>
More information about the dovecot
mailing list