Nick, Here is the line from php.ini:
; You should do your best to write your scripts so that they do not require ; register_globals to be on; Using form variables as globals can easily lead ; to possible security problems, if the code is not very well thought of. ; ### MDK: This is set to On in Mandrake because a lot of existing scripts ; ### MDK: needs it to be on, and we don't want to break configuration. ; ### MDK: Turning it on is a Bad Thing (tm), but for the sake of ; ### MDK: compatibility and less technical support, we'll close our eyes ;-) register_globals = On It was set to on already. Jack D. Martin, Jr. Magic Wireless Internet Service Provider, LLC [EMAIL PROTECTED] P.O. Box 278 Oilton, OK 74052 (918) 862-1065 (918) 605-9552 cellular -----Original Message----- From: Nick Hemmesch [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 11:01 AM To: [email protected] Subject: RE: [qmailtoaster] Multiple problems > Jake, > > I just caught the first part of your reply - Yes Mandrake 10.2 and > LE2005 are one and the same. Depending on who you talk to - you get > to hear it called one or the other. The official name is Mandriva LE2005. > > I have verified that my php.ini settings are correct - I thought maybe > that was the reason for most of my problems. > > The password in /usr/share/toaster/include/admin.htpasswd is encrypted > The password in /usr/share/toaster/include/admin.pass says toaster (as > I would expect - it is the default) The vpopmail user is just a user, is it not? > Where do I change the password for that? I used the script for the > install > - shouldn't it all be correct? > > Jack > > -----Original Message----- > From: Jake Vickers [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 6:05 AM > To: [email protected] > Subject: Re: [qmailtoaster] Multiple problems > > Jack D. Martin Jr. wrote: > >>Nope: >>[EMAIL PROTECTED] magicwisp]# rpm -q selinux package selinux is not >>installed >> >>I have rebuilt my virtual server with Virtual Min, and can now send >>and receive e-mails. Only 3 problems remaining now!!! >> >> >>>> >>>>I installed on Mandrake 10.2, it appeared to be successful. It >>>>looks like I have created a major mess, any help would be >>>> >>>> >>>> > Is Mandrake 10.2 the same as Mandrake 2005? I use Redhat (and similar) > distros, so I'm not sure about Mandrake. They got my $20 for a > subscription when they (tech support) PROMISED me that the Intel > 2200B/G wireless was built into the subscription version. As it > happens, it wasn't, so I've never used their package again. > >>>>1. When I start the toaster, I can't change the password. >>>> >>>> >>>> >>>> > Check to make sure the password you used for the vpopmail user is the > same as in the /usr/share/toaster/include/admin.htpasswd and (not sure > if it's needed here) /usr/share/toaster/include/admin.pass > This could also lead to your other problems. > Hi Jack, Set register_globals = On in php.ini to set your ~/admin-toaster/ password. Then be sure to set register_globals = Off. (Restart httpd each time so php.ini gets a fresh read) Regards, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 10/16/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
