Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-09-01, 02:00:43

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - luckytanuki

Pages: [1]
1
Forum Announcements / Kloxo 8.0.0 Released
« on: 2024-08-20, 07:51:34 »
Kloxo 8 for RHEL 8 and 9 linux derivative OSs has been release.

Kloxo 8 is a webserver control panel with multiple reseller and customer accounts with the following features:

OS: Rocky and Almalinux versions 8 and 9, Centos Stream 9 and other RHEL derivatives
Web server: Nginx, Nginx-Proxy and Lighttpd-proxy, Hiawatha, Hiawatha-proxy and Httpd 24, beside Httpd and Lighttpd; also Dual and Multiple Web server
Webcache server: Varnish
Php: Multiple-php with php 5.6, 7.4, and all php 8 versions
PHP-type for Apache: php-fpm_worker/_event and fcgid_worker/_event; beside mod_php and suphp/_worker/_event
Mail server: qmail-toaster patched to qmail 1.06, dovecot for imap/pop3
Database: MariaDB
Database Manager: PHPMyAdmin; (coming: Adminer, MyWebSql and SqlBuddy as additional)
Webmail: Afterlogic Webmail Lite Roundcube and Rainloop;
FTP server: Pure-ftpd
DNS Server: Bind (Still to be tested Djbdns, Powerdns,MaraDNS, NSD, myDNS and Yadifa)
Addons: ClamAV, Spamassassin/Bogofilter/Spamdyke, RKHunter and MalDetect
Free SSL: Let’s Encrypt (via letsencrypt/certbot-auto and acme.sh) and StartAPI
Many bug fixes from original Kloxo and Kloxo-MR (including security issues)
And many more!
Kloxo is licenced under AGPLv3
Installation instructions can be found at https://kloxo.org/install-kloxo/

2
Kloxo-MR Releases / Kloxo 8.0.0 Released
« on: 2024-08-20, 07:45:17 »
Kloxo 8 for RHEL 8 and 9 linux derivative OSs has been release.

Kloxo 8 is a webserver control panel with multiple reseller and customer accounts with the following features:

OS: Rocky and Almalinux versions 8 and 9, Centos Stream 9 and other RHEL derivatives
Web server: Nginx, Nginx-Proxy and Lighttpd-proxy, Hiawatha, Hiawatha-proxy and Httpd 24, beside Httpd and Lighttpd; also Dual and Multiple Web server
Webcache server: Varnish
Php: Multiple-php with php 5.6, 7.4, and all php 8 versions
PHP-type for Apache: php-fpm_worker/_event and fcgid_worker/_event; beside mod_php and suphp/_worker/_event
Mail server: qmail-toaster patched to qmail 1.06, dovecot for imap/pop3
Database: MariaDB
Database Manager: PHPMyAdmin; (coming: Adminer, MyWebSql and SqlBuddy as additional)
Webmail: Afterlogic Webmail Lite Roundcube and Rainloop;
FTP server: Pure-ftpd
DNS Server: Bind (Still to be tested Djbdns, Powerdns,MaraDNS, NSD, myDNS and Yadifa)
Addons: ClamAV, Spamassassin/Bogofilter/Spamdyke, RKHunter and MalDetect
Free SSL: Let’s Encrypt (via letsencrypt/certbot-auto and acme.sh) and StartAPI
Many bug fixes from original Kloxo and Kloxo-MR (including security issues)
And many more!
Kloxo is licenced under AGPLv3
Installation instructions can be found at https://kloxo.org/install-kloxo/

3
Kloxong 0.1.3-10 provides Kloxo for Centos 7 EOL

Kloxong 0.1.3-10 released

Kloxong install instructions
Note: Cento 7 is at End of life

To continue to run Centos 7 you need to switch the Centos repository over to the vault.centos.org archive

To do this, replacement copies of CentOS-Base.repo and CentOS-Vault.repo must be installed

First do a minimum install of Centos 7 (CentOS-7-x86_64-Minimal-2009.iso)

If necessary activate network connectivity with

sudo nmtui
Running the following from your command line should do this.

sudo curl -O https://kloxo.org/centos7/eolrepofix
sudo sh eolrepofix

4
Kloxong 0.1.3-10 released

Kloxong 0.1.3-10 provides Kloxo for Centos 7 EOL

Kloxong install instructions
Note: Cento 7 is at End of life

To continue to run Centos 7 you need to switch the Centos repository over to the vault.centos.org archive

To do this, replacement copies of CentOS-Base.repo and CentOS-Vault.repo must be installed

First do a minimum install of Centos 7 (CentOS-7-x86_64-Minimal-2009.iso)

If necessary activate network connectivity with

sudo nmtui
Running the following from your command line should do this.

sudo curl -O https://kloxo.org/centos7/eolrepofix
sudo sh eolrepofix

5
Kloxo-MR Bugs and Requests / Kloxong 0.1.3-2 for centos 7
« on: 2022-04-14, 07:36:26 »
KloxoNG version 0.1.3-2 has been released . It is a Kloxo-MR replacement for Centos 7.

The Kloxo-mr installer was broken last time I looked but you can upgrade to KloxoNG .

KloxoNG fixes many bugs in Kloxo-MR and provides PHP, MariaDB, Apache and Hiawatha version upgrades.

Use the installation instructions at https://github.com/KloxoNGCommunity/kloxong/blob/master/how-to-install.txt

Or just follow these commands

cd /
yum update -y
cd /tmp
rm -f kloxong*
rpm -ivh https://github.com/KloxoNGCommunity/kloxong/raw/initial-rpm/kloxong-release.rpm
cd /
yum clean all
yum update kloxong-* -y
yum install kloxong -y
sh /script/upcp

6
KloxoNG version 0.1.3-2 has been released . It is a Kloxo-MR replacement for Centos 7.

The Kloxo-mr installer was broken last time I looked but you can upgrade to KloxoNG . KloxoNG supports php up to version 8.0.

Use the installation instructions at https://github.com/KloxoNGCommunity/kloxong/blob/master/how-to-install.txt

Or just follow these commands

cd /
yum update -y
cd /tmp
rm -f kloxong*
rpm -ivh https://github.com/KloxoNGCommunity/kloxong/raw/initial-rpm/kloxong-release.rpm
cd /
yum clean all
yum update kloxong-* -y
yum install kloxong -y
sh /script/upcp

7
Kloxo-MR Technical Helps / Is anyone getting support?
« on: 2018-07-06, 04:46:31 »
Just wondering if any donors or sponsors are still getting support?

8
Kloxo-MR Technical Helps / The future of Kloxo-MR
« on: 2017-10-18, 01:02:43 »
As some people have already noticed, Mustafa has been missing for a month and the Hostspectra website is unreachable.

We need to make sure that Mustafa's disappearance will not result in the death of Kloxo-MR .

I've made a Facebook Group in case the forum goes offline 

https://www.facebook.com/groups/KloxoMRusers

I suggest joining the group as a point of contact if the forum dies. This will be a place to discuss the future of Kloxo-MR and provide user driven support.

I'm making a rip of the forum and will put up a link when I finish ripping.

I'd suggest anyone who wishes to keep using Kloxo-MR make a fork from Github and download a copy of the rpm repo (http://rpms.mratwork.com/repo/mratwork/) while you can.

I'm not actually interested in hijacking the project as I have health issues of my own. However my business uses Kloxo-MR and I would prefer not to have to change control panels.

If we can steer the project into something a bit more community driven then we may be able to ensure the survival of the project.

9
Hi Mustafa,

I have a fix for a bug in fix-qmail-assign.php .

Yesterday I upgraded  to 7.0.0.b-2016021403 and  had a problem where mail users from one domain where made in the root folder. All other users were ok.

The problem was a incorrect folder setting in /var/qmail/users/assign

The correct path value should be
/home/lxadmin/mail/domains/firstnamesurname.com

But /var/qmail/users/assign had the value
/home/lxadmin/mail/domainssurname.com.au

It was cause by a line in fix-qmail-assign.php

The error occurs when the email name was in the domain name

eg

where $row['pw_name'] = 'firstname'

and

 $row['pw_dir'] = '/home/lxadmin/mail/domains/firstnamesurname.com/firstname'

$n[$row['pw_domain']] = str_replace("/" . $row['pw_name'], '', $row['pw_dir']);

calculates

/home/lxadmin/mail/domainssurname.com.au

as it removes all occurrences of firstname from the path

The fix is to make the string replace only work on the end of $row['pw_dir']

$n[$row['pw_domain']] = preg_replace('/\/' . $row['pw_name'].'$/', '', $row['pw_dir']);

cheers

John

Pages: [1]

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.067 seconds with 16 queries.

web stats analysis