Eddie b wrote:
On Sun, Aug 31, 2008 at 2:48 AM, mouss <[EMAIL PROTECTED]> wrote:
dovecot LDA is useful if you want to use its sieve features.
Yes we are hoping to , so we can move spam to a junk folder for them and so
on.
select concat('/var/Mail/', %d, '/' , substring(%u, 1, 1), '/',
substring(%u, '1', '2'), '/', %u, '/maildir/');
It doesnt help with dovecot though, as DC's LDA processes what and where and
only understands maildir:/some/path/domain/user (AFAIK) so your above
example would work with postfix's internal virtual but not (AFAIK) with DC.
come on. that was an example. dovecot wants a string and mysql can
generate a string. concat('maildir:...', ...).