
April 30th, 2002, 04:28 AM
|
|
Contributing User
|
|
Join Date: Dec 2001
Location: entlegen
Posts: 442
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
|
DNS +qmail problem-repost from linux forum accordingly
I have two ( 10:00 - 5:00) two consecutive Sunday starting last last sunday and the coming sunday, I do not know whether I could install a proper qmail after the second class.
I am septical about this.
I think you are right. you have mention.
the teacher give me this two file and I do not know how to make use of this.
FSD, sorry about the apache reset problem. Can't take care of too many things at the same time.
quote:
--------------------------------------------------------------------------------
logging{
category statistics{
null;
};
};
#######################################################################
# # Define the location of the zone files and disable stats logging # #
#######################################################################
options{
directory "/var/named";
};
########################################################################
# # Although not connected to Internet, inclusion of hint suppresses #
# # sysquery errors #
########################################################################
zone "."{
type hint;
file "named.ca";
};
#########################################################################
# # Good habit... provide reverse DNS for localhost, forward added for #
# # completeness but not necessary #
#########################################################################
zone "localhost"{
type master;
file "db.localhost";
};
#########################################################################
# # Primary nameserver for example.com #
#########################################################################
zone "example.com"{
type master;
file "db.example";
};
#########################################################################
# # Provide nameserver for cracker.org #
#########################################################################
zone "cracker.org"{
type master;
file "db.cracker";
};
#########################################################################
# # Provide subdomains for the RH253 DNS lab #
#########################################################################
# zone "com"{
# type master;
# file "db.com";
# };
zone "0.0.127.in-addr.arpa"{
type master;
file "db.127.0.0";
};
zone "0.168.192.in-addr.arpa"{
type master;
file "db.192.168.0";
};
zone "2.168.192.in-addr.arpa"{
type master;
file "db.192.168.2";
};
zone "mydomain7.com" {
type master;
file "db.mydomain7.com";
};
zone "mydomain11.com" {
type master;
file "db.mydomain11.com";
};
--------------------------------------------------------------------------------
and
quote:
--------------------------------------------------------------------------------
TTL 86400
@ IN SOA server1.example.com. root.server1.example.com. ( 4 10800 3600 604800 86400 )
IN NS server1.example.com.
mx 10 station11.example.com.
--------------------------------------------------------------------------------
I must say again I am idot about any mail server. my site is pointed by zoneedit.com which I have mentioned in the beginning of the class to my teacher.
In the class he has a dns server to do the internal pointing, what could I do, I have zoneedit.com, is it suppose the internal dns and external dns server ( for example zoneedit.com ) same the function.
I shown you the resolv.conf not the hosts file.
What can I do beside reading the qmail doc?
There is 7 pages and I bombed the first page already.
__________________
regards,
wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW?
first I must revise C program thro' example, what's next?
|