Difference between revisions of "Phplist"
Unnilennium (talk | contribs) (→Bugs) |
Unnilennium (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{Languages}} | ||
+ | <!-- here we define the contrib name variable --> | ||
+ | <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> | ||
+ | {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} | ||
+ | {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} | ||
+ | <!-- we define the language --> | ||
+ | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} | ||
+ | |||
+ | {{Warning box|1= You will need to update core package e-smith-mysql to use this contrib to smeserver-mysql >= 2.7.0-5, currently available in smeupdates-testing }} | ||
+ | {{Note box| Mariadb 10.5 support is up to 24 June 2025 so one year more than SME10 which EOL is 30 June 2024. }} | ||
+ | |||
+ | {{Infobox contribs | ||
+ | |name={{#var:contribname}} | ||
+ | |image={{#var:contribname}}.png | ||
+ | |description_image= {{#var:contribname}} logo | ||
+ | |maintainer= | ||
+ | |licence= | ||
+ | |url= https://discuss.phplist.org | ||
+ | |category= mailinglist | ||
+ | |tags=mailinglist | ||
+ | }} | ||
+ | |||
== Phplist Contribs == | == Phplist Contribs == | ||
Revision as of 05:02, 3 August 2022
Phplist Contribs
Maintainer
Daniel B. from Firewall Services
Version
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
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.
Administration
To access the installation you have to go https://yourserver.tld/lists/admin. Use user admin with password
config getprop phplist AdminPass
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:
ID | Product | Version | Status | Summary (2 tasks) ⇒ |
---|---|---|---|---|
12138 | SME Contribs | 10.0 | CONFIRMED | NFR ldap access |
12137 | SME Contribs | 10.0 | CONFIRMED | when login with http auth login is asked again in app |