[CentOS] Can't access Squirrelmail on Centos 8

Thu Jun 18 21:56:53 UTC 2020
Alexander Dalloz <ad+lists at uni-x.org>

Am 18.06.2020 um 23:44 schrieb Jay Hart:
> I turned on
> 
> httpd_can_network_connect --> on
> httpd_can_sendmail --> on
> 
> I restarted httpd.
> 
>>> Log file:
>>> [Thu Jun 18 17:08:31.160897 2020] [authz_core:error] [pid 10427:tid 140567258310400] [client 10.20.30.61:34096] AH01630: client denied
>>> by server configuration: /usr/share/squirrelmail/src/login.php

Jay,

the SELinux booleans are not the reason for your issue. See the error 
message, it should give you a clue: the authz_core element is spitting 
that out, that's a part of apache itself.

https://cwiki.apache.org/confluence/display/HTTPD/ClientDeniedByServerConfiguration

If you google search for "AH01630: client denied by server 
configuration:" you will get a confirmation what that error means and 
for what to look at in your apache configuration.

Alexander