Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread Don Russell
Paul Lesniewski wrote: > On 7/18/06, Don Russell <[EMAIL PROTECTED]> wrote: > >> Paul Lesniewski wrote: >> >>> On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: >>> >>> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: > Once you have HT

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread zamri
On Wed, July 19, 2006 7:20 am, Paul Lesniewski wrote: > On 7/18/06, Don Russell <[EMAIL PROTECTED]> wrote: >> Paul Lesniewski wrote: >> > On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: >> > >> >> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: >> >> >> >> >> >>> Once you have HT

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread zamri
On Wed, July 19, 2006 6:05 am, Don Russell wrote: > Paul Lesniewski wrote: >> On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: >> >>> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: >>> >>> Once you have HTTPS working, then I recommend using the secure_login plugin for S

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread Paul Lesniewski
On 7/18/06, Don Russell <[EMAIL PROTECTED]> wrote: > Paul Lesniewski wrote: > > On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > > > >> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: > >> > >> > >>> Once you have HTTPS working, then I recommend using the secure_login > >>> plugi

Re: [SM-USERS] Please help me for secure SquirrelMail

2006-07-18 Thread Don Russell
Paul Lesniewski wrote: > On 7/14/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > >> On Fri, Jul 14, 2006 at 08:13:41AM -0400, Chris Hilts wrote: >> >> >>> Once you have HTTPS working, then I recommend using the secure_login >>> plugin for SquirrelMail >>> >> What is that plugin good f

Re: [SM-USERS] SQM 1.5.1 and Problems with the received date

2006-07-18 Thread Stefan Moessner
>> Hello all, >> >> >> today I took SQM 1.5.1 online with life data. Now I have the following >> problem: >> >> >> The messages are sortetd by the date of taking away from pop server. It >> would be better sorting them by the real receiving date. >> >> With SQM 1.4.5 and above there was an option

Re: [SM-USERS] Odd Trouble w/ a User's Inbox in SquirrelMail

2006-07-18 Thread Tomas Kuliavas
>>> I'm having a weird problem. I just upgraded our Mac Xserve G5 from Mac >>> OS Server 10.3.9 to 10.4.7 (it was a straightforward upgrade, so the >>> various versions of the imap server, PHP, etc would be the standard >>> install for a Mac Server running 10.4.7). >>> >>> After the upgrade, one of

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
/usr/bin/perl --versionThis is perl, v5.8.4 built for x86_64-linux-thread-multi  /usr/local/bin/perl --versionThis is perl, v5.8.4 built for x86_64-linux-thread-multi use #!/usr/bin/perl or #!/usr/local/bin/perl in test.pl file header.  Both show me the same error as before. They both link to the v

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> 2006/7/18, Tomas Kuliavas <[EMAIL PROTECTED]>: >> >> >> Ok. >> >> >> >> let's load all modules that are loaded by SM. >> >> >> >> --test.pl script-- >> >> #!/usr/bin/env perl >> >> use Cwd; >> >> print "Hello world\n"; >> >> >> >> sub some_subroutine { >> >> use IO::Socket; >> >> } >> >> --- >>

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
2006/7/18, Tomas Kuliavas <[EMAIL PROTECTED]>: >> Ok. let's load all modules that are loaded by SM. --test.pl script-->> #!/usr/bin/env perl>> use Cwd;>> print "Hello world\n"; sub some_subroutine {>>   use IO::Socket;>> }>> --->>> Hi,>> now again comes a similiar error thread:>> Can't

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
>> Ok. >> >> let's load all modules that are loaded by SM. >> >> --test.pl script-- >> #!/usr/bin/env perl >> use Cwd; >> print "Hello world\n"; >> >> sub some_subroutine { >> use IO::Socket; >> } >> --- > > > Hi, > > now again comes a similiar error thread: > > Can't load '/usr/local/lib/perl/5.

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Ok.let's load all modules that are loaded by SM.--test.pl script-- #!/usr/bin/env perluse Cwd;print "Hello world\n";sub some_subroutine {  use IO::Socket;}---Hi,now again comes a similiar error thread:Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.so' for module IO: /usr/local/lib/perl/5.8.4/auto

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
>> --test.pl script-- >> #!/usr/bin/env perl >> print "Hello world\n"; >> --- > > > I've tried that script and it worked fine... Ok. let's load all modules that are loaded by SM. --test.pl script-- #!/usr/bin/env perl use Cwd; print "Hello world\n"; sub some_subroutine { use IO::Socket; } ---

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
--test.pl script--#!/usr/bin/env perlprint "Hello world\n";--- I've tried that script and it worked fine...  Perl script is totally unrelated to SquirrelMail. I suspect that it will break in your environment too.Please check your environment variables. Maybe you have more than one Perlinstallation

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> Hi, > > thanks for your reply! > > SquirrelMail package does not include Perl. Please contact your webhosting >> provider and ask to check their Perl installation. > > > I allready did so, they said everything's fine with their install. But i > can't believe it, cause it worked fine over 2 years

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Hi,thanks for your reply!SquirrelMail package does not include Perl. Please contact your webhosting provider and ask to check their Perl installation.I allready did so, they said everything's fine with their install. But i can't believe it, cause it worked fine over 2 years and now...Last time they

Re: [SM-USERS] error using conf.pl

2006-07-18 Thread Tomas Kuliavas
> Hi list! > > This is my first post so please be gentle ;) > > It seems like my webspace provider changed something a couple of weeks ago > but he can't figure out what > > Version: 1.4.6 > > Since that i get an error message using conf.pl > > Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.s

[SM-USERS] error using conf.pl

2006-07-18 Thread blacknight .
Hi list!This is my first post so please be gentle ;)It seems like my webspace provider changed something a couple of weeks ago but he can't figure out whatVersion: 1.4.6Since that i get an error message using conf.pl Can't load '/usr/local/lib/perl/5.8.4/auto/IO/IO.so' for module IO: /usr/loca