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-03-28, 09:31:46

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
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

2
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

3
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?

4
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.

5
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]

MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.04 seconds with 17 queries.

web stats analysis