Re: 404 after sending mail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




bob.33 wrote:
> 
> 
> Tomas Kuliavas wrote:
>> 
>> 
>> bob.33 wrote:
>>> 
>>> 2. configtest.php has no complaints and says, "looks fine to me!"
>>> 
>> You look at the wrong part of page. Location base test involves human.
>> You must check text written after "Base URL detected as"  and make sure
>> that it matches address displayed in browser's address bar. If you open
>> http://mail.example.org/src/configtest.php, line should say "Base URL
>> detected as: http://mail.example.org/src (location base autodetected)"
>> and not something else.
>> 
> 
> ah, yes!  i understand now.  
> in my case, http://mail.example.org/src/configtest.php reports thusly:
> Base URL detected as: http://mail.example.org (location base autodetected)
> 
> do you think i should upgrade php from 5.2.10 => 5.2.12 (i'd rather not if
> possible) or is there a fix within squirrelmail?
> 
Let's start by finding why autodetection fails. Looks like PHP_SELF is
missing. PHP upgrade should not change things. I don't see any similar
things in changelog. It might be one of FastCGI setup differences or some
SquirrelMail security updates corrupt PHP_SELF.

Could you create test script with
---
<?php
header('Content-Type: text/plain;');
var_dump($_SERVER);
---
put it in SquirrelMail src directory, run it same way as you run
configtest.php (http://mail.example.org/src/test.php) and show script
output. Replace domain info with 'example.org'. Or test PHP settings
according to SquirrelMail docs
(http://www.squirrelmail.org/wiki/TestPHPSettings) and show PHP variables
table.

-- 
Tomas
-- 
View this message in context: http://old.nabble.com/404-after-sending-mail-tp13112479p27217383.html
Sent from the squirrelmail-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux