EneTar
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 52
Comments
Recent activity by EneTar-
The only instance of this is at smtp_active_hostname which is set to ${lookup{$interface_address}lsearch{/etc/mail_reverse_dns}{$value}{$primary_hostname}} How should this line be?
-
Changing only the permissions to 0644 resolved this issue. I've left the user group as it is (Should I change it?) I'm wondering what caused this in the first place and set it to 0640. I'm on CENTO...
-
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...