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.


Messages - iraqiboy90

Pages: 1 ... 14 15 [16] 17 18
226
Yes it is CentOS Steam and AlmaLinux these are the two OS on which we have installed CWP.

Fortunately, we haven't changed the CentOS7 yet.

I have to say that we have some VPS and dedicated servers running with CWP. But think that each of your notes will help us. Thanks again!

Just sent them in PM

227
it is of no use if it is not even there! During a NEW installation, I just noticed that it is not installed in the directory, nor is it pulled or installed by CWP install script or PHP phpize.

pcre is also not installed

Which OS is this?
Before I installed CWP on an actual VPS, I have already tested it on a vmware VPS. So, I have accumilated notes on what to do and in what order.

If the OS you're trying is Centos 8 STREAM, I can give you my notes to follow it or compare it with yours.

228

we make it easy for us.


Before publication, internal tests are carried out on a VPS and a dedicated server. If everything runs, it is loaded onto "a" repo, from this a real installation is carried out. Only if this goes smoothly will it actually be published! And not before. Everyone in our team tests each script independently and conscientiously before it goes online. This is how it should be at CWP. Because if I earn money with it, I have a responsibility to the customers !!!!!!!

I totally agree.

I would test for you as well on my test server by reinstalling CWP, I would if I had an extra pro license. If only CWP offered licenses for a test server for beta testing..

229
But I just didn't try to reinstall PHP-FPM to check if solves.

If you reinstall PHP, it will wipe everything, so it would not "solve" anything other than getting back a php-fpm without snuffleupagus

230
On a unrelated note or maybe it is... The Open_basedir should be
Code: [Select]
/home/USERNAME:/tmp if you did use exactly my command which is PHP-FPM 7.4.

Also, the Snuffleupagus module seems to be missing from the list. As a comparison, it's on my module list for PHP-FPM 7.4 modules.

Double check this to see if it's enabled, if it was enabled before:
Code: [Select]
/opt/alt/php-fpm74/usr/php/php.d/snuffleupagus.iniCheck here if the module actually exist:
Code: [Select]
/opt/alt/php-fpm74/usr/lib/php/extensions/no-debug-non-zts-20210902/If the .so file is there but the ini file not there then just add the ini file and paste this and see if it works (after restarting php-fpm):
Code: [Select]
;Snuffleupagus LIB
;defender_mode=custom
extension=snuffleupagus.so
sp.configuration_file=/opt/alt/php-fpm74/usr/php/snuffleupagus.rules

If the .so file is not there then read on...

You can try this, but at your own risk that there is a chance you may end up reinstalling php fpm if this breaks it.

Code: [Select]
cp -rp /usr/local/cwp/.conf/phpdefender/snuffleupagus-master /usr/local/cwp/.conf/phpdefender/snuffleupagus-master_BACKUP
cd /usr/local/cwp/.conf/phpdefender/snuffleupagus-master/src
/opt/alt/php-fpm74/usr/bin/phpize
chmod +x configure
./configure --with-php-config=/opt/alt/php-fpm74/usr/bin/php-config
make && make install
vi /opt/alt/php-fpm74/usr/php/php.d/snuffleupagus.ini
add the code mentioned above, restart php-fpm and check the security center to see if it appears there. Or at least in the module list.
If you get permission error with the phpize file, then it probably means that your php-fpm is disabled. This was the case with my test server because it doesnt have the pro version. I just had to "chmod +x" it to continue.

I have used the above commands to install suhosin on php-fpm56 as there wasnt an option to add it through CWP panel. I have just now tested to manually install snuffleupagus on a PHP-FPM version that is still installed on the test server (but disabled) and now it appears on the security center.

231
E-Mail / Re: Need help. all mail deferred
« on: January 06, 2022, 12:14:50 PM »
(...)
http://forum.centos-webpanel.com/index.php?topic=11668.msg39929#msg39929
Bug #203 and #204

I think I should keep my position: the user:group must be "vmail:mail".
This is the original configuration of CWP.
By the way, you can have a custom configuration.

What you have in "service auth {" group section in /etc/dovecot.dovecot.conf file?

The test server that I have, which has no custom configuration of the email system, has also the same bugs with the vmail folder ownership.

Here's my auth
Code: [Select]
service auth {
unix_listener auth-userdb {
mode = 0660
user = vmail
group = mail
}

It's not certain that the auth module has anything to do with the UserCP Email module not being able to create a mailbox inside the vmail folder when it has vmail:mail ownership.
Either the Email module is configured to work with user:mail, or it is misconfigured and it is supposed to work with vmail:mail. Either way, the Email module code is encrypted with IonCube, like every other module..., and I can't inspect the code myself...

Edit: or it could be that users are not added to the mail group? This too is the same behavior on the test server

232
E-Mail / Re: Need help. all mail deferred
« on: January 06, 2022, 12:07:32 PM »
I have Centos 8 Stream with delayed repos. I have a fully functioning email system with optimized settings to enforce TLS on sending, recommending TLS on receiving, a custom spamassassin setup (without AMaViS, I dont have a lot of RAM), integrated DMARC service, and a functioning and upgraded Roundcube with the appropriate TLS setup (which has some bugs that I've fixed, which I believe is the fault of PHP 7.2 that is being forced on Roundcube folder).

The OS itself is not the reason. I have also a test server with Centos 8 Stream. It too has no problems with the email system.

233
Thank you for this. I needed to rebuild all my zones after adding a custom dns template.
What was missing in this thread is how to execute the commands without API knowledge:

With SSH
Code: [Select]
/usr/local/cwp/php71/bin/php /scripts/cwp_api COMMAND
Change command with what you want done.
https://wiki.centos-webpanel.com/cwp-admin-api

234
care to run this command on the php7 fpm with broken PHP Defender and post the result here?
Code: [Select]
sudo /opt/alt//php-fpm74/usr/sbin/php-fpm -m

235
Information / Love the panel, but...
« on: January 05, 2022, 04:17:00 PM »
Hello

I just switched from sentora few weeks ago because its developers disappeared or stopped caring enough to keep the project running..

CWP is an amazing web hosting panel. It has many great tools, the pro version has a lot of features with a reasonable price tag.
Bug and issues are expected within anything in the tech world, but are you guys giving up on the project as well, or are you just low on staff/developers?

Also, why do I get the feeling that in order for me to get answers on issues or bugs reported, I would have to pay a pretty penny for it...?

You guys have a nice tool for reporting bugs which I started using, but I see no indication that my reports or any others being seen or assigned to someone which makes me wonder if I should give up reporting bug and or start looking for a different control panel in the future.

236
E-Mail / Message size limit set to 200MB?
« on: January 04, 2022, 06:21:09 PM »
In the main.cf file, the message_size_limit is set to 204800000.

Yep, that's correct, you are seeing 204,800,000. bytes

Isn't this a zero too many? Most servers don't accept messages above 20MB, so why is this set to 200?

This number is the same on a test server with newly re-built mail server.

237
E-Mail / Re: (EMERGENCY) DKIM DMARC SPF configured | EMAIL GOING TO SPAM.
« on: January 04, 2022, 06:14:48 PM »
Get a copy of the email that ends up in spam and send it to this; https://www.mail-tester.com/ Check your score with this if you havnt done it already.

Also, sometimes, if you have done everything correct but the IP does not have history in sending email, it will send to spam for a couple of months before it gets into inbox. Basically building up trust with the various servers by staying reputable.

238
the PHP Defender is only available for PHP CGI and PHP-FPM. These two PHP types are only available with the pro version.
If you got the pro version, install one of these types of PHP >v7.0 and it will appear.

239
E-Mail / Re: Need help. all mail deferred
« on: January 03, 2022, 11:15:44 PM »
(...)
This info seems to be incorrect. I have two other bugs relating to the domain folders inside the vmail folder having vmail:mail ownership instead of user:mail. So, they shouldnt be chowned vmail:mail

What are the bugs..?!?!

http://forum.centos-webpanel.com/index.php?topic=11668.msg39929#msg39929
Bug #203 and #204

240
E-Mail / Re: postfix main.cf different on 2 Stream servers
« on: January 03, 2022, 10:36:00 PM »
I sent you a PM. Reply to it and we go from there.

Pages: 1 ... 14 15 [16] 17 18