Tomas Kuliavas wrote: >>>>>>>are you sure that workstation and server time is correct and browser >>>>>>>accepts cookies? >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>all boxes hanging on ntp and clocks do tick together synchronously >>>>>>browser accepts cookies. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>Are you sure that session directory (php session.save_path setting) is >>>>>writable by web server user? >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>dir is writable by webserver user but nothing is written >>>> >>>> >>>> >>>> >>>> >>>Please provide information about used OS and php session extension >>>settings applied to SquirrelMail scripts? >>> >>> >>> >>> >>> >>Linux 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux >>debian sarge >>squirrelmail 1.4.4 >> >> >> PHP Version 4.3.10-16 >> >>php4 out of the box debian >> >> >> session >> >>Session Support enabled >>Registered save handlers files user >> >> >>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_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 0 0 >>session.name PHPSESSID PHPSESSID >>session.referer_check /no value/ /no value/ >>session.save_handler files files >>session.save_path /var/lib/php4 /var/lib/php4 >>session.serialize_handler php php >>session.use_cookies On On >>session.use_only_cookies Off Off >>session.use_trans_sid Off Off >> >> > >Show output of 'ls -l /var/lib/php4' command. > >Are you sure that you have retrieved php configuration settings according >to http://www.squirrelmail.org/wiki/TestPHPSettings > > > Absolutely
>Could you also show PHP mbstring extension settings? > > > > mbstring > > Multibyte Support enabled > Japanese support enabled > Simplified chinese support enabled > Traditional chinese support enabled > Korean support enabled > Russian support enabled > Multibyte (japanese) regex support enabled > > > mbstring extension makes use of "streamable kanji code filter and > converter", which is distributed under the GNU Lesser General Public > License version 2.1. > > > Directive Local Value Master Value > mbstring.detect_order /no value/ /no value/ > mbstring.encoding_translation Off Off > mbstring.func_overload 0 0 > mbstring.http_input pass pass > mbstring.http_output pass pass > mbstring.internal_encoding ISO-8859-1 /no value/ > mbstring.language neutral neutral > mbstring.substitute_character /no value/ /no value/ > >Are you sure that you don't have any privacy proxy or SOHO router between >browser and web server? > > > no proxy, no router, I'm just using simple portforwarding browser requests on localhost 44444 forwarded to 192.168.1.142:80 on remote host behind fw the server has all communication with mysql, cyrus etc via localhost lo all dns entries should be OK When I use the browser on the box hosting the server via X11 forwarding I do get a satisfactory login and can use the webmail. Portforwarding does not work that seems to be the problem. there must be something between frames that does not like portforwarding. I'll try to have a double check on this and hope to come back to you with further info. but for now I can complete my instalation and try to catch up the time lost on this glitch. thanks for your time and knowledge cedric >First login attempt is src/redirect.php - password is retrieved from POST >Second and third attept is src/left_main.php and src/right_main.php - >password is retrieved from COOKIE and SESSION. > > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] 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
