aquaballoon

RoundCube Webmail

Sep 18th, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. Install RoundCube Webmail
  2.  
  3. sudo apt-get install roundcube roundcube-mysql apache2
  4.  
  5. sudo dpkg-reconfigure roundcube-core
  6.  
  7. sudo nano /etc/apache2/httpd.conf
  8.  
  9. <VirtualHost *:80>
  10. DocumentRoot /usr/share/roundcube
  11. ServerName mail.hureeict.edu.mn
  12. </VirtualHost>
  13.  
  14. sudo service apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment