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.
Pages: 1 [2]
16
CentOS-WebPanel Bugs / Re: CWP New backup (beta) - ionCube only for PHP 5
« on: April 25, 2020, 05:30:19 PM »
Hi CWP team
The new backup beta is not working since i have updated to the latest panel still showing loading list accounts thats all no backup done
it was worked before update pls check this also restore accounts is not working atleast manual restore is posssible if we get the full account backup
Thanks in advance
The new backup beta is not working since i have updated to the latest panel still showing loading list accounts thats all no backup done
it was worked before update pls check this also restore accounts is not working atleast manual restore is posssible if we get the full account backup
Thanks in advance
17
CentOS-WebPanel Bugs / Re: New backup (beta) screen is blank
« on: April 24, 2020, 06:25:16 PM »
Previously before the last update its worked fine suddenly after the latest update the issue exist even can't run a manual backup also even tried in user panel no luck
CWPpro version: 0.9.8.961
even file manager compression is also not working
after every update we are getting new issues where as before the update the module was worked fine
Cwp team should concentrate on testing fully before releasing the update because they are releasing updates to solve one issue but after update another issue is getting raised.
Today after update even the panel is not worked then i saw the forum some has already reported to support team and they have given a script to solve
CWP team is really working hard to give a wonder full panel but testing has to be done more to avoid these kind of issues
CWP rocks!
CWPpro version: 0.9.8.961
even file manager compression is also not working
after every update we are getting new issues where as before the update the module was worked fine
Cwp team should concentrate on testing fully before releasing the update because they are releasing updates to solve one issue but after update another issue is getting raised.
Today after update even the panel is not worked then i saw the forum some has already reported to support team and they have given a script to solve
CWP team is really working hard to give a wonder full panel but testing has to be done more to avoid these kind of issues
CWP rocks!
18
Suggestions / Email Tracking In Control Panel
« on: December 29, 2019, 06:21:49 PM »
Hi
First Of all i Thank you all Team CentosWebPanel for this wonderfull project, almost i have tried lot of panels in linux but could find a good one like this after trying this for 1 year based on the developments and updates i have moved on to pro license to show my support to them also would like to suggest some more features needed in cwp.
1. There is no Email tracing/tracking facility in user control panel - this is needed for those who want to track their emails sent or rejected or deferred....
2. No Option to add email ids or ip address or domain to blacklist or whitelist in Apache SPam Assassin (no front end) only we can add in postfix config to blacklist or whitelist
Thanks In Advance
Wishing all A happy NEW YEAR 2020
First Of all i Thank you all Team CentosWebPanel for this wonderfull project, almost i have tried lot of panels in linux but could find a good one like this after trying this for 1 year based on the developments and updates i have moved on to pro license to show my support to them also would like to suggest some more features needed in cwp.
1. There is no Email tracing/tracking facility in user control panel - this is needed for those who want to track their emails sent or rejected or deferred....
2. No Option to add email ids or ip address or domain to blacklist or whitelist in Apache SPam Assassin (no front end) only we can add in postfix config to blacklist or whitelist
Thanks In Advance
Wishing all A happy NEW YEAR 2020
19
E-Mail / Re: To many spams - Postfix Mail Queue
« on: December 29, 2019, 05:54:09 PM »
TRY ADDING RBLS TO CHECK MAILS WITH BLACKLIST
HERE FIND THE USE CODE AND UPDATE IN POSTFIX MAIN.CNF FILE
HERE FIND THE USE CODE AND UPDATE IN POSTFIX MAIN.CNF FILE
Code: [Select]
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,
check_client_access hash:/etc/postfix/sender_whitelist,
check_client_access hash:/etc/postfix/sender_blacklist,
reject_unauth_destination,
reject_non_fqdn_sender,reject_unknown_sender_domain,
check_sender_access hash:/etc/postfix/access,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client dnsbl.sorbs.net,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client b.barracudacentral.org,
reject_rbl_client dnsbl-1.uceprotect.net,
reject_rbl_client noptr.spamrats.com,
reject_rbl_client dyna.spamrats.com,
reject_rbl_client spam.spamrats.com,
reject_rbl_client dnsbl.inps.de,
reject_rbl_client combined.abuse.ch,
reject_rbl_client bl.blocklist.de,
reject_rbl_client dnsbl.darklist.de,
reject_rbl_client dnsrbl.org,
reject_rbl_client spamlist.or.kr,
reject_rbl_client dnsbl.openresolvers.org,
reject_rbl_client dnsbl-2.uceprotect.net,
reject_rbl_client dnsbl-3.uceprotect.net,
reject_rbl_client blacklist.woody.ch,
reject_rbl_client xbl.spamhaus.org,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client pbl.spamhaus.org,
reject_rbl_client misc.dnsbl.sorbs.net,
reject_rbl_client zombie.dnsbl.sorbs.net,
reject_rbl_client smtp.dnsbl.sorbs.net,
reject_rbl_client socks.dnsbl.sorbs.net,
reject_rbl_client spam.dnsbl.sorbs.net,
reject_rbl_client http.dnsbl.sorbs.net,
20
E-Mail / Re: I am receiving a lot of spam emails in all of my accounts,
« on: December 18, 2019, 06:51:51 PM »
HI
Sorry to hear that u have spam mail issue try the below code in Postfix configuration
/etc/postfix/main.cnf
add some rbls to reject spam emails also check for any malicious code inserted in your website
then restart postfix and check the log mails from unknown will be rejected also dont forget to check the options in mailserver manager to check the options
AntiSpam/AntiVirus (recommended): ClamAV, Amavis & Spamassassin, Requires 1Gb+ RAM
rDNS Check (recommended): Drop all emails if no rDNS/PTR
Install DKIM & SPF (recommended):Installs DKIM & SPF, enables DKIM for New Accounts and Domains
then rebuild mail server
This will block almost 95% spam emails
Sorry to hear that u have spam mail issue try the below code in Postfix configuration
/etc/postfix/main.cnf
add some rbls to reject spam emails also check for any malicious code inserted in your website
Code: [Select]
smtpd_client_restrictions = reject_unknown_client
smtpd_helo_restrictions =
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_client_access hash:/etc/postfix/sender_whitelist, check_client_access hash:/etc/postfix/sender_blacklist, reject_unauth_destination, reject_non_fqdn_sender,reject_unknown_sender_domain,check_sender_access hash:/etc/postfix/access, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client cbl.abuseat.org, reject_rbl_client b.barracudacentral.org, reject_rbl_client dnsbl-1.uceprotect.net, reject_rbl_client noptr.spamrats.com, reject_rbl_client dyna.spamrats.com, reject_rbl_client spam.spamrats.com
smtpd_helo_required = yes
unknown_local_recipient_reject_code = 550
disable_vrfy_command = yes
smtpd_data_restrictions = reject_unauth_pipelining
then restart postfix and check the log mails from unknown will be rejected also dont forget to check the options in mailserver manager to check the options
AntiSpam/AntiVirus (recommended): ClamAV, Amavis & Spamassassin, Requires 1Gb+ RAM
rDNS Check (recommended): Drop all emails if no rDNS/PTR
Install DKIM & SPF (recommended):Installs DKIM & SPF, enables DKIM for New Accounts and Domains
then rebuild mail server
This will block almost 95% spam emails
21
E-Mail / Re: SPAM - config
« on: December 18, 2019, 06:21:36 PM »
You can use rbls to reject the emails for more security NOte: Sender from the backlisted ips gets rejected automatically
Code: [Select]
smtpd_client_restrictions = reject_unknown_client
smtpd_helo_restrictions =
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_client_access hash:/etc/postfix/sender_whitelist, check_client_access hash:/etc/postfix/sender_blacklist, reject_unauth_destination, reject_non_fqdn_sender,reject_unknown_sender_domain,check_sender_access hash:/etc/postfix/access, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client cbl.abuseat.org, reject_rbl_client b.barracudacentral.org, reject_rbl_client dnsbl-1.uceprotect.net, reject_rbl_client noptr.spamrats.com, reject_rbl_client dyna.spamrats.com, reject_rbl_client spam.spamrats.com
22
Updates / Re: CWP VERSION FREE 0.9.8.845 No option to download files in file manager
« on: July 05, 2019, 08:08:16 AM »
CWP version: 0.9.8.846 updated finally got the dowload button in root user and cpanel
thanks for the update cheers CWP team
thanks for the update cheers CWP team
23
Updates / Re: CWP Version 0.9.8.638. I get errors. Please help me
« on: July 05, 2019, 07:50:24 AM »No Admin to help? I can't use my system. The update was after. That is not my fault. I have a Pro license. I can't process because your codes are encrypted. Please help me.
have you tried clearing cache and cookies in your browser in my system the page load correctly
24
Updates / Re: CWP VERSION FREE 0.9.8.845 No option to download files in file manager
« on: July 05, 2019, 07:46:01 AM »Hi Thanks for your reply but if i click its only going to rename the file not downloading tried in 4 different browsers no useJust select and left click on the file and it will download.(click twice)
Hi, unfortunately, your solution for me not work !
25
Updates / CWP VERSION FREE 0.9.8.845 No option to download files in file manager
« on: July 03, 2019, 06:52:17 PM »
Distro Name: CentOS Linux release 7.6.1810 (Core)
Kernel Version: 3.10.0-957.1.3.el7.x86_64
Platform: x86_64 vmware
Iam facing this issue from the last update in cwp both (user and root) logins file managers does not have a download button like upload, Also previously it was like just clicking the file name to download but now if i click the file name its going to edit the file name pls check and give me solution to download the files in cwp file manager
Kernel Version: 3.10.0-957.1.3.el7.x86_64
Platform: x86_64 vmware
Iam facing this issue from the last update in cwp both (user and root) logins file managers does not have a download button like upload, Also previously it was like just clicking the file name to download but now if i click the file name its going to edit the file name pls check and give me solution to download the files in cwp file manager
Pages: 1 [2]