Sabtu, 26 November 2011


 KONFIGURASI
DNS, WEB SERVER DAN MAIL SERVER


1.     nano /etc/network/interfaces
auto eth0
iface eth0 inet static
address 193.186.66.3
netmask 255.255.255.240
network 193.186.66.0
broadcast 193.186.66.70
gateway 193.186.66.1
up ip addr add 193.186.66.5/28 brd 193.186.66.70 eth0 label eth0:0
up ip addr add 193.186.66.7/28 brd 193.186.66.70 eth0 label eth0:1
2.     /etc/init.d/networking restart
3.     apt get – install bind9
4.     nano /etc/bind/named.conf
edit file named.conf, tambahkan
zone “boyolali.go.id” {
         type master;
         file “/etc/bind/db.forward”;
};

zone “193.in-addr.arpa” {
         type master;
         file “/etc/bind/db.reverse”;
};
Kemudian simpan.
5.     cd  /etc/bind
6.     cp db.local db.forward
7.     cp db.127 db.reverse
8.     nano db.forward
edit script.
@      IN   SOA  boyolali.go.id. root.boyolali.go.id. (
                     2         ; Serial
                 604800        ; Refresh
                 86400        ; Retry
                2419200       ; Expire
                604800    )    ; Negative Cache TTL
@      IN   NS   boyolali.go.id.
ns          IN   A    193.186.66.3
www    IN   A    193.186.66.5
mail   IN   A    193.186.66.7
      Kemudian keluar dan simpan.
9.        nano db.reverse
        edit script.
@          IN   SOA  boyolali.go.id.root.boyolali.go.id. (
                         1    ; Serial
                    604800   ; Refresh
                     86400    ; Retry
                   2419200   ; Expire
                    604800    ; Negative Cache TTL
@          IN   NS   boyolali.go.id.
3.66.186   IN   PTR  boyolali.go.id.
Kemudian keluar dan simpan.
10.     nano /etc/resolv.conf
edit script
search boyolali.go.id.
servername 193.186.66.3
kemudian keluar dan simpan.
11.      /etc/init.d/bind9 restart
12.     nslookup ns.boyolali.go.id
13.     nslookup www.boyolali.go.id
14.     nslookup mail.boyolali.go.id
15.     apt-get install apache2 php5 squirrelmail courier-imap courier-pop postfix links
16.     nano /etc/apache2/apache2.conf
Tambahkan script dibawah sendiri
Include /etc/squirrelmail/apache.conf
17.     nano /etc/squirrelmail/apache.conf
18.     Tambahkan script dibawah sendiri
<VirtualHost *:80>
     DocumentRoot /usr/share/squirrelmail
     ServerName mail.boyolali.go.id
</VirtualHost>
19.      /etc/init.d/apache2 restart
20.     maildirmake /etc/skel/Maildir
21.     nano /etc/postfix/main.cf
Tambahkan script di bagian paling bawah
home_mailbox = Maildir/
22.      /etc/init.d/courier-imap restart
23.     /etc/init.d/courier-pop restart
24.     /etc/init.d/postfix restart
25.     dpkg-reconfigure postfix
                                                                                  
26.     /etc/init.d/postfix reload
27.     adduser nn
28.     links mail.boyolali.go.id
29.     atau melalui webbrowser, sebelum dicek melalui web browser,
·      klik kanan pada Network adapter, pada Attached-to diganti Host-only Adapter
·      atur IP Client melalui Network connection
IP Address 193.186.66.9
Netmask  255.255.255.240
DNS      193.186.66.3
·      Setelah itu masuk ke webbrowser
Ketik mail.boyolali.go.id
Jika berhasil maka akan muncul gambar tupai.
·      Masuk dengan user nn
·      Masukkan password
·      Login
·      Klik Compose
·      Pada To, isi user lain
·      Subjek diidsi bebas
·      Ketikkan pesan
·      Klik send
·      Apabila ada laporan folder tidak kosong maka pesan kita terkirim.

separador

0 komentar:

Posting Komentar

Followers