RE: [Omail-webmail-news] Installation Problem.
Brought to you by:
swix
From: Carter S. <der...@de...> - 2003-06-10 03:44:33
|
Ed, webmail2 currently won't have any "new" features.. the webmail1 code has been completely gutted.. Some of the changes that have been made: 1) broke the two perl scripts into 16 modules. 2) broke the authentication code into auth modules.. to allow for future authentication mechanisms and to establish a good auth interface.. 3) moved all configuration settings into configuration file. 4) added authtest.pl to test authentication 5) added lang/test.pl to test language modules 6) better HTML message renderer -- submitted by user. 7) added .htaccess for better apache security. I have one bug to work out before I'm comfortable in releasing webmail2... It's that a user that hasn't logged in before jumps past the new user configuration screens without setting anything. I just need to allocate some time to fixing this. Other than that, I'd like to implement multiple user defined folders -- more than just inbox, sent, trash. Carter On Fri, 2003-06-06 at 06:19, CertaintyTech wrote: > I was on the Sourceforge site and don't see any mention of webmail2. > Did I miss it? What features will it have? > > --- > Ed Henderson > Certainty Tech > http://www.certainty.net/ > > > > -----Original Message----- > > From: oma...@li... > > [mailto:oma...@li...] On > > Behalf Of Carter Smithhart > > Sent: Friday, June 06, 2003 3:44 AM > > To: omail-webmail-news > > Subject: Re: [Omail-webmail-news] Installation Problem. > > > > > > Putri, > > > > If you were using webmail2 (which hasn't had a release yet -- it is in > > CVS though), I would recommend running authtest.pl. However, > > this isn't > > webmail2, and I don't actually have vpopmail installed on any of my > > machines.. > > > > Okay.. Before seeing if omail.pl has a problem, here's a > > simple test to > > see if your authentication mechanism is working.. > > > > Put this into a file called authtest.pl, change the username and > > password, add executable permissions, then run it. > > > > #!/usr/bin/perl > > my $username = "fill in username"; > > my $password = "fill in password"; > > my $vchkpw = "/home/vpopmail/bin/vchkpw"; > > my $tmpcmd='echo -e "'.$username.'\x00'.$password.'\x00\x00" | '. > > $vchkpw.' '; > > my $home_cmd=$tmpcmd.'/bin/pwd 3<&0'; > > my $vuser_HOME=`$home_cmd`; > > $vuser_HOME=~s/\n//g; > > print "home is '$home'\n"; > > > > After you run this program, it should say something like: > > home is '/home/blarblar' > > > > if it says: > > home is '' > > > > then authentication through vchkpw isn't set up right. > > > > David Strang, if you've got a minute, since you're using vpopmail, > > perhaps you could assist a bit.. > > > > Let me know if that helps, > > > > Carter > > > > On Fri, 2003-06-06 at 00:14, put...@ho... wrote: > > > omail-webmail-0.98.4 > > > using Vpopmail by Inter7. > > > > > > Configured as. > > > my $vchkpw = '/home/vpopmail/bin/vchkpw'; > > > my $vpopmail = 1; > > > > > > Regards, > > > > > > Putri Naga. > > > > > > ----- Original Message ----- > > > From: "Carter Smithhart" <der...@de...> > > > To: <put...@ho...> > > > Sent: Friday, June 06, 2003 1:26 PM > > > Subject: Re: [Omail-webmail-news] Installation Problem. > > > > > > > > > > omail-webmail-0.98.5? Or webmail2? > > > > > > > > Also, What authentication type are you using? > > > > > > > > > > > > Carter > > > > > > > > On Thu, 2003-06-05 at 21:39, put...@ho... wrote: > > > > > Problem with User & Password authentications when > > trying to log in to > > > the > > > > > oMail webmail. > > > > > > > > > > An error "Wrong Password, please try again". > > > > > > > > > > Please advice how to resolve to problem. > > > > > > > > > > Many thanks. > > > > > > > > > > Regards, > > > > > > > > > > Putri Naga > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of > > TotalView, The best > > thread debugger on the planet. Designed with thread debugging features > > you've never dreamed of, try TotalView 6 free at www.etnus.com. > > _______________________________________________ > > Omail-webmail-news mailing list > > Oma...@li... > > https://lists.sourceforge.net/lists/listinfo/omail-webmail-news > > > |