Langkah-Langkah Konfigurasi Squirrelmail Debian 8
# apt-cdrom add
# apt-get update
Masukkan CD 2, lalu ketik perintah berikut.
# apt-cdrom add
# apt-get update
Masukkan CD 3, lalu ketik perintah berikut.
# apt-cdrom add
# apt-get update
Note : Jika anda terkoneksi ke internet anda bisa langsung update
# apt-get update
2. Install Package yang diperlukan untuk Mail Server
# apt-get install postfix squirrelmail dovecot-common dovecot-imapd dovecot-pop3d -y
3. Setelah semua package telah terinstall, ketik perintah berikut
# squirrelmail-configure
4. Ketik sesuai urutan :
2 > r > d > dovecot > 2 > 1 > domainanda.com > s > q
Note : " > " adalah Enter.
5. Edit file apache.conf Pada direktori squirrelmail
# nano /etc/squirrelmail/apache.conf
6. Cari "user will prefer a simple url like...."
7. Ubah jadi seperti berikut.
#user will prefer a simple URL like....
<VirtualHost *:80>
DocumentRoot /usr/share/squirrelmail
ServerName mail.domain.com
</VirtualHost>
8. Save File tadi
9. Masuk ke Direktori Apache2
# cd /etc/apache2
10. Edit file apache2.conf
# nano apache2.conf
11. Pergi ke bagian paling bawah lalu tambahkan.
Include "/etc/squirrelmail/apache.conf"
12. Save File tadi.
13. Restart Dovecot dengan perintah berikut.
# /etc/init.d/dovecot restart atau service dovecot restart
14. Restart Postfix dengan perintah berikut.
# /etc/init.d/postifx restart atau service postfix restart
15. Restart Apache2 dengan perintah berikut.
# /etc/init.d/apache2 restart atau service apache2 restart
Soal essay :
1.tuliskan langkah pertama untuk mengkonfigurasi squirrelmail?
2.apa kode untuk masuk ke direktori apache 2 ?
3.tuliskan kode untuk merestart dovecot ?
4.tulislah langkah untuk edit file apche.conf pada direktori squirrelmail ?
5.tuliskan kode untuk merestart apache 2
Tidak ada komentar:
Posting Komentar