Difference between revisions of "Phplist"

From SME Server
Jump to navigationJump to search
(18 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
===Maintainer===
 
===Maintainer===
[mailto:pierre@firewall-services.com[[User:pierre|Pierre B.]]] from [http://www.firewall-services.com Firewall Services]<br />
 
  
 
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]
 
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]
 +
===Version===
 +
{{#smeversion: smeserver-phplist }}
 +
[[Version::Contrib9| fws]] [[Has SME9::true| ]]
  
 
=== Description ===
 
=== 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.
+
[https://www.phplist.com/ '''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 ===
 
=== Requirements ===
 
You need the [[Fws|firewall-services]] repo to install this contribs
 
You need the [[Fws|firewall-services]] repo to install this contribs
 +
 +
{{Warning box|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.}}
  
 
=== Installation 8.x 9.x===
 
=== Installation 8.x 9.x===
Line 26: Line 30:
 
  signal-event webapps-update
 
  signal-event webapps-update
  
There is no panel in the server-manager, you can go to https://sme-ip/phplist/admin and perform a login with admin and its passwords of your internal ldap.
+
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.
  
set the first admin account and now you need to fill in all mandatory fields.
 
  
=== DB commands ===
+
==== Administration ====
  
==== The bounces account ====
+
To complete the installation you have to go https://yourserver.tld/lists/admin follow the instructions and create an admin user.
  
We need, to have Phplist working well, to create an account "bounces@youdomain.tld".
+
The administrator interface is at https://yourserver.tld/lists/admin
  
We have to setup a password for this account.
+
The user interface is at https://yourserver.tld/lists
 
 
To configure the Bounces account in Phplist :
 
 
 
  [root@sme8 ~]# db configuration setprop phplist BouncesPassword the_password
 
  [root@sme8 ~]# signal-event webapps-update
 
 
 
== Access to the Administrator Panel ==
 
 
 
By default, only '''admin''' user can access to the administrotor panel.
 
 
 
To add new users, you can add login in the DB :
 
 
 
  [root@sme8 ~]# db configuration setprop phplist AdminUsers user1,user2,user3,fws,admin
 
  [root@sme8 ~]# signal-event webapps-update
 
 
 
 
 
=== Administrate ===
 
 
 
Now you can access Phplist, you have just to go https://yourserver.tld/lists
 
 
 
The administrator interface was at https://yourserver.tld/lists/admin
 
 
 
The last step is to populate the database.
 
 
 
Go in the administation panel, and follow the Phplist instruction.
 
  
 +
==== 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 [http://gitweb.firewall-services.com/?p=smeserver-phplist;a=summary]
 
[[Category:Contrib]]
 
[[Category:Contrib]]
 +
[[Category:Mail]]
 +
[[Category:Mail:Mailinglists]]

Revision as of 06:27, 18 April 2021

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.


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


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.


Installation 8.x 9.x

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 complete the installation you have to go https://yourserver.tld/lists/admin follow the instructions and create an admin user.

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

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

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]