EneTar
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 52
Comments
Recent activity by EneTar-
Thank you Michael for your reply I would prefer to try first and debug this before opening a ticket. Opening the /usr/local/cpanel/logs/error_log I noticed at the same time of the error this: fail...
-
Hello, Can you let us know of any specific error messages when you attempt to deliver one of the messages in the queue? Also, what's a corresponding entry for one of the messages in the queue from...
-
In this case, the rule would look something like this: if $header_from: contains "abc.tld" or $header_from: contains "123.tld" then save "/dev/null" 660 endif Note can create filter rules in ...
-
Code: if $header_from: contains "qqq.com" or $header_from: contains "zzz.com" then if error_message then save "/dev/null" 660 else fail "Messages from this domain are blocked." endif endif Can ...
-
To block Hosts or Host ips we should use $sender_host_address or $received_ip_address instead of $header_from ?
-
Thank you Michael yes it helped a lot. Any particular reason why cPanel has set the default php_admin_flag[allow_url_fopen] to On? It could be a security risk.
-
Going to Apache Configuration through WHM I notice this message at the top of the page: This system has the following Apache override templates installed: /var/cpanel/templates/apache2_2/ssl_vho...
-
I have updated to PHP 7.0.21 (cli) (built: Jul 11 2017 16:59:59) ( NTS ) but the PATH section in /opt/cpanel/ea-php70/root/etc/php.ini gets ignored I try to override those values upload_tmp_dir= o...
-
Here is a screenshot. I tried lowercase and uppercase. I tried having one single rule only with the word unsubscribe By the way if I try "Unsubscribe" with quotes when saving the filter it saves...
-
The following is a random email that can bypass the filter rule body contains unsubscribe See attached file I couldn't write the code inline Please notice the >Unsubscribe Any ideas?