Luca Zancan wrote:
>
> Hi everybody,
>
> how is it possible to implement aliases and forwarding with vpopmail (in
> a virtual domain)? I'd like to receive mail posted to [EMAIL PROTECTED]
> (where test.com is a virtual domain under vpopmail user control) in
> [EMAIL PROTECTED] or to receive a copy of the mails posted to
> [EMAIL PROTECTED] in [EMAIL PROTECTED]
> Should I manually modify /var/qmail/users/assign and the corrisponding
> .qmail file? Is there something more reliable?
You can create .qmail-account2 in the ~vpopmail/domains/test.com
directory. For example:
echo "&[EMAIL PROTECTED]" > .qmail-account2
And for account4 (assuming vpopmail home dir is /home/vpopmail)
echo "<path to account4's Maildir>" > .qmail-account4
echo "<path to account3's Maildir>" >> .qmail-account4
Ken Jones