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.
16
E-Mail / Re: How do I REJECT one recipient in a catchAll domain?
« on: May 10, 2020, 11:30:30 PM »
Thanks for the lift... 
I found some better notes here: https://blog.tinned-software.net/permanently-reject-a-specific-email-sender-address-using-postfix/

I found some better notes here: https://blog.tinned-software.net/permanently-reject-a-specific-email-sender-address-using-postfix/
17
E-Mail / How do I REJECT one recipient in a catchAll domain?
« on: May 08, 2020, 07:35:14 AM »
Hi,
I have set up a catch All domain account. But I want to filter out a couple of email addresses and do not want to accept emails sent to those accounts. How can I make a domain virtual alias to REJECT at the SMTP transaction with 5xx error code with a custom message?
Can someone please lead me to the right direction?
Thanks..
I have set up a catch All domain account. But I want to filter out a couple of email addresses and do not want to accept emails sent to those accounts. How can I make a domain virtual alias to REJECT at the SMTP transaction with 5xx error code with a custom message?
Can someone please lead me to the right direction?
Thanks..
18
CentOS-WebPanel Bugs / Re: CPU 100% clamd
« on: May 08, 2020, 07:24:58 AM »
You got any running monit or chkroot stuff?
19
Backup / Implementation of improvement request
« on: May 04, 2020, 12:29:48 PM »
Hi,
Implementation of improvement request:
It would be great if my daily/weekly/monthly backups could be uploaded to a remote site via cURL.
There are various sites that accept temporary file storage via their API like:
Or maby that I create a bash script and after the whole backup is done, a post-backup script could be run?
Implementation of improvement request:
It would be great if my daily/weekly/monthly backups could be uploaded to a remote site via cURL.
There are various sites that accept temporary file storage via their API like:
Code: [Select]
curl -F "email=e@ma.il" -F "description=$DESC" -F "tags=Backup" -F "filesUploaded=@$f" https://blabla.hosting/uploadOr maby that I create a bash script and after the whole backup is done, a post-backup script could be run?
20
CSF Firewall / Re: CWP Support IP's?
« on: April 01, 2020, 06:19:51 AM »I'm setting up my FireWall whitelist and I'm thinking it might be a good idea to explicitly allow in all CWP Support IPs...I think you should check out:
but I can't find this suggestion or info mentioned anywhere.
Code: [Select]
cat /scripts/install_supportKey
21
CentOS 7 Problems / Apache Rebuild not running
« on: March 29, 2020, 08:51:17 AM »
Hi,
Apache Rebuild is not running on my server.
Tried
It seems patch is not installed. So I ran
But I still see no file /var/log/apache-rebuild.log as it is said to do a tail -f /var/log/apache-rebuild.log
Apache Rebuild is not running on my server.
Tried
Code: [Select]
sh apache-rebuild.sh and something caught my eye relating to line #25.It seems patch is not installed. So I ran
Code: [Select]
yum install patch -y and my apache rebuilds now.But I still see no file /var/log/apache-rebuild.log as it is said to do a tail -f /var/log/apache-rebuild.log
22
CentOS 7 Problems / Re: Can not switch php version
« on: March 26, 2020, 11:56:26 AM »
There are 3 PHP upgrade stuff going on!
Why is there so much PHP stuff anyways:
Why is there so much PHP stuff anyways:
- PHP Version Switcher v2
- PHP Selector v2
- PHP-FPM Selector
24
CentOS 7 Problems / Re: Can not switch php version
« on: March 26, 2020, 09:36:47 AM »
EPEL and Remi repositories already have php versions.
Why on earth is CWP team re-building every single PHP with all those extensions?
This, I can not understand...
Why on earth is CWP team re-building every single PHP with all those extensions?
This, I can not understand...
Code: [Select]
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install yum-utils
yum-config-manager --enable remi-php70
yum-config-manager --enable remi-php71
yum-config-manager --enable remi-php72
yum-config-manager --enable remi-php73
yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo php-...
25
CentOS 7 Problems / Re: yum update conflict
« on: March 26, 2020, 09:27:07 AM »So you had same error?Yes, exactly!
26
CentOS 7 Problems / Re: yum update conflict
« on: March 26, 2020, 09:23:24 AM »
Hi,
The thing is that ius repo was copied to cwp making updates simply in-accessible!
python36u was last updated in roughly 2017s or so afaik i guess as it says in the repo change logs..
file ... from install of python3-3.6.8-10.el7.x86_64 conflicts with file from package python36u-3.6.8-1.el7.ius.x86_64What I did to solve this was simply:
...
file ... from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
Code: [Select]
yum remove python36u python36u-libs
yum install python3 python3-libsThe thing is that ius repo was copied to cwp making updates simply in-accessible!
python36u was last updated in roughly 2017s or so afaik i guess as it says in the repo change logs..
27
CSF Firewall / Firewall > Temporary Allow and Deny IP entries Bug (The IPs Link been changed)
« on: December 12, 2019, 01:26:13 AM »
https://server:2031/***/admin/index.php?module=firewall page has a Temporary Allow and Deny IP entries part that links the IPs to the following site:
http://www.senderbase.org/lookup/?search_string=8.8.8.8
but as the URL changed, it must be lined to:
https://talosintelligence.com/reputation_center/lookup?search=8.8.8.8
http://www.senderbase.org/lookup/?search_string=8.8.8.8
but as the URL changed, it must be lined to:
https://talosintelligence.com/reputation_center/lookup?search=8.8.8.8
28
CentOS-WebPanel Bugs / Firewall > Temporary Allow and Deny IP entries Bug (The IPs Link been changed)
« on: December 12, 2019, 01:23:13 AM »
https://server:2031/***/admin/index.php?module=firewall page has a Temporary Allow and Deny IP entries part that links the IPs to the following site:
http://www.senderbase.org/lookup/?search_string=8.8.8.8
but as the URL changed, it must now be lined to:
https://talosintelligence.com/reputation_center/lookup?search=8.8.8.8
http://www.senderbase.org/lookup/?search_string=8.8.8.8
but as the URL changed, it must now be lined to:
https://talosintelligence.com/reputation_center/lookup?search=8.8.8.8
29
E-Mail / How to REJECT one recipient in a catchAll domain?
« on: December 06, 2019, 07:41:46 PM »
Hello everyone.
How can I make a domain virtual alias to REJECT at the SMTP transaction with 5XY or 5.X.Y error code with a custom message?
Can someone please lead me to the right direction?
How can I make a domain virtual alias to REJECT at the SMTP transaction with 5XY or 5.X.Y error code with a custom message?
Can someone please lead me to the right direction?
30
Postfix / Re: Greylisting
« on: December 06, 2019, 07:40:47 PM »
If possible, I would like to have that feature also...
