Postingan

Menampilkan postingan dari April, 2021

INSTALASI DAN KONFIGURASI ROUNDCUBE PADA DEBIAN 10

Gambar
  KONFIGURASI WEB MAIL DI DEBIAN 10 DENGAN ROUNDCUBE Cara konfigurasi web mail di debian 10 dengan Roundcube: 1. Pertama, Setting DNS Server terlebih dahulu  -db. forward nano/var/cache/db.forward. -db reverse nano /var/cache/bind/db.reserve 2. Install Postfix #apt install postfix dovecot-imapd dovecot-pop3d. Klik ok-internet site-masukkan system mail name anda. 3. Konfigurasi Potfix #dpkg-reconfigure postfix. 4. Konfigurasi Postfix #nano/etc/postfix/main.cf tambahkan barisan: home_mailbox = Maildir/ 5. Komfigurasi dovecot #nano/etc/dovecot/dovecot.conf # nano /etc/dovecot/conf.d/10-aunt. conf # nano /etc/dovecot/conf.d/10-mail.conf 6. Tambahkan perintah: #maildirmake.dovedot /etc/skel/maildir 7. Restartpostfix dan dovedot #/etc/init.d/psotfix restart #/etc/init.d/dovedot restart 8. Buat 2 user baru #adduser anita #adduser ayu 9. Install apache2 # apt install apache2 php mysql-server phpmyadmin 10. Install Roundcube #apt install roundcube Masukkan password roundcube 11.  Konfigurasi Ro