[前置安裝] aptitude install bind9 [DNS資訊列表] 網域名稱:example.com 主機名稱:mail.example.com, example.com 管理者信箱: root@example.com MX主機紀錄:mail.e...
[前置安裝]
aptitude install bind9
[DNS資訊列表]
網域名稱:example.com
主機名稱:mail.example.com, example.com
管理者信箱:root@example.com
MX主機紀錄:mail.example.com
收信位址:mail.example.com, example.com
[設定bind]
cd /etc/bind
nano exmple.com.hosts
example.com. IN SOA mail.example.com. root.example.com. (
1193107487
10800
3600
604800
38400 )
example.com. IN NS mail.example.com.
example.com. IN A 192.168.1.2
mail.example.com. IN A 192.168.1.2
mail.example.com. IN MX 10 mail.example.com.
[於windows下,測試bind]
完工