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

Pages: 1 ... 15 16 [17] 18 19
241
CentOS 7 Problems / Re: cwpsrv.service failed emerg
« on: May 11, 2018, 10:10:03 AM »
hostname change should resolve certificate issue with the hostname
From cwp save your hostname again and it wil generate a new certificate and key

If that fails you can co it from the command line (use option from cwp first as that is recommended)
Code: [Select]
sh /scripts/generate_hostname_ssl

I had the same above issue and it worked perfectly. CWP is back again.  :)

242
How to / Re: Get in touch with paid support
« on: May 11, 2018, 08:47:54 AM »

243
Updates / Re: Pure-FTP update dies!
« on: May 08, 2018, 05:12:39 PM »
Thanks @jamshed_206 this worked like a charm!

I wonder how CWP will surprise when the hostname certificate will have to be renewed.

You are welcome

244
Updates / Re: Pure-FTP update dies!
« on: May 04, 2018, 01:10:46 PM »
simply run this and restart your pure-ftpd service

Code: [Select]
cat /etc/pki/tls/private/hostname.key > /etc/pki/tls/certs/server-ftp.crt
cat /etc/pki/tls/certs/hostname.crt >> /etc/pki/tls/certs/server-ftp.crt
service pure-ftpd restart

This worked for me.

However, don't forget to change the "hostname" with your own hostname like cp.yourdomain.com

So, if my hostname is cp.mydomain.com then the commands will be

cat /etc/pki/tls/private/cp.mydomain.com.key > /etc/pki/tls/certs/server-ftp.crt
cat /etc/pki/tls/certs/cp.mydomain.com.crt >> /etc/pki/tls/certs/server-ftp.crt
service pure-ftpd restart

245
CentOS 7 Problems / Connection to remote mysql is failed
« on: May 02, 2018, 01:22:41 AM »
Hello friends,

I have two CWP servers and I want to use one for websites and other as DB server.

I tried to connect to to remote mysql server but it has failed.

Can anyone please help me to configure the mysql cwp server so that I can connect to DB server. What changes should I make to DB server to allow remote connections.

246
Is there any way to make remote backup to google drive ?

According to CWP support, they are releasing the backup module very soon which will support external locations too.

247
CentOS-WebPanel GUI / Re: Logon as user
« on: May 01, 2018, 02:22:37 AM »
So there is no way to do this? How can I then support my users if I can't log in? Or must I ask them for their credentials every time?

why does the website say it is possible?

http://centos-webpanel.com/where-is-user-panel-and-how-to-login-as-user

This link also tells that we could login to admin panel and user panel through the same link (when the login ports for both user and admin were the same 2030/2031) but now both admin and user panel have different ports.

This link does not tell us that we can directly login to clients accounts without entering the credentials.

248
SSL / Re: Want to install Wildcard SSL in CWP
« on: April 30, 2018, 04:34:16 PM »
Unfortunately I was not able to install Wildcard SSL by any mean and CWP team was not helping regarding this.

So, I have to pay CWP team to install WC SSL.  :(

249
CentOS-WebPanel GUI / Re: Logon as user
« on: April 30, 2018, 04:32:57 PM »
I have already opened a ticket with CWP team for thsi topic but this has not been implemented yet.

I hope that new versions will have this feature.

250
Suggestions / Re: Quick Search Bar in Navigation
« on: April 23, 2018, 12:48:34 AM »
That is great idea. +1 for this

251
Installation / Re: Roundcube - cannot connect to storage server
« on: April 13, 2018, 03:48:53 PM »
uninstall is not a good idea, you should check where the issue occurs and what is the exact issue, you can do that by simply checking rouncube logs
http://wiki.centos-webpanel.com/service-log-paths

Evan from CWP team was kind enough to resolve the issue. He said that I deleted the localhost entry from /etc/hosts file while I did not.

I think this happened due to change of hostname and I hope it will be fixed in upcoming updates.


252
E-Mail / Re: Problem With Email
« on: April 13, 2018, 03:38:59 PM »
Getting 10/10 at mail-tester and Also check-auth@verifier.port25.com test shows everything OK.

I submitted whitelist request to google, hotmail, etc.. buut no solution.


Any solution for this?

253
Installation / Re: Roundcube - cannot connect to storage server
« on: April 12, 2018, 02:01:37 PM »
remove dovecot

yum remove dovecot

and then reinstall it by this command

yum install dovecot

see if your problem is resolved now or not

An old post but I have the same issue.

I followed your above instructions but failed. Any solution?

I am using the latest version of CWP 6 (0.9.8.419)

254
Information / Re: VestaCP was hacked
« on: April 12, 2018, 09:40:08 AM »
Yes. I received almost 20+ orders in a day on Fiverr and Upwork for the same issue.

However, remember that when we use FREE control panel, we can't complain.

255
E-Mail / Re: roundcube cant get mail error 550 5.1.1
« on: April 09, 2018, 09:51:27 AM »
Setup DMARC record for your domain name and then try to send an email.
how? i more tryed and noting

How to add a DMARC record?

Add a TXT record named "_dmarc" with a value "v=DMARC1; p=none"

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