HASIL UJIAN DAPAT DILIHAT DI MENU HASIL UJIAN, SILAHKAN KLIK MENU HASIL UJIAN
Showing posts with label Webmail Server. Show all posts
Showing posts with label Webmail Server. Show all posts

UJIAN ADMINISTRASI SERVER DALAM JARINGAN


UJIAN ADMINISTRASI SERVER DALAM JARINGAN

Waktu Ujian = 1 Bulan
(RABU – KAMIS, 30 November – 1 Desember 2011)

Materi Uji :

1.   Instalation Linux Debian Lenny 5.0
2.   Static IP Address
3.   DHCP Server
4.   DNS Server
5.   Web Server + (Content Web)
6.   MySql Server + PhpMyAdmin
7.   Mail Server
8.   WebMail Server

Session 1     : Jam 08.10-09.10 WIB
Session 2     : Jam 09.15-10.15 WIB
Session 3     : Jam 10.15-11.15 WIB

  • Peserta Ujian disediakan 1 Komputer Server dan 1 Komputer Client.
  • Peserta Ujian mampu mengerjakan Soal Test Tulis beserta Praktek Langsung pada Computer.
  • Peserta Ujian diberikan waktu selama 1jam.
  • Tiap Session terdiri dari 4 kelompok, dan tiap kelompok terdiri dari 2 Siswa Peserta Ujian.



Good Luck!
…be yourself, believe that you can!
Move on and always study hard…



Salam,

Alam Rahmatulloh, ST



Konfigurasi WebMail Server Debian Lenny


Setelah berhasil Mengkonfigurasi Web Server Selanjutnya kita akan mengkonfigurasi Webmail Server. Pada setting kali ini akan sangat memerlukan ketelitian. Silahkan ikuti langkah berikut : 

·         Kata2 yang bercetak tebal adalah perintah yang dijalankan pada komputer server.
·         Kata2 yang berwarna merah adalah yang harus anda ubah atau buat.

1)     apt-get install postfix squirrelmail courier-imap courier-pop
Create directories for web-based administration    : NO
Local only                                                                      : OK
General type of mail configuration                             : Internet Site
System mail name                                                         : smkcijangkar.sch.id

2)     pico /etc/apache2/apache2.conf
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/
Include /etc/squirrelmail/apache.conf

3)     pico /etc/squirrelmail/apache.conf
# users will prefer a simple URL like http://webmail.example.com
#
# DocumentRoot /usr/share/squirrelmail
# ServerName webmail.example.com
#
DocumentRoot /usr/share/squirrelmail
ServerName    mail.smkcijangkar.sch.id

* Jangan ubah / hapus baris yang lainnya.

4)     /etc/init.d/apache2  restart
Restarting web server: apache2 ... waiting .

5)     Buka browser komputer client dan masukkan url mail.smkcijangkar.sch.id anda akan melihat tampilan ini :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiV1vXnxBFMMKzjwKNZrThKz1qarKkqJS-1KU8NjYsJmHLkla2YNPSKIZdkbk2aOmRBe5UvE4pdfwpLLYVV5QKB6YuR-awLJuJWkG67XwKDMG9JzrsO8Fd1UWV2QlKgEl8oMUGp5GNxmVJh/s400/ScreenHunter_02+Oct.+17+12.07.jpg
6)     maildirmake  /etc/skel/Maildir
7)     adduser antok
8)     adduser anisa
9)     dpkg-reconfigure postfix
Local only                                                                        : OK
General type of mail configuration                               : Internet Site
System mail name                                                           : smkcijangkar.sch.id
Root and postmaster mail recipient                              : (kosongkan)
Other destinations to accept mail for (blank for none): 172.16.1.0/26 (<- tambahan baris terakhir)
Force synchronous updates on mail queue                : No
Local networks                                                                : 172.16.1.0/26
Use procmail for local delivery                                     : NO
Mailbox size limit (bytes)                                               : 0
Local address extension character                              : +
Internet protocols to use                                              : ipv4

10)pico /etc/postfix/main.cf
inet_interfaces = all
inet_protocols = ipv4
home_mailbox = Maildir/

* Jangan ubah / hapus baris lainnya.


11)/etc/init.d/postfix  restart
Stopping Postfix Mail Transport Agent : postfix.
Starting Postfix Mail Transport Agent   : postfix.

12)/etc/init.d/courier-imap  restart
Stopping Courier IMAP server : imapd.
Starting Courier IMAP server   : imapd.

13)/etc/init.d/courier-pop  restart
Stopping Courier POP3 server : pop3d.
Starting Courier POP3 server   : pop3d.

14)Buka Browser PC client anda. Masukkan url "http://mail.smkcijangkar.sch.id" Setelah itu silahkan email2an Jika berhasil maka konfigurasi WebMailserver anda sukses.