Difference between revisions of "Isoqlog"
Unnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 38: | Line 38: | ||
If you want to manually verify which domains will be in the panel | If you want to manually verify which domains will be in the panel | ||
cat /etc/isoqlog.domains | cat /etc/isoqlog.domains | ||
+ | |||
+ | === Update from SME7 === | ||
+ | |||
+ | this need to be made by hand : | ||
+ | first remove old version | ||
+ | |||
+ | yum remove smeserver-isoqlog | ||
+ | |||
+ | install new one | ||
+ | yum --enablerepo=smecontribs install smeserver-isoqlog | ||
+ | |||
+ | move data | ||
+ | mv -f /var/www/html/isoqlog/* /var/lib/qmailtools/isoqlog/htdocs/ | ||
+ | |||
+ | |||
+ | configure | ||
+ | signal-event isoqlog-conf | ||
+ | |||
+ | === Source === | ||
+ | https://github.com/EnderUNIX/Isoqlog | ||
=== Bugs === | === Bugs === | ||
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] | ||
− | and select the smeserver- | + | and select the smeserver-isoqlog component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-isoqlog|title=this link}} |
+ | |||
+ | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-isoqlog|noresultsmessage="No open bugs found."}} | ||
+ | |||
+ | ===Changelog=== | ||
+ | Only released version in smecontrib are listed here. | ||
+ | |||
+ | {{ #smechangelog: smeserver-isoqlog}} | ||
+ | |||
---- | ---- | ||
[[Category:Contrib]] | [[Category:Contrib]] |
Latest revision as of 02:47, 10 August 2022
Maintainer
Version
Please follow the installation instructions below. The installation instructions will satisfy all dependencies and the latest versions of the above 2 RPMs will be installed automatically.
Description
Isoqlog is an Open Source Web application to create mail traffic stats.
Requirements
- SME Server 7.X or 8.X
Installation
yum --enablerepo=smecontribs install smeserver-isoqlog
and start/restart needed services + expand templates:
signal-event isoqlog-conf
or restart the server with these commands
signal-event post-upgrade; signal-event reboot
You will find a menu in the server-manager under the menu administration > isoqlog
If you want to manually verify which domains will be in the panel
cat /etc/isoqlog.domains
Update from SME7
this need to be made by hand : first remove old version
yum remove smeserver-isoqlog
install new one
yum --enablerepo=smecontribs install smeserver-isoqlog
move data
mv -f /var/www/html/isoqlog/* /var/lib/qmailtools/isoqlog/htdocs/
configure
signal-event isoqlog-conf
Source
https://github.com/EnderUNIX/Isoqlog
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-isoqlog component or use this link
ID | Product | Version | Status | Summary |
---|---|---|---|---|
7852 | SME Contribs | 8.0 | CONFIRMED | iso generated html files, with utf8 display |
Changelog
Only released version in smecontrib are listed here.
2022/07/31 Jean-Philippe Pialasse 2.2.1-7.sme
- use httpd 2.4 access syntax [SME: 12049]
- Re-build and link to latest devtools [SME: 11997]
2022/07/29 Jean-Philippe Pialasse 2.2.1-5.sme
- add to core backup [SME: 12010]
- use httpd 2.4 access syntax [SME: 12049]
- systemd enabled [SME: 11061]
- update event [SME: 11061]
- new tkt options [SME: 1509]
- added expand template to events domain-create [SME: 7713]