Step 1: Make sure selinux and iptables are not the problem. [r...@myserver]# getenforce Disabled
[r...@myserver]# /etc/init.d/iptables stop (Temporary for testing) then access the /webmail. If selinux is enabled, you have to disable it or configure it properly. Step 2: I am doubt on your error_log file belongs to currently configured http. [r...@myserver]# lsof -i :80 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME httpd 1517 root 3u IPv6 235651512 TCP *:http (LISTEN) httpd 1519 apache 3u IPv6 235651512 TCP *:http (LISTEN) Note the PID belongs to the user Root. Then, [r...@myserver]# lsof /var/log/httpd/error_log COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME httpd 1517 root 2w REG 8,3 643 3408919 /var/log/httpd/error_log httpd 1517 root 7w REG 8,3 643 3408919 /var/log/httpd/error_log httpd 1519 apache 2w REG 8,3 643 3408919 /var/log/httpd/error_log Both the PID must be same in my case its 1517. Step 3 : If both are ok, open your httpd.conf (/etc/httpd/conf/httpd.conf by default as per qmailtoaster installation) and search for 'squirrelmail' to make sure /etc/httpd/conf/squirrelmail.conf is included. On Tue, Aug 31, 2010 at 1:37 AM, Dain Bentley <dain.bent...@gmail.com>wrote: > centos 5.5 > > > On Mon, Aug 30, 2010 at 4:02 PM, senthil vel <senthilv...@gmail.com>wrote: > >> My error log shows the following when i am accessing a non existing page. >> >> [Mon Aug 30 15:59:12 2010] [error] [client ip] File does not exist: >> /var/www/html/test.html >> >> Always its a best practice to analyze the error log. it will solve our >> problem in most cases... In the mean time, what is your Distro? Was ruby >> installed already and using your web server? >> >> --Senthilvel >> >> >> On Tue, Aug 31, 2010 at 1:25 AM, senthil vel <senthilv...@gmail.com>wrote: >> >>> >>> Can you find the file /etc/httpd/conf/squirrelmail.conf? >>> What is the path of your main httpd.conf? >>> Does /etc/httpd/conf/squirrelmail.conf has included on it? >>> >>> Your error log of apache shows nothing? even can't find some file name or >>> something similar? >>> >>> --Senthilvel. >>> >>> >>> On Tue, Aug 31, 2010 at 1:04 AM, Dain Bentley <dain.bent...@gmail.com>wrote: >>> >>>> Thanks for the reply. >>>> I only have ruby running on the box with phusion passenger for RoR apps. >>>> Mysqld, httpd are all running. >>>> The output of /usr/share/toaster/include/admin.pass is "toaster" without >>>> the quotes. >>>> I rebooted at the "Check System Services". >>>> >>>> I'm not getting and error for the login, it just keeps asking for the >>>> password over and over. When I go to /webmail I get the URL cannot be >>>> found. >>>> >>>> >>>> On Mon, Aug 30, 2010 at 3:26 PM, senthil vel <senthilv...@gmail.com>wrote: >>>> >>>>> What is the exact error you are getting in the browser when accessing >>>>> /webmail? Is this the fresh install of qmailtoaster? Is there any other >>>>> application already running on this server. Please provide some detailed >>>>> information? What is the output of *cat >>>>> /usr/share/toaster/include/admin.pass. *Mysql is running? Rebooted >>>>> server after "Check System Services" step of installation? >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Aug 31, 2010 at 12:21 AM, Dain Bentley <dain.bent...@gmail.com >>>>> > wrote: >>>>> >>>>>> it doesn't appear my /webmail link works either. >>>>>> >>>>>> >>>>>> On Mon, Aug 30, 2010 at 2:49 PM, Dain Bentley <dain.bent...@gmail.com >>>>>> > wrote: >>>>>> >>>>>>> Nothing in the log pertaining to logging in. All I see in my log is >>>>>>> a few phusion passenger errors. >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 30, 2010 at 2:34 PM, senthil vel >>>>>>> <senthilv...@gmail.com>wrote: >>>>>>> >>>>>>>> Please post the error log ( output of "tail -f >>>>>>>> /var/log/httpd/error_log") when the server not accepting the password. >>>>>>>> >>>>>>>> --Senthilvel. >>>>>>>> >>>>>>>> On Mon, Aug 30, 2010 at 11:54 PM, Dain Bentley < >>>>>>>> dain.bent...@gmail.com> wrote: >>>>>>>> >>>>>>>>> Hello, >>>>>>>>> I've installed qmailtoaster according to the tutorial on the wiki >>>>>>>>> and when I access the admin-toaster part of the tutorial it asks for a >>>>>>>>> username and password. I put in the admin and toaster credentials >>>>>>>>> and I >>>>>>>>> can't log in. Has something changed is there another password I >>>>>>>>> should be >>>>>>>>> using? qmailtoaster >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> >