Newbie questions

hkim

Verified User
Joined
Jan 15, 2008
Messages
8
(a) How do I change the SOA email address ([email protected])?
(b) How to setup the email accounts to work properly? Will this work:

domain.com A 200.200.2.1
ftp A 200.200.2.1
localhost A 127.0.0.1
mail A 200.200.2.1
ns1.domain.com. A 200.200.2.1
ns2.domain.com. A 200.200.2.122
pop A 200.200.2.1
www A 200.200.2.1
domain.com. NS ns1.domain.com.
domain.com. NS ns2.domain.com.
mail MX 10
domain.com. TXT "v=spf1 a mx ip4:200.200.2.1 ?all"
 
(a) find the template for it in the /usr/local/directdmin directory path, and then move it to custom, and change it there.

Or change them all manually from the command line.

The first domain.com line needs a "." after it. Other lines look good but I didn't really study it all as deeply as you should.

Jeff
 
Back
Top