Burkhard Ott wrote:
> Am Tue, 25 Mar 2008 11:31:49 +0100 schrieb peter pilsl:
>
> add domain to /etc/resolv.conf
>
>> server IN A 10.1.1.214
>> phoenix IN A 10.1.1.214
>
> u should use CNAME for the other names
> e.g. abc IN CNAME server
>
thnx and your are right. I changed the zone-file but it did not solve my
original problem.
$TTL 604800
@ IN SOA localhost. root.localhost. (
6 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
NS ns1.local.
MX 5 server.local.
;
phoenix IN A 10.1.1.214
server IN CNAME phoenix.local.
ns1 IN CNAME phoenix.local.
ns2 IN CNAME phoenix.local.
imap IN CNAME phoenix.local.
smtp IN CNAME phoenix.local.
thnx
peter