One hosting package, seperate mailboxes

Libertes

New member
Joined
Nov 3, 2009
Messages
2
I have one hosting package with seperate subdomains. This is nescessary while I have a php cms running which shows a website based on the domainname entered. So fahr so good.

Now I'd like to have seperate mailboxes for every domain. Is this possible?

For example:
domain1.com
domain2.com
domain3.com

All open the same index.php under the same hosting package, but have a separate mailbox ([email protected], [email protected], [email protected]).

Is this possible? Thx in advance!
 
Anything is possible, though not always easy. You need to create two subdomains separately in one account. This will necessitate changes in how you use your CMS.

Jeff
 
Thx for your quick reply, but how will subdomains solve this problem?

My cms functions under different domains like site1.org and domain2.com. Can subdomains help me for this mather?

The only solutions i can think of is 2 different servers, one for email, one for the cms and thereby a different mail dns entry to the other server. But this solution is not ideal while i'd like to host everything on the same server.
 
You were the one who said subdomains. Instead set up the domains separately under DirectAdmin, and then change the user-specific httpd.conf file so they all use the same path for hosting. And of course use chattr to make sure that DirectAdmin can't overwrite them.

Or if you're only using DirectAdmin for these domains and never for anything else, then before you create the domains, move the templates for the user-specific httpd.conf to the custom directory, and make the changes there so all domains on the server will use the same paths.

Jeff
 
Back
Top