hasta ahi todo perfecto funciona la pagina web y el correo electronico..
el problema es que ademas ahora registraron en mi empresa otro dominio yyyy.com en el cual quieren recivir correos electronicos en el mismo servidor donde reciven los correos @xxxx.com, el problema es que no se como agregar este otro dominio a mi servidor.
ojala alguien me pueda ayudar..
la configuracion de mi servidor es la siguiente:
Linux debian etch
bind 9.2
xxxx.zone
Cita:
$TTL 86400
@ IN SOA ns.xxxx.com. root (
2007070502 ; serial (d. adams)
7200 ; refresh
900 ; retry
3600000 ; expiry
86400 ) ; minimum
IN NS ns.xxxx.com.
ipromsa.com. IN A 111.111.111.111.
IN MX 10 mail.xxxx.com.
ns IN CNAME xxxx.com.
pop IN CNAME xxxx.com.
smtp IN CNAME xxxx.com.
mail IN CNAME xxxx.com.
www IN CNAME 111.111.111.111.
xxxx..revzone$TTL 86400
@ IN SOA ns.xxxx.com. root (
2007070502 ; serial (d. adams)
7200 ; refresh
900 ; retry
3600000 ; expiry
86400 ) ; minimum
IN NS ns.xxxx.com.
ipromsa.com. IN A 111.111.111.111.
IN MX 10 mail.xxxx.com.
ns IN CNAME xxxx.com.
pop IN CNAME xxxx.com.
smtp IN CNAME xxxx.com.
mail IN CNAME xxxx.com.
www IN CNAME 111.111.111.111.
Cita:
$TTL 86400
@ IN SOA xxxx.com. root.xxxx.com. (
2007700502 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
NS xxxx.com.
NS ns.xxxx.com.
122 PTR xxxx.com.
named.conf$TTL 86400
@ IN SOA xxxx.com. root.xxxx.com. (
2007700502 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
NS xxxx.com.
NS ns.xxxx.com.
122 PTR xxxx.com.
Cita:
};
zone "xxxx.com" IN {
type master;
file "xxxx.zone";
allow-update { none; };
};
zone "111.111.111.in-addr.arpa" IN {
type master;
file "ipromsa.revzone";
allow-update { none; };
};
};
zone "xxxx.com" IN {
type master;
file "xxxx.zone";
allow-update { none; };
};
zone "111.111.111.in-addr.arpa" IN {
type master;
file "ipromsa.revzone";
allow-update { none; };
};