2 DA servers where to put main website?

I know but I was just establishing that the accounts exist.

Spamblocker 3 conf:

virtual_user:
driver = accept
condition = ${perl{save_virtual_user}}
domains = lsearch;/etc/virtual/domainowners
group = mail
retry_use_local_part
transport = virtual_localdelivery
 
Hmm is it possible to setup the servers like this:

SERVER1: server1.samedomain.com
SERVER2: server2.samedomain.com

and so on? Or do I need different domains for each server?
 
Because by default DA will create the DNS entries for www.samedomain.com and samedomain.com

I have never seen it do that. It only creates dns entries for the hostname. If it created dns entries for samedomain.com then you would not be able to add samedomain.com under a user.
 
I have never seen it do that. It only creates dns entries for the hostname. If it created dns entries for samedomain.com then you would not be able to add samedomain.com under a user.

Looking at my /var/named/samedomain.com.db, I have entries for server1.samedomain.com, www.samedomain.com, ns1.samedomain.com, ns2.samedomain.com, samedomain.com, etc.

I'm not sure if I'm being clear on what I want. I have 1 server right now with hostname server1.samedomain.com and want to get another one set with server2.samedomain.com and multi-server feature enabled, wanted to know if this is possible and how should I proceed to configure them like that.

As I see it now, as soon as I configure the new server with server2.samedomain.com and multi-server enabled, there will be a conflict with these samedomain.com.db files.
 
Looking at my /var/named/samedomain.com.db

The only way you would have this file is if you added samedomain.com under a user after the install. Its not added as part of the default install. The default install adds server1.samedomain.com.db or whatever the hostname is.
 
Also I hate using fake domain names as it makes it a lot hard to communicate.
 
The only way you would have this file is if you added samedomain.com under a user after the install. Its not added as part of the default install. The default install adds server1.samedomain.com.db or whatever the hostname is.

Isn't it added by default as the domain for the admin reseller?

Sorry about the fake domain, but I only used "samedomain.com" on my posts to may help understand my point.
 
Isn't it added by default as the domain for the admin reseller?

No. I don't know how many ways I can say it.

When you do the install the only dns entry that is added is the db file for the hostname. There is no domain for the admin. Admin has no domains until you add them AFTER the install.
 
One more thing that I don't think anyone mentioned: Even though each machine has it's own zonefile for it's own servername, you still need A record entries for both servernames in the real zonefile for the domain.

Jeff
 
Back
Top