[EMAIL PROTECTED] wrote:
>
> Hi,
>
> I currently use qmail+vpopmail (i didn't install them, and i don't know
> very well)
> when i need to forward messages form one xxx1 account to another xxx2
> i make a .qmail-xxx1 file inwhich i write :
>
> | tomaildir /home/vpopmail/users/xxx1/Maildir
> | tomaildir /home/vpopmail/users/xxx2/Maildir
>
This brings up an interesting optimization in the
new 4.10 developement versions. You can put the
email address in the syntax:
&user@domain
or
user@domain
In the .qmail-xxx1 file. The optimization is if
you are using valias's and mysql, so vdelivermail
is processing the info instead of qmail-local, vdelivermail
looks up the domain to see if it is on the machine, and
if so, translate the email address into the Maildir path
and writes directly to the disk instead of injecting
it back into the qmail queue, which saves *loads* of
time on heavily loaded machines.
Ken Jones