I need to setup 4 domains. One domain will have all info for the other 3. IE:
example.com is the main site.
here.com, there.com and nowhere.com all point to example.com.
I need to be able to have seperate e-mail addresses for all 4 domains.
IE:
[email protected], [email protected], [email protected] and [email protected]
Now if I use the domain pointer in DA, all email for fred on all domains will get forwarded to example.com. I need to keep the email with the domain.
Is there a way to work this?
If it is easier to create seperate domains outside of the pointer, and modify a conf file that woudl be OK to.
OK looking a littel more I guess I could just setup 4 seperate accounts and modify usr/local/directadmin/data/users/here/httpd.conf
usr/local/directadmin/data/users/there/httpd.conf
usr/local/directadmin/data/users/nowhere/httpd.conf
and modify:
DocumentRoot
ScriptAlias
CustomLog
ErrorLog
<Directory
to point to example.coms directory.
Will this break anything?
Am I making this too hard?
example.com is the main site.
here.com, there.com and nowhere.com all point to example.com.
I need to be able to have seperate e-mail addresses for all 4 domains.
IE:
[email protected], [email protected], [email protected] and [email protected]
Now if I use the domain pointer in DA, all email for fred on all domains will get forwarded to example.com. I need to keep the email with the domain.
Is there a way to work this?
If it is easier to create seperate domains outside of the pointer, and modify a conf file that woudl be OK to.
OK looking a littel more I guess I could just setup 4 seperate accounts and modify usr/local/directadmin/data/users/here/httpd.conf
usr/local/directadmin/data/users/there/httpd.conf
usr/local/directadmin/data/users/nowhere/httpd.conf
and modify:
DocumentRoot
ScriptAlias
CustomLog
ErrorLog
<Directory
to point to example.coms directory.
Will this break anything?
Am I making this too hard?