Extensions & Frontends
There are frontends and further extensions that have been developed by people not directly involved with the goldfish project.
Frontends
goldfish for squirrelmail
This tiny little squirrelmail extension by Paolo Cassago allows you to set goldfish autoresponders directly in squirrelmail. This Plugin has been tested with squirrelmail 1.4.7 and is released under the GNU/GPL.
Installation instructions
- Download the latest version of gfs (goldfish for squirrelmail)
- Rename it to autoreply.php and copy it under the src folder of your squirrelmail installation.
- Under the functions folder of squirrelmail, add the following lines into the function displayPageHeader() of page_header.php:
echo " \n";
displayInternalLink ('src/autoreply.php', "Auto reply");
- Configure the database connection on autoreply.php, changing the
connection values at lines: 22,23,24 and 25 in autoreply.php. - Now log into the squirrelmail. The autoreply.php will enable the autoresponder of the user connected to squirrelmail.
Licence
This plugin has kindly been developed and provided by Paolo Cassago, a lot of thanks to him! This file is released under the terms of the GNU General Public Licence and therefore is available freely but without any warrianty.