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.


Topics - become

Pages: 1 2 [3]
31
How to / SSH give access to /home/[user] directory
« on: July 16, 2017, 06:57:41 PM »
Hello

How can I give access to /home/[user] directory throw SSH ?

32
How to / Shell access - options difference
« on: July 16, 2017, 06:32:40 PM »
Hello

** For User accounts its best to disable shell access, by default when creating new account shell is disabled.
Why ? Is it not safe in CWP ?

What is the difference between existing options in "Set Shell As" ??

33
How to / Enable SSH access for cwp user account
« on: July 16, 2017, 06:06:36 PM »
I try to give SSH access for one CWP user account.
I used Change Users Shell Access function but after edit and set any of the options
I can't login via ssh.
Which options is most secure.
Can user logged via SSH delete vhost or postfix config ??

34
How to / Enable SSH access for CWP User
« on: July 16, 2017, 05:57:54 PM »
I have create CWP Account. How can I access vai SSH for this account ?
Is it safe ?

35
CentOS 7 Problems / Enable SSH access for CWP User
« on: July 16, 2017, 05:25:10 PM »
Hello.

How can I enable SSH access for CWP User that he can login to server via Putty

36
Information / quota in CWP
« on: June 21, 2017, 12:56:38 PM »
How CWP face wit quoat and package limit.
For example. I create package that have 5GB disc limit

/home/user1 is used 2GB
all user1's emails used 2GB
all user1's database use 200 MB

What happend  if user1's use 4GB for all email accounts ??
How CWP willinform about quota exceed ?

37
How to / Create account via API without backup enable
« on: June 07, 2017, 11:29:21 AM »
Hello

How can I create account via API but without enable backup ?

38
Addons / Change user password via API
« on: May 30, 2017, 04:48:03 PM »
I want to write API function for change user password.
I see php files are encrypted so I do not know how start with it.
Any help ?

39
I have error in maillog
 Can't open log file /var/log/dovecot.log: Permission denied

How to fix it ?

40
E-Mail / 2 different SMTP port in the same time
« on: April 09, 2017, 07:08:51 AM »
Hello. I need to configure SMTP to use 25 and 2525 port in the same time.
Sometimes port 25 is blocked for security at internet provider.
How to do this ?

41
E-Mail / How can I create email account for subdomain ?
« on: September 21, 2016, 10:04:52 AM »
I don't see such option.

42
MySQL / Problem with PDO
« on: September 08, 2016, 06:11:40 PM »
I have this problem when use PDO with CWP

https://bugs.php.net/bug.php?id=44341

It is looks like it is driver problem.

What driver CWP use ?

43
SPF / SPF record no added
« on: March 25, 2015, 08:11:25 PM »
When I check add SPF record nothing happend. I need do it manually.

44
E-Mail / No getting email in inbox
« on: March 25, 2015, 07:11:09 AM »
I have created account with domain. Created email account. I can sent email from this account. But when I try send email to this account I don't get it in inbox. Why ?

45
DNS / How to configure multiple vps with one domain and subdomains
« on: March 21, 2015, 04:03:08 PM »
Hello. I am new in this panel and do not know good DNS but.
I have 1 dedicated and 2 VPS. Dedicated server use cPanel and VPS use CWP.
Name it D1, V1 and V2 server.

I have one domain: domain.com
I want to use this one domain with all servers. Use subdomain for vps server.
I want delegate: vps1.domain.com to V1 and vps2.domain.com to V2 and create name servers.
So I want it will be like this:

========= D1 ==========
panel: cPanel
domain: domain.com
IP: 10.10.10.1
NS:
  ns1.domain.com
  ns2.domain.com

DNS configuration:

domain.com. 86400 IN NS ns1.domain.com.
domain.com. 86400 IN NS ns2.domain.com.
domain.com. 14440 IN A 10.10.10.1
ns1 14440 IN A 10.10.10.1
ns2 14440 IN A 10.10.10.1

========== V1 =========
panel: CWP
domain: vps1.domain.com
IP: 10.10.10.10
NS:
  ns1.vps1.domain.com
  ns2.vps1.domain.com

========== V2 =========
panel: CWP
domain: vps2.domain.com
IP: 10.10.10.20
NS:
  ns1.vps2.domain.com
  ns2.vps2.domain.com

----

What should I change in D1, S1 and S2 server DNS configuration to make it work ?? Thank You.

Pages: 1 2 [3]