> On Thu, 18 Jun 2020 16:11:01 -0400 > Jay Hart wrote: > >> Any suggestions???? > > selinux issue?I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue.> > I have this in my squirrelmail notes for Centos 6, maybe this is a similar issue for you on Centos 8: > > After configuring squirrelmail, do this to make selinux accept squirrelmail connections: > > setsebool -P httpd_can_network_connect 1 > > (The -P makes it permanent across reboots. This command takes quite a while to run, so don't worry about the waiting) > > Then this to allow apache to connect to sendmail: > > setsebool -P httpd_can_sendmail 1 > > Also takes a long time to run.I am not using selinux on Centos 6, so those options are not set on C6. I have not tried either of those options above on C8. I wanted to check to see if those Directory options I listed in my OP were hosed, correct, etc.> > Note that in SquirrelMail versions 1.5.0 and up, if you are accessing configtest.php from any place other than the machine where > SquirrelMail is installed, you'll need to make sure $allow_remote_configtest is enabled in your configuration file to do so (or see "11. > Tweaks" ==> "7. Allow remote configtest" in the configuration utility). If you do that, be sure to disable it again when you are finished. > >I'm using v 1.4.23-svn.> > -- > Can we uninstall 2020 and install it again? This one has a virus. > MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >Jay
>> On Thu, 18 Jun 2020 16:11:01 -0400 >> Jay Hart wrote: >> >>> Any suggestions???? >> >> selinux issue? > > I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue. > >> >> I have this in my squirrelmail notes for Centos 6, maybe this is a similar issue for you on Centos 8: >> >> After configuring squirrelmail, do this to make selinux accept squirrelmail connections: >> >> setsebool -P httpd_can_network_connect 1 >> >> (The -P makes it permanent across reboots. This command takes quite a while to run, so don't worry about the waiting) >> >> Then this to allow apache to connect to sendmail: >> >> setsebool -P httpd_can_sendmail 1 >> >> Also takes a long time to run.Both of those are turned 'off' (0). Also, my testing is from a remote machine.> > I am not using selinux on Centos 6, so those options are not set on C6. I have not tried either of those options above on C8. I wanted to > check to see if those Directory options I listed in my OP were hosed, correct, etc. > >> >> Note that in SquirrelMail versions 1.5.0 and up, if you are accessing configtest.php from any place other than the machine where >> SquirrelMail is installed, you'll need to make sure $allow_remote_configtest is enabled in your configuration file to do so (or see "11. >> Tweaks" ==> "7. Allow remote configtest" in the configuration utility). If you do that, be sure to disable it again when you are >> finished. >> >> > > I'm using v 1.4.23-svn. > >> >> -- >> Can we uninstall 2020 and install it again? This one has a virus. >> MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > Jay > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
Am 18.06.2020 um 22:37 schrieb Jay Hart:>> On Thu, 18 Jun 2020 16:11:01 -0400 >> Jay Hart wrote: >> >>> Any suggestions???? >> selinux issue? > I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue.Frank was hinting to SELinux preventing access. A valid guess, especially as you have installed the webapp in a very uncommon path where default SELinux does know nothing about. So check the audit.log for AVC or use ausearch. And of course check the webserver's logfile. Always the logs! They have the neccessary information your need to debug your situation. Alexander
> Am 18.06.2020 um 22:37 schrieb Jay Hart: >>> On Thu, 18 Jun 2020 16:11:01 -0400 >>> Jay Hart wrote: >>> >>>> Any suggestions???? >>> selinux issue? >> I turned the firewall off and tried to access /webmail and the configtest file, Turning off the firewall resulted in same issue. > > Frank was hinting to SELinux preventing access. A valid guess, > especially as you have installed the webapp in a very uncommon path > where default SELinux does know nothing about. So check the audit.log > for AVC or use ausearch. > > And of course check the webserver's logfile. Always the logs! They have > the neccessary information your need to debug your situation. > > AlexanderI enabled both those options. tried to access again, same issue. 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 After changing those options, do I need to restart service[s], or reboot?> > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >