Difference between revisions of "Phplist"
Unnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 41: | Line 41: | ||
==== Administration ==== | ==== Administration ==== | ||
− | To | + | 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 administrator interface is at https://yourserver.tld/lists/admin | ||
The user interface is at https://yourserver.tld/lists | 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 ==== | ==== Uninstall ==== |
Revision as of 03:44, 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
Sources for this contribs can be found in Firewall Service's repository [1]