• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Need to add PHPlist to application vault

H

hegebutt

Guest
I have psa 7.5.4 on a VDS, so my updater does not work. I need to find a way to install PHPlist without using the updater.

I typically use ART RPMs, but I don't see PHPlist available there. I've done some searching and cannot find an RPM. Anyone know where I can find a PHPlist RPM for RHEL3?
 
It doesn't appear that you will need an RPM to install the PHPlist program. You can download the gzipped tar file from sourceforge, untar the file and then follow the setup instructions in the INSTALL file. The list is available at:

http://sourceforge.net/project/showfiles.php?group_id=91074&package_id=95939

Choose a version, and then choose a download location. You'll then see a download url at the top of the page. If you copy that url and then run the following from the shell, it will get you started:

wget <url>
tar -zxf <downloaded.tgz>

you then have the phplist directory, and can install from there.
 
Is there a way to install it so that it becomes part of the Application Vault?
 
Back
Top