KONFIGURASI WEB MAIL ROUNDCUBE PADA DEBIAN 12
KONFIGURASI WEB MAIL ROUNDCUBE PADA DEBIAN 12
Pastikan sebelumnya sudah menginstall Mail Server
1. Masuk menu root dan ketik perintah seperti di bawah
2. Ketik " mysql ". Lalu ketik perintah :
- Create user roundcube@localhost identified by '123';
- Grant all privileges on roundcube.* to roundcube@localhost;
- Flush privileges;
- Lalu Exit
3. Install Roundcube dengan perintah " apt-get install roundcube -y "
4.
Lalu masukkan password
5. Ketik perintah " nano /etc/roundcube/config.inc.php "
Pastikan sama dengan gambar
6. Ketik perintah " nano /etc/roundcube/apache.conf "
Hilangkan tanda kurung ( # ) pada Alias dan hapus public_html pada Alias.7. Ketik perintah " apt-get install apache2 php "
8. Ketik perintah " nano /etc/apache2/sites-available/000-default.conf "
9. Ketik perintah " sudo dpkg-reconfigure roundcube-core ", lalu ikuti perintah seperti gambar.
Hilangkan tanda ( * ) pada lighttpd
9. Ketik perintah " nano /etc/resolv.conf " lalu tambahkan perintah :
- source arya.computer.id
- servername 192.168.11.111
10. Buat user untuk mengirim dan menerima pesan dengan ketik " sudo adduser kirim1 ". Untuk user terima ketik " sudo adduser terima1 "
11. Masuk ke web browser ketik " mail.aryacomputer.id " atau masukkan IP " 192.168.11.111 "



















.jpeg)
.jpeg)
0 Response to "KONFIGURASI WEB MAIL ROUNDCUBE PADA DEBIAN 12"
Post a Comment