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.
167
CentOS 7 Problems / Re: All emails out getting connection refused
« on: June 13, 2019, 07:23:45 AM »
Can you ask ISP if port 25 is blocked?
168
E-Mail / Re: Test Message from outlook fails: The server responded: 450 4.7.1 Client host rej
« on: June 13, 2019, 07:19:43 AM »
also ask IP provider to create rdns/PTR to resolve from your IP to your server hostname
169
SSL / Re: Hostname Change due to CWP not reflecting hostname assigned VPS Provider console
« on: June 13, 2019, 07:17:40 AM »
sure thats ok
170
SSL / Re: Hostname Change due to CWP not reflecting hostname assigned VPS Provider console
« on: June 12, 2019, 10:07:05 PM »
please run sh/scripts/generate_hostname_ssl
171
Apache / Re: Apache entered failed state
« on: June 12, 2019, 10:05:45 PM »
Are you running only apache?
please change to apache+nginx and let see the outome.
Also please post here the logs you have in apache
please change to apache+nginx and let see the outome.
Also please post here the logs you have in apache
172
PHP / Re: php-ldap for one domain
« on: June 12, 2019, 10:04:02 PM »
How did you edit php.ini?
What did you add to the file?
ldap doesnt default with php on CWP and so needs to be build manually.Please contact support for assistance
What did you add to the file?
ldap doesnt default with php on CWP and so needs to be build manually.Please contact support for assistance
173
Suggestions / Re: Apache2Buddy (Apache optimization tool) for CWP and CWP PRO !
« on: June 12, 2019, 09:56:23 PM »
Thanks very much.
This will be escalated to the development team
This will be escalated to the development team
174
E-Mail / Re: DKIM Automatic
« on: June 12, 2019, 09:47:34 PM »
what do you mean by leaving DKIM??
DKIM is not automatically enabled when an account is created.
You need to rebuild mail server and check DKIM for it to be installed
After you go to DKIM to enable domain by domain
DKIM is not automatically enabled when an account is created.
You need to rebuild mail server and check DKIM for it to be installed
After you go to DKIM to enable domain by domain
175
CentOS-WebPanel Bugs / Re: Warning: file_get_contents(/usr/local/cwpsrv/htdocs/resources/conf/slave_dns/sla
« on: June 12, 2019, 09:43:27 PM »
what do you mean by new hosting?? new account?
176
SSL / Re: SSL for Hostname
« on: June 12, 2019, 09:40:38 PM »
make sure you have a hostname which resolves to your Public IP.
then go to CWP.Admin -> Server settings -> click Change hostname( this will set hostname and install SSL to the hostname)
After restart cwpsrv from the terminal by running the command below
sh /scripts/restart_cwpsrv
then go to CWP.Admin -> Server settings -> click Change hostname( this will set hostname and install SSL to the hostname)
After restart cwpsrv from the terminal by running the command below
sh /scripts/restart_cwpsrv
177
CentOS 7 Problems / Re: cgi-fcgi
« on: June 12, 2019, 09:37:13 PM »
cgi is the php selector 2(new) and fcgi is the php-fpm selector.
Both requires CWPpro to work.
If you have CWPpro, you will need to install the various options you want and use webserver settings -> Webserver domain conf and select your webservers and the php versions
please check this article - http://wiki.centos-webpanel.com/how-many-php-versions-i-can-run-on-the-single-server
Both requires CWPpro to work.
If you have CWPpro, you will need to install the various options you want and use webserver settings -> Webserver domain conf and select your webservers and the php versions
please check this article - http://wiki.centos-webpanel.com/how-many-php-versions-i-can-run-on-the-single-server
178
Apache / Re: SubDomain
« on: June 12, 2019, 09:30:49 PM »
Can you please give more details?
How was the subdomain created? CWP.Admin -> Domains -> Add subdomain.
the subdomain should always come after the public_html.
For example, If you enter /public_html/subdomain1 then the path will be /home/mywebsite/public_html/subdomain1
How was the subdomain created? CWP.Admin -> Domains -> Add subdomain.
the subdomain should always come after the public_html.
For example, If you enter /public_html/subdomain1 then the path will be /home/mywebsite/public_html/subdomain1
179
Postfix / Re: Two Postfix email server sync emails
« on: June 12, 2019, 09:09:17 PM »
You need to implement some form of load balancing as described here
http://www.linuxpcfix.com/postfix-load-balancing-and-high-availability-with-haproxy/ and https://www.haproxy.com/blog/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/
http://www.linuxpcfix.com/postfix-load-balancing-and-high-availability-with-haproxy/ and https://www.haproxy.com/blog/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/
180
Information / Re: ssh disable root login
« on: June 12, 2019, 09:04:55 PM »
the private was created with the root user and cant be used by another user.
If you want to use another user, follow the steps below:
1. useradd username
2. passwd username
3. usermod -aG wheel username
Please replace username with the name of the user you want to create
You can now use sudo to perform all administrative task
For example - sudo [COMMAND]
If you want to use another user, follow the steps below:
1. useradd username
2. passwd username
3. usermod -aG wheel username
Please replace username with the name of the user you want to create
You can now use sudo to perform all administrative task
For example - sudo [COMMAND]