On Tue, Nov 30, 1999 at 05:38:46PM -0800, Thai wrote:
> 
> Now we have some subdomain, eg. dee.hcmut.edu.vn, dit.hcmut.edu.vn,...
> and there are different mail servers for each subdomain. How do I

<snip>

> server like this.
> In /etc/named.conf
> zone "dee.hcmut.edu.vn" {
>  type master;
>  file "dee.hcmut.edu.vn";
>  notify no;
> };
> 
> In /var/named/dee.hcmut.edu.vn file
> @ IN SOA (
>   1999113001 ;
>   3600 ;
>   900 ;
>   1209600 ;
>   43200 ;
>   )
> @ IN MX 5 172.28.248.2
> But it doesn't work in this way either.

The problem appears to be in your DNS.  If I look up the MX for both
dit and dee, I get the same answer: vnuserv.vnuhcm.edu.vn
(202.167.112.66).

I don't do bind8, but it's cleaner and easier to maintain DNS if you use
names in the MX record and define the address later in an A record.


--Mark

Reply via email to