Squirrelmail plugin

iamthezio

Verified User
Joined
Apr 6, 2011
Messages
30
Location
Alabama, USA
I was attempting to install some plugins in to Squirrelmail 1.4.22 and noticed I could not because config.pl was missing. Seems to be a critical step in the install process.

Searching the forums for alternatives, but have not found any.

Need some guidance.
 
Its probably in a sub folder.

Try:

Code:
find /var/www/html/squirrelmail* -type f -name config.pl
 
Thanks scsi, however it is not.

I have even updatedb with a locate config.pl and it returns no file with that name on the system.

Thought it was removed by DA during initial setup.
 
The file should be conf.pl in the config folder. It is just a perl script. If you dont have it you could just download a copy of squirrelmail from squirrelmail.org and move it to the right folder.
 
Back
Top