"Babu P. Yogarajah" wrote:
>
> Hello members,
>
> I am new to this mailing list.
> I need a help on the following matter.
>
> When I use sendmail with /etc/virtusertable
> I use the following directive to forward all the incoming mails to
> another server with different domain but for the same users.
>
> @this.domain.com [EMAIL PROTECTED]
>
> How can I achieve this with qmail+vpopmail ?
>
> Thanks in advance.
> -Babu
1. Add the new domain to vpopmail if it doesn't yet exist
~vpopmail/bin/vaddomain this.domain.com
2. Redirect all email
echo "&$[EMAIL PROTECTED]" >
~vpopmail/domains/this.domain.com/.qmail-default
Done.
Ken Jones