


SquirrelMail provides a tool called squirrelmail-configure, an interactive interface which edits the /etc/squirrelmail/config.php file for you with the input you provide. You should now be able to see SquirrelMail’s default login page in your browser after navigating to your Linode’s IP address or domain:īefore using SquirrelMail for the first time, configure it to access your mail server. Reload Apache: sudo systemctl reload rvice If you’re running Apache solely for SquirrelMail, you may still want to remove the default virtual host from sites-enabled.Įnable the new virtual host: sudo a2ensite nf If Apache is serving other virtual hosts you may need to adjust them and/or this configuration file to prevent any conflicts. # RewriteEngine on # RewriteCond % !^on$ # RewriteRule. Consult the apache documentation if # you're unsure, as this example might not work everywhere. # redirect to https when available (thanks # Note: There are multiple ways to do this, and which one is suitable for # your site's configuration depends. # access to configtest is limited by default to prevent information leak order deny,allowĭeny from all allow from 127.0.0.1 # users will prefer a simple URL like DocumentRoot /usr/share/squirrelmail ServerName php_flag register_globals off DirectoryIndex index.php Edit the IP and ServerName to match your Linode and domain settings:Īlias /squirrelmail /usr/share/squirrelmail Options FollowSymLinks

Copy this configuration file into your sites-available folder with the command: sudo cp /etc/squirrelmail/nf /etc/apache2/sites-available/nfĮdit the configuration file to uncomment the block by removing the pound symbol ( #), as shown below. SquirrelMail provides a default configuration file for Apache in /etc/squirrelmail/nf. Configure the settings in the copied file to match your Linode and domain settings. To access SquirrelMails’s web interface, create and configure a copy of its default virtual host configuration file in the Apache directory.
EFTEL SQUIRRELMAIL LOGIN INSTALL
Install SquirrelMail: sudo apt-get install squirrelmail
EFTEL SQUIRRELMAIL LOGIN UPDATE
Update the system and install SquirrelMail from the repositories.įirst, install the most recent system updates: sudo apt-get update If you’re not familiar with the sudo command, you can check our Users and Privileges guide. Commands that require elevated privileges are prefixed with sudo. This guide is written for a non-root user.
