Mail Server
Mail Server
Konfigurasi Webserver
masuk ke direktori konfigurasi webserver
- cd /etc/apache2/sites-available/
- copy 000-default.conf
- cp 000-default.conf roundcube.conf
- nano roundcube.conf
ganti ServerName jadi mail.tkjypc.co.id
ubah DocumentRoot jadi /var/lib/roundcube
aktifkan virtualhost roundcube.conf
- a2ensite roundcube.conf
lalu restart webserver
- systemctl restart apache2
PENGUJIAN