Creating a user with a FTP directory above home

For a user user1@domain1.com, their home is:

/home/topdomain/domains/domain1.com/homes/user1
I'd like the user to be able to access all of:
/home/topdomain/domains
But, I can't seem to do this via Edit Mail and FTP Users > Quota and home directory settings. I could manually do from the Unix command line:
# cd /home/topdomain/domains # mkdir domain1.com/homes/user1/domains # chown topdomain:topdomain domain1.com/homes/user1/domains # mount --bind domain1.com/homes/user1/domains .
and this will allow the user to get to the domains directory. But, it would be even better if the user's home could be the /home/topdomain/domains directory itself. Can this be done via Virtualmin?<br><br>Post edited by: fatbear, at: 2009/05/29 01:36