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.
91
CentOS-WebPanel Bugs / Setting the right PHP cron command
« on: November 19, 2018, 02:51:49 PM »
Hello,
Can you please advise the best way to find the right path for php CRON execution commands?
Eg I try
* * * * * /usr/local/bin/php -q /home/user/public_html/comomand:run 2>&1
And it is not working...
Can you please advise the best way to find the right path for php CRON execution commands?
Eg I try
* * * * * /usr/local/bin/php -q /home/user/public_html/comomand:run 2>&1
And it is not working...
92
E-Mail / Re: New install send all email via external SMTP even for local domains
« on: July 30, 2018, 07:38:21 AM »93
E-Mail / Re: Mail routing for main domain
« on: July 30, 2018, 07:30:16 AM »
Yes, when I created a samle@mydomain.com mailbox, I had available the option to CHANGE to REMOTE mail exchanger in my IP:2030/admin/index.php?module=mx_routing
Thanks!
Thanks!

94
E-Mail / Re: New install send all email via external SMTP even for local domains
« on: July 26, 2018, 10:39:40 AM »...in recall in Cpanel you can set it so that all email is routed via an external MX lookup even for local domains.
CWP dosnt seem to have this option
...
How can we do that with CWP please?
95
E-Mail / Re: Open 465 port
« on: July 26, 2018, 07:47:07 AM »
At my first message I wrote:
...But problem remains. And if I disable firewall again I receive:QuotePort 25 OK
Port 2525 OK
Port 587 OK
Port 465 not opened on your server errornum: 0 :
96
E-Mail / Re: Open 465 port
« on: July 26, 2018, 07:16:52 AM »
I received from Datacenter: "We don't block any port. It is possible to be a configuration problem in your firewall."
Have I somehow to exclude an account in order to use Port 465?
Have I somehow to exclude an account in order to use Port 465?
97
E-Mail / Re: Open 465 port
« on: July 26, 2018, 06:38:11 AM »
I receive:
Quote
...
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 1317/master
tcp 0 0 0.0.0.0:2030 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2095 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2031 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:2096 0.0.0.0:* LISTEN 954/cwpsrv: master
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 1317/master
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1317/master
tcp6 0 0 :::587 :::* LISTEN 1317/master
tcp6 0 0 :::465 :::* LISTEN 1317/master
tcp6 0 0 :::25 :::* LISTEN 1317/master
[root@vps ~]#
98
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 10:03:15 AM »
If you do use PRO, then send them a private ticket for that...
99
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 09:50:51 AM »
OK, choose ONE website and check what is it using...? PHP Mail?
Have you set up and WP SMTP plugin?
Have you set up and WP SMTP plugin?
100
E-Mail / Open 465 port
« on: July 25, 2018, 09:39:41 AM »
Hello,
I am trying to use Amazon SES for my websites at my CWP server.
My SES credentials work fine and tested locally through Thunderbird. Under a port check from my website online I receive:
I have also added at /admin/index.php?module=file_editor&file=/etc/csf/csf.conf the 465 at
# Allow outgoing TCP ports
and
# Allow incoming TCP ports
But problem remains. And if I disable firewall again I receive:
I am trying to use Amazon SES for my websites at my CWP server.
My SES credentials work fine and tested locally through Thunderbird. Under a port check from my website online I receive:
Quote
Port 25 OK
Port 2525 not opened on your server errornum: 111 : Connection refused
Port 587 OK
Port 465 not opened on your server errornum: 0 :
I have also added at /admin/index.php?module=file_editor&file=/etc/csf/csf.conf the 465 at
# Allow outgoing TCP ports
and
# Allow incoming TCP ports
But problem remains. And if I disable firewall again I receive:
Quote
Port 25 OK
Port 2525 OK
Port 587 OK
Port 465 not opened on your server errornum: 0 :
101
E-Mail / Re: mail is not sending from wordpress
« on: July 25, 2018, 09:30:57 AM »
Hello,
First choose one website. Is it WordPress? If yes, what setup do you have? Does it use PHP Mail or SMTP?
First choose one website. Is it WordPress? If yes, what setup do you have? Does it use PHP Mail or SMTP?
102
How to / Re: Process Limit
« on: July 20, 2018, 08:34:28 AM »set it to 100 and open files to 500
That is the maximum setup for CWP accounts limit performance please?
103
Apache / Re: Websites work only with 755 at public_html
« on: July 14, 2018, 08:44:59 AM »
I migrated a website to a new CWP installation and it works under 750
I can not understand why the previous installation works only with 755 at /public_html
I can not understand why the previous installation works only with 755 at /public_html
104
Apache / Re: Websites work only with 755 at public_html
« on: June 26, 2018, 12:59:39 PM »
So it is no problem, for security issues to leave /public_html to 755?
Is it OK?
Is it OK?
105
Apache / Re: Websites work only with 755 at public_html
« on: June 25, 2018, 06:29:18 AM »
Have I to set for /public_html 750 or let it 755 as it is working now?