I have upgraded to dbmail 1.2.5 and rebuilt PHP and I'm still experiencing the problem. I am now thinking that perhaps my PHP configuration is at fault. I realize at this point it's a little off-topic, but does anyone see any problems with my configuration below?

PHP build:
$ ./configure --prefix --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


Micah wrote:

I'd say it's likely a php session issue.. IMAP errors will not cause this error. It's caused when you access a protected page with no session information. Check the normal session stuff, cookies, passed SID's stuff like that. hope that helps. -Micah

On Monday 29 March 2004 03:14 pm, Will Berry wrote:
The basic problem is that when I correctly login to Squirrelmail I get
an error message: "You must be logged in to access this page."


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

Reply via email to