Hi Tomas, hi list,
first, thanks a lot for your e-mail.
> Find out why session cookies are not used.
>
> Get Firefox browser with Live HTTP Headers extension and log all traffic
> between opening login page and getting login error notice.
I attached two files that were logged with the Live HTTP Headers extension. The first one (capture-with-ssl-proxy.txt) contains the log when I was accessing Squirrelmail through the ssl proxy. The second one (capture-without-ssl-proxy.txt) contains the log while accessing Squirrelmail through regular http.
> Create test script with
> ---
> <?php
> define('SM_PATH','../');
> include_once(SM_PATH . 'functions/global.php');
> $location = get_location();
> $baseurl = sqm_baseuri();
> var_dump($location);
> var_dump($baseurl);
> ?>
> ---
> Save it in SquirrelMail 1.4.10a src directory, open
> https://ssl-proxy.com/mydomain.com/squirrelmail/src/test.php in your
> browser and check results. First string should show
> "https://ssl-proxy.com/mydomain.com/squirrelmail/src", second one should
> show "/mydomain.com/squirrelmail/". SquirrelMail can fail to identify base
> url correctly, if your domain name contains "src", "plugins" or
> "functions"
I created your script and additionally installed Squirrelmail 1.4.10a on my server. Previously I used version 1.5.2 as suggested by Paul. I also set the $config_location_base variable to 'https://ssl-proxy.com/mydomain.com/squirrelmail' in the configuration file.
This is the output I am got after running the script:
string 1: string(74) "https://ssl-proxy.com/mydomain.com/squirrelmail/squirrelmail/src"
string 2: string(19) "/squirrelmail/"
Obviously both strings are incorrect. The first one should be "https://ssl-proxy.com/mydomain.com/squirrelmail/squirrelmail/src". And the second one should be "/squirrelmail". I ran the same test script a second time after setting $config_location_base to just 'https://ssl-proxy.com/mydomain.com'(the squirrelmail part is taken out). Here are the results:
string 1: string(56) "https://ssl-proxy.com/mydomain.com/squirrelmail/src" string(19)
string 2:
"/squirrelmail/"
This time, string 1 is correct, but string 2 is still incorrect. The domain name still missing.
> Test PHP settings (http://www.squirrelmail.org/wiki/TestPHPSettings) and
> show your session settings.
Here are my session settings as reported by phpinfo(). PHP version 5.2.3 is running on that machine:
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 1 1
> Contact admins of server and ask if they are
> setting PHP session configuration with php_admin_flag|value settings in
> webserver configuration.
I contacted my hoster by they wouldn't know what I was asking about. Can you give me some more information regarding this?
Please let me know how to proceed. And thanks again for all your help and support!
Thanks in advance,
Gregor
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT FÜR ALLE NEUEINSTEIGER
Jetzt bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket
für clevere Doppel-Sparer, nur 34,95 ? inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
https://ssl-proxy.com/mydomain.com/squirrelmail/
GET /mydomain.com/squirrelmail/ HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
HTTP/1.x 302 Found
Date: Thu, 26 Jul 2007 16:47:41 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Location: src/login.php
Content-Length: 0
Content-Type: text/html
X-Cache: MISS from ssl-proxy.com
Connection: close
----------------------------------------------------------
https://ssl-proxy.com/mydomain.com/squirrelmail/src/login.php
GET /mydomain.com/squirrelmail/src/login.php HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:41 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: SQMSESSID=deleted; expires=Wed, 26-Jul-2006 16:47:42 GMT; path=/squirrelmail/
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from ssl-proxy.com
Connection: close
Transfer-Encoding: chunked
----------------------------------------------------------
https://ssl-proxy.com/mydomain.com/squirrelmail/src/redirect.php
POST /mydomain.com/squirrelmail/src/redirect.php HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://ssl-proxy.com/mydomain.com/squirrelmail/src/login.php
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
Content-Type: application/x-www-form-urlencoded
Content-Length: 84
login_username=myuser&secretkey=mypassword&js_autodetect_results=1&just_logged_in=1
HTTP/1.x 302 Found
Date: Thu, 26 Jul 2007 16:48:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: squirrelmail_language=en_US; expires=Sat, 25-Aug-2007 16:48:01 GMT; path=/squirrelmail/
Set-Cookie: key=GSHyPnlt6ic%3D; path=/squirrelmail/
Location: webmail.php
Content-Length: 0
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from ssl-proxy.com
Connection: close
----------------------------------------------------------
https://ssl-proxy.com/mydomain.com/squirrelmail/src/webmail.php
GET /mydomain.com/squirrelmail/src/webmail.php HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://ssl-proxy.com/mydomain.com/squirrelmail/src/login.php
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:48:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: squirrelmail_language=deleted; expires=Wed, 26-Jul-2006 16:48:00 GMT; path=/squirrelmail/
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from ssl-proxy.com
Connection: close
Transfer-Encoding: chunked
----------------------------------------------------------
https://ssl-proxy.com/mydomain.com/squirrelmail/src/left_main.php
GET /mydomain.com/squirrelmail/src/left_main.php HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://ssl-proxy.com/mydomain.com/squirrelmail/src/webmail.php
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:48:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 0
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from ssl-proxy.com
Connection: close
----------------------------------------------------------
https://ssl-proxy.com/mydomain.com/squirrelmail/src/right_main.php
GET /mydomain.com/squirrelmail/src/right_main.php HTTP/1.1
Host: ssl-proxy.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://ssl-proxy.com/mydomain.com/squirrelmail/src/webmail.php
Cookie: SQMSESSID=78a980b3cc433cc44259bac49eecca3c
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:48:00 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: SQMSESSID=deleted; expires=Wed, 26-Jul-2006 16:48:04 GMT; path=/squirrelmail/
Content-Type: text/html; charset=iso-8859-1
X-Cache: MISS from ssl-proxy.com
Connection: close
Transfer-Encoding: chunked
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/
GET /squirrelmail/ HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 302 Found
Date: Thu, 26 Jul 2007 16:47:12 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Location: src/login.php
Content-Length: 0
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/src/login.php
GET /squirrelmail/src/login.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:13 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Set-Cookie: SQMSESSID=a2181b6bbbf224447d24f6490f82b94d; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/images/sm_logo.png
GET /squirrelmail/images/sm_logo.png HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/login.php
Cookie: SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:13 GMT
Server: Apache
Last-Modified: Wed, 25 Jul 2007 21:20:29 GMT
Etag: "3025af54-1ce4-14472140"
Accept-Ranges: bytes
Content-Length: 7396
Keep-Alive: timeout=1, max=98
Connection: Keep-Alive
Content-Type: image/png
----------------------------------------------------------
http://www.mydomain.com/favicon.ico
GET /favicon.ico HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 404 Not Found
Date: Thu, 26 Jul 2007 16:47:13 GMT
Server: Apache
Content-Length: 209
Keep-Alive: timeout=1, max=97
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/src/redirect.php
POST /squirrelmail/src/redirect.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/login.php
Cookie: SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
Content-Type: application/x-www-form-urlencoded
Content-Length: 127
SQMSESSID=a2181b6bbbf224447d24f6490f82b94d&login_username=myuser&secretkey=mypassword&js_autodetect_results=1&just_logged_in=1
HTTP/1.x 302 Found
Date: Thu, 26 Jul 2007 16:47:20 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: squirrelmail_language=en_US; expires=Sat, 25-Aug-2007 16:47:20 GMT; path=/squirrelmail/
Set-Cookie: key=GGpZlRszHa8%3D; path=/squirrelmail/
Location: webmail.php
Content-Length: 0
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/src/webmail.php
GET /squirrelmail/src/webmail.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/login.php
Cookie: squirrelmail_language=en_US; key=GGpZlRszHa8%3D; SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:20 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: squirrelmail_language=deleted; expires=Wed, 26-Jul-2006 16:47:19 GMT; path=/squirrelmail/
Keep-Alive: timeout=1, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/src/right_main.php
GET /squirrelmail/src/right_main.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/webmail.php
Cookie: key=GGpZlRszHa8%3D; SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:20 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=1, max=98
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/src/left_main.php
GET /squirrelmail/src/left_main.php HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/webmail.php
Cookie: key=GGpZlRszHa8%3D; SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:20 GMT
Server: Apache
X-Powered-By: PHP/5.2.3
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.mydomain.com/squirrelmail/images/sort_none.png
GET /squirrelmail/images/sort_none.png HTTP/1.1
Host: www.mydomain.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Accept: image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.mydomain.com/squirrelmail/src/right_main.php
Cookie: key=GGpZlRszHa8%3D; SQMSESSID=a2181b6bbbf224447d24f6490f82b94d
HTTP/1.x 200 OK
Date: Thu, 26 Jul 2007 16:47:21 GMT
Server: Apache
Last-Modified: Wed, 25 Jul 2007 21:20:29 GMT
Etag: "3025af55-121-14472140"
Accept-Ranges: bytes
Content-Length: 289
Keep-Alive: timeout=1, max=97
Connection: Keep-Alive
Content-Type: image/png
----------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users