28 Jun
2013
28 Jun
'13
3:37 p.m.
- Laszlo Kiraly l.kiraly@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@domain.tld" { fileinto "Public.Mailbox.Folder"; }
I personally use / separators so not 100% the syntax applies to your scenario.
Thomas