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.
Pages: [1]
2
PHP Selector / PHP Selector v2 problem
« on: July 22, 2021, 07:15:10 PM »
hi, friends
I selected php 8 and php 7.4
I clicked copile, build..etc..etc
however it is available on the clients panel to select which version he wants, but it doesn't work
only works php 5.6
system adds .htaccess ai stops working and gives error
I've already done a fix, manual coforma, however if I select another php version it stops working
does anyone know how to solve? is there any bug in cwp control panel?
I selected php 8 and php 7.4
I clicked copile, build..etc..etc
however it is available on the clients panel to select which version he wants, but it doesn't work
only works php 5.6
system adds .htaccess ai stops working and gives error
I've already done a fix, manual coforma, however if I select another php version it stops working
does anyone know how to solve? is there any bug in cwp control panel?
3
E-Mail / Postfix send email from dedicated ip address
« on: July 16, 2021, 06:04:29 PM »
Hello friends
I made a procedure to exchange the ip of the sending emaol server to another ip
I used easier mode below that is in this cwp manual
http://wiki.centos-webpanel.com/postfix-send-email-from-dedicated-ip-address
:
to set server-wide for all clients
You want smtp_bind_address = 66.66.66.67 and inet_interfaces = all
or inet_interfaces = eth (whatever) that 66.66.66.67 is enabled.
and RESTART postfix
example: inet_interfaces = XXX.xxx.XXX.XXX
or exemple : inet_interfaces = eth0:5
everything ok to receive, but when I send it by webmail - SMTP Error (-1): Connection to server failed.
is there anything else i need to do?
I made a procedure to exchange the ip of the sending emaol server to another ip
I used easier mode below that is in this cwp manual
http://wiki.centos-webpanel.com/postfix-send-email-from-dedicated-ip-address
:
to set server-wide for all clients
You want smtp_bind_address = 66.66.66.67 and inet_interfaces = all
or inet_interfaces = eth (whatever) that 66.66.66.67 is enabled.
and RESTART postfix
example: inet_interfaces = XXX.xxx.XXX.XXX
or exemple : inet_interfaces = eth0:5
everything ok to receive, but when I send it by webmail - SMTP Error (-1): Connection to server failed.
is there anything else i need to do?
4
E-Mail / Rotate ip Sending Email
« on: December 09, 2020, 08:37:07 PM »
it is possible to configure to rotate email sending ip to hosting accounts
Example change ip shipping every 1 hour.
When you have 100 hosting clients on the server and these clients have 20 to 30 emails
sending daily emial is little compromised and in the cpanel I have a way to change the ip every 2 hours or more, via script, it is possible to do it even in CW,
because I'm thinking of moving from cpanel to CW
Example change ip shipping every 1 hour.
When you have 100 hosting clients on the server and these clients have 20 to 30 emails
sending daily emial is little compromised and in the cpanel I have a way to change the ip every 2 hours or more, via script, it is possible to do it even in CW,
because I'm thinking of moving from cpanel to CW
Pages: [1]