All this checks out. The squirrelmail.conf and the toaster.conf are in the httpd.conf file. Output of lsof is the following:
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME httpd 3952 root 3u IPv6 11597 TCP *:http (LISTEN) httpd 3964 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3965 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3966 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3967 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3968 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3969 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3970 apache 3u IPv6 11597 TCP *:http (LISTEN) httpd 3971 apache 3u IPv6 11597 TCP *:http (LISTEN) [r...@xxxx conf]# lsof /var/log/httpd/error_log COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME httpd 3952 root 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3952 root 7w REG 253,1 72236 2228418 /var/log/httpd/error_log Applicati 3959 root 1w REG 253,1 72236 2228418 /var/log/httpd/error_log Applicati 3959 root 2w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3960 root 1w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3960 root 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3964 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3964 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3965 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3965 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3966 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3966 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3967 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3967 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3968 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3968 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3969 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3969 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3970 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3970 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3971 apache 2w REG 253,1 72236 2228418 /var/log/httpd/error_log httpd 3971 apache 7w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3978 nobody 1w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3978 nobody 2w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3982 nobody 1w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3982 nobody 2w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3987 nobody 1w REG 253,1 72236 2228418 /var/log/httpd/error_log ruby 3987 nobody 2w REG 253,1 72236 2228418 /var/log/httpd/error_log iptables is off and I disabled selinux when I first installed the box. Just to be sure I ran setup and disabled it again. Still a no go. Thanks for your help. On Mon, Aug 30, 2010 at 4:34 PM, senthil vel <[email protected]> wrote: > 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 <[email protected]>wrote: > >> centos 5.5 >> >> >> On Mon, Aug 30, 2010 at 4:02 PM, senthil vel <[email protected]>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 <[email protected]>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 >>>> <[email protected]>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 <[email protected]>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 < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> it doesn't appear my /webmail link works either. >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 30, 2010 at 2:49 PM, Dain Bentley < >>>>>>> [email protected]> 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 <[email protected] >>>>>>>> > 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 < >>>>>>>>> [email protected]> 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 >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >> >
