On Thu, Jun 03, 1999 at 11:37:03PM +0200, Michael Legart wrote:
> Hi!
> 
> I'm trying to setup a virtal domain called "cryos.wiktor.dk", with
> some emails. The domain is in control/rcpthosts and control/virtualdomains
> 
> I the dns-zone:
> cryos           A       212.97.129.68
>                 MX      10 wiktor.dk.

$ dig cryos.wiktor.dk any

; <<>> DiG 2.2 <<>> cryos.wiktor.dk any 
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr aa rd ra; Ques: 1, Ans: 1, Auth: 2, Addit: 2
;; QUESTIONS:
;;      cryos.wiktor.dk, type = ANY, class = IN

;; ANSWERS:
cryos.wiktor.dk.        86400   CNAME   vovse.wiktor.dk.

You don't want a CNAME there. The address is being canonicalized by the MTA,
and the message isn't going where you expect it to.

Chris

Reply via email to