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

Pages: 1 ... 42 43 [44] 45 46 ... 57
646
The issue is that "cron_newbackup.php" is encoded under a old version of ionCube (before PHP 5.x).
If you check the error log, the script outputs that error.

if you select in "PHP Version Switcher" the PHP version 5.6.40, the script runs fine.
If you update to a new version - PHP 7.x - then the script doesn't work.

PHP Version Switcher changes the PHP of CWP, that is where the cron_newbackup.php is running...

Then you probably have to follow the instruction on the 500 error posts.  My version of the backup script is working perfectly fine running on php72 ioncube.  Guessing that file did not get updated in your update..

647
check "crontab -l" as root and make sure

15 23 * * * /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=10000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php

is there

(NOTE: Times may be different)

648
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 06:50:01 PM »
After you update the serial, you need to rndc reload {zone}

649
Apache / Re: 408 HTTP error
« on: April 25, 2020, 06:47:26 PM »
Something is left over from ModSecurity.  I didn't necessarily want you to uninstall it, but there should be a log file or a debug file you could look at to see if it was stopping the upload.

650
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 06:46:00 PM »
Code: [Select]
ser=$(grep -o "20[0-9][0-9]\{7\}" /var/named/$dominio.db)
fir="${ser::-3}"
las="${ser:7:3}"
las=$(( $((10#$las)) + 1 ))
if [ ${#las} -lt 3 ]
then
las="00$las"
fi
las=${las: -3}
ser2="$fir$las"
sed -i "s/20[0-9][0-9]\{7\}/$ser2/g" /var/named/$dominio.db

651
CentOS 7 Problems / Re: Error with DNS and Clusters.
« on: April 25, 2020, 04:34:28 PM »
Quite simply.  You're not updating the serial number for the zone.  So bind doesn't know to send the update to the slave servers.  Use SED to update the serial +1

652
Apache / Re: 408 HTTP error
« on: April 25, 2020, 04:32:33 PM »
You don't happen to have modsecurity enabled by chance?

653
This isn't a solution if your webserver is constantly DDoS'd.  It's an emergency system for that "One Off" situation.  If your servers is constantly under load from DDoS, you should ditch the domains that are getting hammered.  People who run websites that are constantly under attack should be using high dollar load balanced systems to deal with their issues.

654
New Modules / Re: [Module] CWP_ShoutCast2
« on: April 25, 2020, 01:43:44 PM »

655
The solution has been posted at least 20 times on this forum.  Look at the 500 error topics.

656
Apache / Re: 408 HTTP error
« on: April 25, 2020, 10:40:51 AM »
Then there should be no reason with a descent internet connection that it should fail.  Check your PHP log to see if there are write errors for anything.

CWP /usr/local/cwpsrv/log/error_log
Accts  /usr/local/apach/domlogs

657
E-Mail / Re: able to receive email but cannot send
« on: April 25, 2020, 10:26:26 AM »
I really wish people would stop changing things when they ask questions.  There is absolutely NO NEED to "Mask" domain names, "Public IP's" or "Certificate Info that the browser displays".  When you do this, you make it almost impossible to help you.

Please DO mask usernames/passwords however.

END OF RANT

now onto your question (Cause now I'm guessing)

"Somebody@domain.com":
domain.com hosted on your server:  Glenn is correct
domain.com is NOT hosted on your server.  See below

SMTP Error (550):  https://serversmtp.com/smtp-error/

550

It usually defines a non-existent email address on the remote side.

Though it can be returned also by the recipient’s firewall (or when the incoming server is down), the great majority of errors 550 simply tell that the recipient email address doesn’t exist. You should contact the recipient otherwise and get the right address.

658
E-Mail / Re: Gmail Marks Emails As Spam
« on: April 25, 2020, 10:18:54 AM »
Google maintains an internal "Gray List" of hosts that it has not blocked, but monitors for spam.  If your server is on that list, they pretty much mark everything you send as spam.  That's what I was getting to. 

Google wouldn't know a true graylist if it hit them square in the face.  They do what they want, even if it goes against RFC.

659
Did you do the manual update of the files?

try /scripts/update_cwp

660
E-Mail / Re: Gmail Marks Emails As Spam
« on: April 25, 2020, 09:41:33 AM »
From google themselves:  https://support.google.com/mail/answer/1366858?hl=en

You need to know why they are marked as spam to clear them up.  You may need to contact google to get your IP out of the gray list.

Code: [Select]
Why emails have spam warning labels
Gmail automatically identifies suspicious emails and marks them as spam. When you open your Spam label, you'll see emails that were marked as spam by you or Gmail. Each email will include a label at the top that explains why Gmail sent it to Spam.

Spoofed email addresses
Phishing scams
Messages from an unconfirmed sender
Administrator-set policies
You tried to unsubscribe from this sender
Messages content is empty
Messages you sent to Spam

Pages: 1 ... 42 43 [44] 45 46 ... 57