Thanks for all the suggestions. Changing the $uid_support option did not help. I have since upgraded to dbmail 1.2.5 (latest) and PHP 4.3.5 (latest) and I'm still experiencing the problem. I'm thinking now that my PHP configuration may be the cause; I'm going to play with the [Session] block for a while. Does anyone see any problems with my PHP configuration below? Can someone post their [Session] block?

PHP build:
$ ./configure --disable-rpath --enable-safe-mode --enable-force-cgi-redirect --enable-discard-path --enable-fastcgi --disable-path-info-check --with-mysql --with-openssl --with-imap-ssl --with-swf --with-zlib --with-png-dir --enable-mbstring --enable-mbregex --with-gettext


(It's version 4.3 so --enable-track-vars is forced on.)

Partial PHP configuration for my test system (the stuff that I think might matter):

[PHP]
asp_tags = On
register_globals = On
register_argc_argv = Off
output_buffering = Off
implicit_flush = Off
disable_functions =
expose_php = Off
error_reporting  =  E_ALL & ~E_NOTICE
display_errors = On
post_max_size = 8M
enable_dl = Off
safe_mode = On
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH,LIBPATH
file_uploads = On
upload_max_filesize = 2M

[SQL]
sql.safe_mode = Off

[Session]
session.save_handler = files
session.use_cookies = 1
session.use_only_cookies = 1
session.use_trans_id = 0


Jay Lee wrote:


I recall a similar problem with another DBMAIL IMAP Server.  I don't
believe DBMAIL has UID fully implemented yet, try changing $uid_support to
false.  Under conf.pl it's Menu 4 - Gen. Prefs, then 14. Enable UID
Support.  See if that helps.

Jay

Will Berry wrote:


When I login with correct information, I get an error (with src/webmail.php in the location bar): "You must be logged in to access this page."



-- Will Berry Co-founder, Second Brain website hosting http://www.secondbrainhosting.com/



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to