#/etc/hosts/
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
202.154.23.164 mail.bageur.web.id mail
bageur.zone
$TTL 86400
@ IN SOA mail.bageur.web.id. root.bageur.web.id. (
17122007 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
@ IN NS mail.bageur.web.id.
IN A 202.154.23.164
@ IN MX 10 mail.bageur.web.id.
mail IN A 202.154.23.164
something error on my configuration ? |