Phplist

From SME Server
Jump to navigationJump to search






phplist
NeedImage.svg
phplist logo
Urlhttps://discuss.phplist.org
Category

mailinglist

Tags mailinglist


Phplist Contribs

Maintainer

Daniel B. from Firewall Services

Version

Contrib 10:
smeserver-phplist
The latest version of smeserver-phplist is available in the SME repository, click on the version number(s) for more information.


Contrib 10:
phplist
The latest version of phplist is available in the SME repository, click on the version number(s) for more information.


fws

Description

phpList is an open source software for managing mailing lists. It is designed for the dissemination of information, such as newsletters, news, advertising to list of subscribers. It is written in PHP and uses a MySQL database to store the information.

Requirements

You need the firewall-services repo to install this contribs

Installation

yum install --enablerepo=smecontribs smeserver-phplist
Warning.png Warning:
Versions of PHPList above 3.2.x will no longer run on the PHP version included in the stock version of SME v9. See: https://sourceforge.net/p/phplist/mailman/message/35670118/. Please refer to PHP_Software_Collections on how to install PHP 5.6 or higher.

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws smeserver-phplist

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not want to restart your computer

signal-event webapps-update


There is no panel in the server-manager, you can go to https://sme-ip/lists/admin and login as SME Server admin and its password.

Configuration

db key property default accepted information
configuration phplist status enabled enabled|disabled
access private public|private public for all web. private for local + httpd-admin ValidFrom
Authentication http http| use http auth to login (broken)
AliasOnPrimary enabled enabled|disabled create an alias lists. might disable if you use a dedicated domain using webapp virtualhost
AdminPass password to access as primary "admin" to phplist
DbName
DbUser

Administration

To access the installation you have to go https://yourserver.tld/lists/admin. Use user admin with password

config getprop  phplist AdminPass

You will then be able to configure your phplist organization, plugins and so on.


The administrator interface is at https://yourserver.tld/lists/admin

The user interface is at https://yourserver.tld/lists

you can also use the cli to set some elements

phplist -pdbcheck

here is the list of options

    initialise
    dbcheck
    send
    processqueue
    processbounces
    import
    upgrade
    convertstats
    reindex
    blacklistemail
    systemstats
    converttoutf8
    initlanguages
    cron
    updatetlds
    export
    runcommand

Uninstall

yum remove smeserver-phplist
signal-event post-upgrade;  signal-event reboot

Bugs

Please raise bugs under the SME-Contribs section in bugzilla

and select the smeserver-phplist component or use this link


Below is an overview of the current issues for this contrib:

IDProductVersionStatusSummary (2 tasks)
12138SME Contribs10.0CONFIRMEDNFR ldap access
12137SME Contribs10.0CONFIRMEDwhen login with http auth login is asked again in app

Changelog

Only released version in smecontrib are listed here.

smeserver-phplist Changelog: SME 10 (smecontribs)
2022/08/03 Jean-Philippe Pialasse 0.2.1-3.sme
- make http auth not the default.
2022/08/02 Jean-Philippe Pialasse 0.2.1-2.sme
- ported to SME10
2020/03/18 Daniel Berteaud 0.2.1-1
- new package built with tito

2014/07/30 Daniel Berteaud 0.2.0-1
- Nearly complete rewrite
- Change the way bounces are processed
- Add a daemon to process the queue and the bounces

- Requires phplist 3.0.6
2010/12/31 Daniel Berteaud 0.1-3
- Fix typo in BouncesPassword prop name