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

Pages: [1] 2 3 ... 15
1
E-Mail / Re: Gmail Marks Emails As Spam
« on: April 25, 2020, 10:21:12 AM »
Hahahahahah yes iv noticed they think they're the only mail providers allowed to send mail (-;

2
E-Mail / Re: able to receive email but cannot send
« on: April 25, 2020, 09:58:35 AM »
Has the user been added to the Mysql database table that Postfix uses under mailbox ?

3
E-Mail / Re: Gmail Marks Emails As Spam
« on: April 25, 2020, 09:56:13 AM »
Graylisting shouldnt cause this though  it would really only force the sending server to retry before delivery is accepted at a protocol level (it will cause the message to be temporarily "rejected" until the sending server tries again after a determined time frame)


4
E-Mail / Re: Gmail Marks Emails As Spam
« on: April 25, 2020, 09:27:38 AM »
Please check that you have a ptr record from the ip to domain name the server is sending mail out from

5
Your site may be on any of the other php builds available but CWP should be on its own (now php 7.2.)
So changing the version of ioncube won’t have any effect on your sites on the server , you can run the sed command above without any worries (-;

6
Just saw this on one of my Centos 6.9 servers.
try this

sed -i "s/ioncube_loader_lin_7.0/ioncube_loader_lin_7.2/g" /usr/local/cwp/php71/php.ini
sh /scripts/restart_cwpsrv

7
CentOS 7 Problems / Re: php-fpm not installed
« on: April 24, 2020, 06:00:59 PM »
did you change your servers hostname
 cannot load certificate "/etc/pki/tls/certs/intranet.inegoladsm.gov.tr.bundle
is causing Nginx startup failure

The php-fpm issue will be resolved when you purchase pro

8
CentOS 7 Problems / Re: CWP 7 admin panel doesn't show up properly
« on: April 24, 2020, 05:57:54 PM »
check if mysql\maria is running
service mysqld status

9
Hi

When you say cwpsrv doesnt exist do you mean the folder or services , does /usr/local/cwp exist ?

check for

1.partitions not mounted on boot
2.Failed / incomplete RAID
3.damaged filesystem

10
Other / Re: Should I let my server manager to manage my server
« on: November 01, 2019, 02:40:47 PM »
He will be able to manage it with ssh and you can use CWP there is no problem with that i use only ssh my clients all use cwp for their accounts.

11
Other / Re: Restore VPS (disaster recovery)
« on: November 01, 2019, 02:37:46 PM »
you would have to explain more about what VPS what hosting, errors, restore procedure etc

12
Other / This is why we all love CWP
« on: November 01, 2019, 02:35:07 PM »
https://hostingjournalist.com/web-hosting/cpanel-says-sorry-announces-adjustments-to-its-new-licensing-model/

I hope to see many more people migrating to CWP and joining the forum and community.

13
Backup / Re: Backup Issue
« on: October 13, 2019, 05:59:36 PM »
Users could always backup by cron if they want to automate them

14
E-Mail / Re: SASL LOGIN authentication failed: UGFzc3dvcmQ6
« on: October 05, 2019, 01:40:30 PM »
try this

#
  • Enable login failure detection of SMTP AUTH connections

LF_SMTPAUTH = "3"
LF_SMTPAUTH_PERM = "1"

# Set the following to the minimum number of unique IP addresses that trigger
# LF_DISTATTACK
LF_DISTATTACK_UNIQ = "3"

# To disable set to "0"
LF_DISTSMTP = "1"

# Set the following to the minimum number of unique IP addresses that trigger
# LF_DISTSMTP. LF_DISTSMTP_UNIQ must be <= LF_DISTSMTP for this to work
LF_DISTSMTP_UNIQ = "3"

# If this option is set to 1 the blocks will be permanent
# If this option is > 1, the blocks will be temporary for the specified number
# of seconds
LF_DISTSMTP_PERM = "1"

# Send an email alert if LF_DISTSMTP is triggered
LF_DISTSMTP_ALERT = "0"

# This is the interval during which a distributed FTP or SMTP attack is
# measured
LF_DIST_INTERVAL = "300"

15
How to / Re: How to Change Site IP Address
« on: December 06, 2018, 12:14:16 PM »
you can add a www record for each domain to its own ip address and add the ip addresses to the servers network cards or as virtual to the single network card your isp will need to give you ip addresses

Pages: [1] 2 3 ... 15