Open main menu

CDOT Wiki β

Changes

OPS335 Web Server Lab

732 bytes removed, 21:24, 7 February 2012
Adding a Webmail to your domain
*You will need to change the permissions on the mail directories for the users from the default 660 to 600.
chmod 0600 /var/mail/*
*Finally edit the Apache configuration file you should now start and add the following:enable dovecot, httpd and restart postfix if it was already running.Alias *test your connection to SquirrelMail by opening a browser and navigating to vm01/squirrelmail /usr/local/squirrelmail/www <Directory /usr/local/squirrelmail/www> Options None AllowOverride None DirectoryIndex indexmail. You should see a log in page. Sign in using your login credentials on vm01.php Order Allow,Deny Allow from all </Directory> <Directory /usr/local/squirrelmail/www/*> Deny from all </Directory> <Directory /usr/local/squirrelmail/www/images> Allow from all </Directory> <Directory /usr/local/squirrelmail/www/plugins> Allow from all </Directory> <Directory /usr/local/squirrelmail/www/src> Allow from all </Directory> <Directory /usr/local/squirrelmail/www/templates> Allow from all </Directory> <Directory /usr/local/squirrelmail/www/themes> Allow from all </Directory> <Directory /usr/local/squirrelmail/www/contrib> Order Deny,Allow Deny from All Allow from 127 Allow from 10 Allow from 192 </Directory> <Directory /usr/local/squirrelmail/www/doc> Order Deny,Allow Deny from All Allow from 127 Allow from 10 Allow from 192 </Directory>
==Completing the Lab==
1
edit