Hi
If I understand the query, you need to edit the qmail setup to accept all email for a domain to go to a user.
If memory is working ok it goes like this:
Create a custom template directory for each of
/etc/e-smith/templates-custom/var/qmail/control/virtualdomains
and
/etc/e-smith/templates-custom/var/qmail/alias
In the virtualdomains directory create a file
80localdomains
edit the content and add in
yourfulldomain.domain.tld:alias-apropriateshortname
i.e.
mboxvd1.com.au:alias-mboxvd1
and in the alias directory create the appropriate dot file
.qmail-apropriateshortname-default
( .qmail-mboxvd1-default )
and edit the content to have the name of the local user account you want to get the mail.
The '.' I think is important as they are meant to be hidden files and I think qmail requires this, but I havent tested them as normal files.
Finally run these:
/sbin/e-smith/expand-template /var/qmail/control/virtualdomains
and
/sbin/e-smith/expand-template /var/qmail/alias
and then restart qmail
service qmail restart
(although I seem to recall that qmail polls its config files every few minutes and doesnt really need the restart to recognise changes)
Like I say, this is from memory and it was months ago that I did mine, one of these days I'll revisit it and write some words that are more certain.
Hope this helps
cheers
Tony