Squirrelmail Not working after upgrade to Fedora 18

Jared K. Smith jsmith at fedoraproject.org
Tue Feb 12 22:14:11 UTC 2013


On Tue, Feb 12, 2013 at 4:41 PM, Paul Schwetz <paul at schwetz.net> wrote:
> The only error that I can find is in the httpd error log:
>
> [authz_core:error] [pid 19455] [client ::1:34474] AH01630: client denied by
> server configuration: /usr/share/squirrelmail/scr
>
> however, I don't have a clue as to what that means.  All permissions are
> correct, as far as I know.

Have you checked /etc/httpd/conf.d/squirrelmail.conf?  In particular,
the line that says (at least by default):

Require all denied

You'd have to change that line to something like "Require host
127.0.0.1" (for only local access) and reload httpd to allow clients
to connect to SquirrelMail.  Note that this syntax has changed from
previous versions of Apache, which used "Order deny,allow" and "Deny
from all" lines to deny traffic.  This page might help you understand
the changes: http://httpd.apache.org/docs/2.4/upgrading.html

--
Jared Smith


More information about the users mailing list