Re: [SM-USERS] Error in read message

2006-03-12 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Márcio, On Friday, March 10, 2006, Márcio wrote: > Good day, > I'm using squirrelmail version 1.4.2. In determined moments we are > facing problems as the presented one below perhaps (they can be the > very great messages, this is possible to happe

Re: [SM-USERS] values for the 'Flags' field in message list

2006-03-12 Thread Fredrik Jervfors
> Greets, > > I am using SM 1.4.6 > > Does anyone know the possible values for the 'Flags' column in the > message list? > > There is a column 'Flags' under Options --> Index Order. Is there a list > of what values the flags can have? > > I believe the '+' is for non-text messages and the '!' is f

[SM-USERS] values for the 'Flags' field in message list

2006-03-12 Thread smail
Greets, I am using SM 1.4.6 Does anyone know the possible values for the 'Flags' column in the message list? There is a column 'Flags' under Options --> Index Order. Is there a list of what values the flags can have? I believe the '+' is for non-text messages and the '!' is for high importance

Re: [SM-USERS] login statistic?

2006-03-12 Thread Fredrik Jervfors
>>> I'd like to have a list of users who have not logged in to my >>> Squirrel server, or when they loggin in. I guess I need a bash script >>> to scan through the pref files. Any suggestions? >> >> >> One way of doing this is to use the Show User and IP plugin... > > > The more robust way to do th

Re: [SM-USERS] login statistic?

2006-03-12 Thread Paul Lesneiwski
> > I'd like to have a list of users who have not logged in to my Squirrel > > server, or when they loggin in. I guess I need a bash script to scan > > through the pref files. Any suggestions? -- > > Pål Monstad > > One way of doing this is to use the Show User and IP plugin >

Re: [SM-USERS] login statistic?

2006-03-12 Thread Fredrik Jervfors
>> That's a SquirrelMail setting. Run "config/conf.pl" and select "4. >> General Options" and set "5. Usernames in Lowercase" to "true". >> >> "Some IMAP servers only have lowercase letters in the usernames >> but they still allow people with uppercase to log in. This causes a >> problem with the

Re: [SM-USERS] login statistic?

2006-03-12 Thread Pål Monstad
I have made a script I think will do what I want, make a list of users and when they logged in, sorted by time stamp of pref file. Requires the Show User and IP address plugin. I run the script from Webmin. Sorry, but the comments are in Norwegian... #!/bin/bash #Fjern forrige versjon og sett

Re: [SM-USERS] login statistic?

2006-03-12 Thread Fredrik Jervfors
>> You can test this yourself, but it looks like the plugin saves the IP, >> host and date, regardless of if the end user chooses to display them or >> not. This means that it doesn't matter how the end user configures the >> plugin settings, since the data is stored anyway, i.e. the pref-file is >

Re: [SM-USERS] login statistic?

2006-03-12 Thread Pål Monstad
You can test this yourself, but it looks like the plugin saves the IP, host and date, regardless of if the end user chooses to display them or not. This means that it doesn't matter how the end user configures the plugin settings, since the data is stored anyway, i.e. the pref-file is always mod

Re: [SM-USERS] login statistic?

2006-03-12 Thread Fredrik Jervfors
>> One way of doing this is to use the Show User and IP plugin >> , since it writes a >> timestamp in the end users preferences on every login. All you have to >> do is to grep/select that preference key (it's "my_last_date" in the >> version I'm

Re: [SM-USERS] login statistic?

2006-03-12 Thread Pål Monstad
One way of doing this is to use the Show User and IP plugin , since it writes a timestamp in the end users preferences on every login. All you have to do is to grep/select that preference key (it's "my_last_date" in the version I'm using) and con

Re: [SM-USERS] squirrelmail plugin problem

2006-03-12 Thread Fredrik Jervfors
> I have plugged squirrelmail with qmail now problem is that when i > download new plugins from squirrelmail website , i want to know how i > will plu them in squirrelmail bcvz i untar these plugins in mail > directory of squirrelmauil but it does not show in plugins .Plz advice me > how to impleme

Re: [SM-USERS] login statistic?

2006-03-12 Thread Fredrik Jervfors
> I'd like to have a list of users who have not logged in to my Squirrel > server, or when they loggin in. I guess I need a bash script to scan > through the pref files. Any suggestions? -- > Pål Monstad One way of doing this is to use the Show User and IP plugin

[SM-USERS] login statistic?

2006-03-12 Thread Pål Monstad
I'd like to have a list of users who have not logged in to my Squirrel server, or when they loggin in. I guess I need a bash script to scan through the pref files. Any suggestions? -- Pål Monstad