On Tue, Feb 12, 2013 at 4:41 PM, Paul Schwetz <paul@xxxxxxxxxxx> 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 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org