[SM-USERS] error when passby login.php

2007-11-30 Thread Patrick DUBAU
SM : 1.5.1
PHP : 4.4
Apache : 2.2.3
OS : debian etch


Hi,


users launch squirremail through  our portal (only one identification
needed), so we  have  our own application  with  the  following link :

http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password

but trying that gives the message : You must be logged in to access this page.

In SM 1.4.9a it works wery well

Is there any solution ?
Thx




-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] error when passby login.php

2007-11-30 Thread Patrick DUBAU
Paul Lesniewski a écrit :
> On Nov 30, 2007 12:21 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
>   
>> SM : 1.5.1
>> PHP : 4.4
>> Apache : 2.2.3
>> OS : debian etch
>>
>>
>> Hi,
>>
>>
>> users launch squirremail through  our portal (only one identification
>> needed), so we  have  our own application  with  the  following link :
>>
>> http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
>>
>> but trying that gives the message : You must be logged in to access this 
>> page.
>>
>> In SM 1.4.9a it works wery well
>>
>> Is there any solution ?
>> 
>
> Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
> to be supported.
>
> Also note that you are exposing your system - it is very vulnerable
> when you pass passwords in plaintext in the query string.
>
>
>   
ok i just installed SM 1.5.2 but it still doesn't work ( the same message)



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Unable to read messages

2007-11-30 Thread Paul Lesniewski
On Nov 30, 2007 1:22 PM, Len Laulainen <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I am running:
>
> SM version 1.4.11
>
> Apache  2.0.59
>
> PHP  5.2.0
>
> Dovecot  1.08
>
>
>
> I upgraded the dovecot installation, but still am unable to read mail
> messages.
>
>
>
> The mail logs indicate:
>
>
>
> dovecot: imap-login: Login: user=, method=PLAIN, rip=:::127.0.0.1,
> lip=:::127.0.0.1, secured
>
>
>
> No error messages in error_log
>
>
>
> Entry from access_log is:
>
>
>
>
>
> "GET
> /webmail/src/read_body.php?mailbox=INBOX&passed_id=3712425277&startMessage=1
> HTTP/1.1" 200 1477
>
>
>
> any ideas?

Please reply to threads by using in-line posting and not removing
previous thread context.  Whatever error you get in SM is lost in a
previous post.  Also, please post in plain text ONLY.  If you have
doubts, read our posting guidelines first (which you should have done
already).

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] [SOLVED] error when passby login.php

2007-11-30 Thread Paul Lesniewski
>  SM : 1.5.1
>  PHP : 4.4
>  Apache : 2.2.3
>  OS : debian etch
> 
> 
>  Hi,
> 
> 
>  users launch squirremail through  our portal (only one identification
>  needed), so we  have  our own application  with  the  following link :
> 
>  http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
> 
>  but trying that gives the message : You must be logged in to access this 
>  page.
> 
>  In SM 1.4.9a it works wery well
> 
>  Is there any solution ?
> 
> 
> >>> Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
> >>> to be supported.
> >>>
> >>> Also note that you are exposing your system - it is very vulnerable
> >>> when you pass passwords in plaintext in the query string.
> >>>
> >> ok i just installed SM 1.5.2
> >>
> >
> > Thank you.
> >
> >
> >> but it still doesn't work ( the same message)
> >>
> >
> > Please show your mail log entries for this event, and describe the
> > format of your FULL IMAP account names.  Are you using Login Manager
> > (vlogin)?
> >
> >
> what i did :
> - my URL is
> http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
> - in redirect.php line 34 i add :
> $login_username=$_GET['login_name'];

"login_name" isn't even in your URL

> $secretkey=$_GET['secretkey'];
> => is not very clean i admit but it works for me

Line 34 already does the same thing:

sqGetGlobalVar('login_username', $login_username);
sqGetGlobalVar('secretkey', $secretkey);

I don't know what is wrong in your particular case, but I just
re-tested 1.5.2 with this URL:

http://example.org/webmail/src/redirect.php?login_username=jose&secretkey=pwd

And it works fine.  For testing, right after the lines I showed above
(line 37), I put this:

echo "LOGIN USER: $login_usernamePASS: $secretkey";exit;

You do not need to patch SM for it to work in this way.

 - Paul

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Using a Webpage as a Mailer!

2007-11-30 Thread Paul Lesniewski
Do not top post.  Read our mailing list posting guidelines BEFORE you
post, and FOLLOW them PLEASE.

> > On Nov 29, 2007 5:14 PM,  <[EMAIL PROTECTED]> wrote:
> >> Is there any way of utilizing a webpage from one of my clients sites as
> >> the content for an email.  The page is composed of the content (text) as
> >> well as active links.
> >>
> >> I know of course that I could just write a message and ad a link to the
> >> particular webpage, but the preferance is to have the webpage itself as
> >> the mailer.
> >
> > Use the HTML Mail plugin and cut and paste the webpage source code.
>
> Thank you for your reply.  I've downloaded & saved the HTML plugin, but
> I'm unable to open the .gz file.  Any suggestions?

The plugin is meant to be installed in SquirrelMail on the web server.
 If you are not the webmail system administrator, you need to contact
that person and not us.  We cannot help you if you are not the
administrator.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] SM 1.4.11 (php 5) memory, and edit attach problems

2007-11-30 Thread Paul Lesniewski
> second, when attaching a file to a new message, clicking in "Addresses"
> in order to select emails from an address book, select them, and
> returning to the compose window, the attached file is no more there...
> I think tracker "[ 1805471 ] Can not attach files" is not exactly the
> same problem... I haven't found this one reported.

Those patches are in SVN for 1.4.12.  Please download a snapshot of 1.4.12.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] error when passby login.php

2007-11-30 Thread Paul Lesniewski
>  SM : 1.5.1
>  PHP : 4.4
>  Apache : 2.2.3
>  OS : debian etch
> 
> 
>  Hi,
> 
> 
>  users launch squirremail through  our portal (only one identification
>  needed), so we  have  our own application  with  the  following link :
> 
>  http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
> 
>  but trying that gives the message : You must be logged in to access this 
>  page.
> 
>  In SM 1.4.9a it works wery well
> 
>  Is there any solution ?
> 
> 
> >>> Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
> >>> to be supported.
> >>>
> >>> Also note that you are exposing your system - it is very vulnerable
> >>> when you pass passwords in plaintext in the query string.
> >>>
> >>>
> >>>
> >>>
> >> ok i just installed SM 1.5.2
> >>
> >
> > Thank you.
> >
> >
> >> but it still doesn't work ( the same message)
> >>
> >
> > Please show your mail log entries for this event, and describe the
> > format of your FULL IMAP account names.
>
> sorry but i don't understand what you mean, can focus on what to look
> for. Thx

I am looking for the error that the IMAP server is giving when the
login fails.  This is in your mail log file.  Please read the mailing
list posting guidelines - why didn't you already do so?

The full IMAP account name format means what is the *exact* username
needed by the IMAP server to log in?  "[EMAIL PROTECTED]"?  Just
"user"?  What?

> >   Are you using Login Manager
> > (vlogin)?
> >
> no we are not using Login Manager
>
> >
> >

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Unable to read messages

2007-11-30 Thread Len Laulainen
Hello,

More observations:

 

I am able to see the mail files in  /home/len/mail/Sent and

/home/len/mail/Trash 

 

SM has problems opening the mail in the /var/spool/mail/len or /var/mail/len
files.

 

Here is the maillog output:

 

dovecot: imap-login: Login: user=, method=PLAIN, rip=127.0.0.1,
lip=127.0.0.1, secured

dovecot: IMAP(len): Effective uid=502, gid=502, home=/home/len

dovecot: IMAP(len): maildir: access(/home/len/Maildir, rwx): failed: No such
file or directory

dovecot: IMAP(len): maildir: couldn't find root dir

dovecot: IMAP(len): mbox: root exists (/home/len/mail)

dovecot: IMAP(len): mbox: INBOX exists (/var/mail/len)

dovecot: IMAP(len): mbox: root=/home/len/mail, index=/home/len/mail,
inbox=/var/mail/len

dovecot: IMAP(len): Disconnected: Logged out

 

The last two lines occur when I try to open a mail message.

 

Len

 

BTW - dovecot version is dovecot-1.0.3-6.fc6 not 1.08 (which I did try on
another server with same results)

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Len
Laulainen
Sent: Friday, November 30, 2007 3:22 PM
To: squirrelmail-users@lists.sourceforge.net
Subject: [SM-USERS] Unable to read messages

 

I am running:

SM version 1.4.11

Apache  2.0.59  

PHP  5.2.0

Dovecot  1.08

 

I upgraded the dovecot installation, but still am unable to read mail
messages.

 

The mail logs indicate:

 

dovecot: imap-login: Login: user=, method=PLAIN, rip=:::127.0.0.1,
lip=:::127.0.0.1, secured

 

No error messages in error_log

 

Entry from access_log is:

 

 

"GET
/webmail/src/read_body.php?mailbox=INBOX&passed_id=3712425277&startMessage=1
HTTP/1.1" 200 1477

 

any ideas?

 

 

Len

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] Unable to read messages

2007-11-30 Thread Len Laulainen
I am running:

SM version 1.4.11

Apache  2.0.59  

PHP  5.2.0

Dovecot  1.08

 

I upgraded the dovecot installation, but still am unable to read mail
messages.

 

The mail logs indicate:

 

dovecot: imap-login: Login: user=, method=PLAIN, rip=:::127.0.0.1,
lip=:::127.0.0.1, secured

 

No error messages in error_log

 

Entry from access_log is:

 

 

"GET
/webmail/src/read_body.php?mailbox=INBOX&passed_id=3712425277&startMessage=1
HTTP/1.1" 200 1477

 

any ideas?

 

 

Len

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Filter rules

2007-11-30 Thread Tomas Kuliavas


Pascal Maes-2 wrote:
> 
> 
> Le 30-nov.-07 à 11:58, piyush joshi a écrit :
> 
>> Dear all,
>>   I have installed filter plugin but i want to make one  
>> rule for every user so that whenever any new account login he should  
>> have one rules in  Message Filtering rules such as if subject  
>> contains virus then move to inbox.spam how i can create a rule for  
>> all the users.
>>
>> Any help will be grate for me .
>>
> 
> With Cyrus and the autocreate INBOX (from Alexandros Vellis)
> 
> 
> 
> which has also the "autocreate sieve filter" feature.
> 
> --
> Pascal
> 

qmail-ldap is not cyrus and does not support sieve filtering in standard
setup. Piyush haven't said that he uses sieve filtering.

Automatic INBOX creation is enabled in qmail-ldap compilation. You don't
need plugin for that. Just send email to user's address or authenticate
through auth_pop or auth_imap.

-- 
Tomas
-- 
View this message in context: 
http://www.nabble.com/Filter-rules-tf4922790.html#a14090967
Sent from the squirrelmail-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] Filter rules

2007-11-30 Thread Fredrik Jervfors
"piyush joshi":
> I have installed filter plugin but i want to make one rule for
> every user so that whenever any new account login he should have one rules
> in  *Message Filtering rules such as if subject contains virus then move
> to inbox.spam how i can create a rule for all the users. * **
> *Any help will be grate for me .*

Create the rule as a default preference and (if you want to) enforce it
with the Forced Preferences plugin (see:
).

Sincerely,
Fredrik

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Using a Webpage as a Mailer!

2007-11-30 Thread info
Thank you for your reply.  I've downloaded & saved the HTML plugin, but
I'm unable to open the .gz file.  Any suggestions?
Thanks
Alex

> On Nov 29, 2007 5:14 PM,  <[EMAIL PROTECTED]> wrote:
>> Is there any way of utilizing a webpage from one of my clients sites as
>> the content for an email.  The page is composed of the content (text) as
>> well as active links.
>>
>> I know of course that I could just write a message and ad a link to the
>> particular webpage, but the preferance is to have the webpage itself as
>> the mailer.
>
> Use the HTML Mail plugin and cut and paste the webpage source code.
>
>> Thanks to anyone that can give me some insite.
>>
>> Alex
>>
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> -
> squirrelmail-users mailing list
> Posting guidelines: http://squirrelmail.org/postingguidelines
> List address: squirrelmail-users@lists.sourceforge.net
> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
> List info (subscribe/unsubscribe/change options):
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] SM 1.4.11 (php 5) memory, and edit attach problems

2007-11-30 Thread Tomas Kuliavas
> Hi,
>
> I've upgraded from SM 1.4.5 (with php 4.3.10) to 1.4.11 (with php 5.2.5)
> and I've noted two strange things:
>
> first, now when SM manipulates (resend, forward, view) messages with
> long content (text or attach, I'm talking about just a little more than
> 100KiB), it quickly exhausted PHP memory available for scripts
> (memory_limit in php.ini), no matter how much I assign (8M, 16M ...), so
> it's impossible to fw,resend or edit them. I think my previous
> installation hadn't this behaviour. It's quite annoying, as I think SM
> shouldn't require so much memory... and haven't found which top value
> could be fine...

Make sure that server side sorting is enabled in SquirrelMail configuration.

Install APC, Zend Optimizer or some other PHP cache. Cache can reduce
memory footprint of PHP scripts.

Some SquirrelMail plugins are not optimized and increase memory usage when
messages are viewed.

You can profile your setup and see memory usage with PHP
memory_get_usage() and memory_get_peak_usage() functions. It can be done
with plugin.

-- 
Tomas


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Filter rules

2007-11-30 Thread piyush joshi
Dear all,
  I have installed filter plugin but i want to make one rule for
every user so that whenever any new account login he should have one rules
in  *Message Filtering rules such as if subject contains virus then move to
inbox.spam how i can create a rule for all the users. *
**
*Any help will be grate for me .*

-- 
Regards

Piyush Joshi
9415414376
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] SM 1.4.11 (php 5) memory, and edit attach problems

2007-11-30 Thread Roberto S. G.
Hi,

I've upgraded from SM 1.4.5 (with php 4.3.10) to 1.4.11 (with php 5.2.5)
and I've noted two strange things:

first, now when SM manipulates (resend, forward, view) messages with
long content (text or attach, I'm talking about just a little more than
100KiB), it quickly exhausted PHP memory available for scripts
(memory_limit in php.ini), no matter how much I assign (8M, 16M ...), so
it's impossible to fw,resend or edit them. I think my previous
installation hadn't this behaviour. It's quite annoying, as I think SM
shouldn't require so much memory... and haven't found which top value
could be fine...

second, when attaching a file to a new message, clicking in "Addresses"
in order to select emails from an address book, select them, and
returning to the compose window, the attached file is no more there...
I think tracker "[ 1805471 ] Can not attach files" is not exactly the
same problem... I haven't found this one reported.

Below is my configtest.php

hope someone could guide me with these.

bye


SquirrelMail configtest

This script will try to check some aspects of your SquirrelMail
configuration and point you to errors whereever it can find them. You
need to go run conf.pl in the config/ directory first before you run
this script.

SquirrelMail version:   1.4.11
Config file version:1.4.0
Config file last modified:  27 November 2007 09:56:45
Checking PHP configuration...
PHP version 5.2.5 OK.
display_errors: 1
error_reporting: 6135
variables_order OK: EGPCS.
PHP extensions OK.

ERROR: You have enabled any one of magic_quotes_runtime,
magic_quotes_gpc or magic_quotes_sybase in your PHP configuration. We
recommend all those settings to be off. SquirrelMail may work with them
on, but when experiencing stray backslashes in your mail or other
strange behaviour, it may be advisable to turn them off.
Checking paths...
Data dir OK.
Attachment dir OK.
Plugins OK.
Themes OK.
Default language OK.
Base URL detected as: http://**/webmail/src (location base
autodetected)
Checking outgoing mail service
SMTP server OK (220 ** ESMTP Sendmail 8.13.7/8.13.6; Fri, 30
Nov 2007)
Checking IMAP service
IMAP server ready (* OK [CAPABILITY IMAP4 IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double
Precision, Inc. See COPYING for distribution information.)
Capabilities: * CAPABILITY IMAP4 IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS
Checking internationalization (i18n) settings...
 gettext - Gettext functions are unavailable. SquirrelMail will use
slower internal gettext functions.
 mbstring - Mbstring functions are unavailable. Japanese translation
won't work.
 recode - Recode functions are unavailable.
 iconv - Iconv functions are available.
 timezone - Webmail users can change their time zone settings.
Checking database functions...
not using database functionality.

Congratulations, your SquirrelMail setup looks fine to me!

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] error when passby login.php

2007-11-30 Thread Paul Lesniewski
On Nov 30, 2007 12:21 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
> SM : 1.5.1
> PHP : 4.4
> Apache : 2.2.3
> OS : debian etch
>
>
> Hi,
>
>
> users launch squirremail through  our portal (only one identification
> needed), so we  have  our own application  with  the  following link :
>
> http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
>
> but trying that gives the message : You must be logged in to access this page.
>
> In SM 1.4.9a it works wery well
>
> Is there any solution ?

Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
to be supported.

Also note that you are exposing your system - it is very vulnerable
when you pass passwords in plaintext in the query string.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] [SOLVED] error when passby login.php

2007-11-30 Thread Patrick DUBAU
Paul Lesniewski a écrit :
> On Nov 30, 2007 1:52 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
>   
>> Paul Lesniewski a écrit :
>>
>> 
>>> On Nov 30, 2007 12:21 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
>>>
>>>   
 SM : 1.5.1
 PHP : 4.4
 Apache : 2.2.3
 OS : debian etch


 Hi,


 users launch squirremail through  our portal (only one identification
 needed), so we  have  our own application  with  the  following link :

 http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password

 but trying that gives the message : You must be logged in to access this 
 page.

 In SM 1.4.9a it works wery well

 Is there any solution ?

 
>>> Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
>>> to be supported.
>>>
>>> Also note that you are exposing your system - it is very vulnerable
>>> when you pass passwords in plaintext in the query string.
>>>
>>>
>>>
>>>   
>> ok i just installed SM 1.5.2
>> 
>
> Thank you.
>
>   
>> but it still doesn't work ( the same message)
>> 
>
> Please show your mail log entries for this event, and describe the
> format of your FULL IMAP account names.  Are you using Login Manager
> (vlogin)?
>
>   
what i did :
- my URL is  
http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
- in redirect.php line 34 i add :
$login_username=$_GET['login_name'];
$secretkey=$_GET['secretkey'];
=> is not very clean i admit but it works for me



   

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] error when passby login.php

2007-11-30 Thread Patrick DUBAU
Paul Lesniewski a écrit :
> On Nov 30, 2007 1:52 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
>   
>> Paul Lesniewski a écrit :
>>
>> 
>>> On Nov 30, 2007 12:21 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
>>>
>>>   
 SM : 1.5.1
 PHP : 4.4
 Apache : 2.2.3
 OS : debian etch


 Hi,


 users launch squirremail through  our portal (only one identification
 needed), so we  have  our own application  with  the  following link :

 http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password

 but trying that gives the message : You must be logged in to access this 
 page.

 In SM 1.4.9a it works wery well

 Is there any solution ?

 
>>> Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
>>> to be supported.
>>>
>>> Also note that you are exposing your system - it is very vulnerable
>>> when you pass passwords in plaintext in the query string.
>>>
>>>
>>>
>>>   
>> ok i just installed SM 1.5.2
>> 
>
> Thank you.
>
>   
>> but it still doesn't work ( the same message)
>> 
>
> Please show your mail log entries for this event, and describe the
> format of your FULL IMAP account names.
sorry but i don't understand what you mean, can focus on what to look 
for. Thx
>   Are you using Login Manager
> (vlogin)?
>   
no we are not using Login Manager
>
>   


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Exporting - changing folder location?

2007-11-30 Thread Michael Borchers
Hello,
I am leaving my current provider who offered me a dedicated server so far,
so I had full access to the email folders.

I am changing to a new provider where I do not have access.

Is there a possibility to take all the old emails and folders with me
or "simply" copying the folders to a different place in my new root
so squirrelmail can access it there?

Hoping...;)-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] help needed for change_qldforward

2007-11-30 Thread piyush joshi
Dear All,
   I wanna use change_qldforward plugin in my webmail i have
downloaded and install this plugin according INSTALL file as well as i have
made changes in config.php file as following -:

$ldap_server = '127.0.0.1';
/* ldap_user_field=whatever ldap field users login against. */
$ldap_user_field = 'uid';
$forwarding_field = "mailForwardingAddress";
/* put the ldap base dn of your server here */
$ldap_base_dn = 'dc=zoom,dc=com';
/* In addition to mailforwarding address, you may want to toggle a
deliv
ery mode
 * field.  To do so just uncomment the following variables to set
the ap
propriate
 * ldap attribute and corresponding values. */
$delivery_mode_field = "deliveryMode" ;
$delivery_mode_local_val[0] = "localdelivery" ;
$delivery_mode_forward_val[0] = "forwardonly" ;


I am running qmail with ldap everything is working perfectly but this plugin
not following is the error which i am getting through httpd error_log file

[client 10.0.3.1] PHP Warning:  main(): Failed opening
'../plugins/compatibility
/functions.php' for inclusion (include_path='.:/usr/share/pear') in
/var/www/htm
l/mail/plugins/change_qldforward/options.php on line 29, referer:
http://192.168 
.1.8/src/options.php
I have also set acl in slapd.conf file as well kindly look in to the problem
..i will be grateful to you ...
-- 
Regards

Piyush Joshi
9415414376
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] error when passby login.php

2007-11-30 Thread Paul Lesniewski
On Nov 30, 2007 1:52 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
> Paul Lesniewski a écrit :
>
> > On Nov 30, 2007 12:21 AM, Patrick DUBAU <[EMAIL PROTECTED]> wrote:
> >
> >> SM : 1.5.1
> >> PHP : 4.4
> >> Apache : 2.2.3
> >> OS : debian etch
> >>
> >>
> >> Hi,
> >>
> >>
> >> users launch squirremail through  our portal (only one identification
> >> needed), so we  have  our own application  with  the  following link :
> >>
> >> http://x.x.x.x/src/redirect.php?login_username=firstname.name&secretkey=password
> >>
> >> but trying that gives the message : You must be logged in to access this 
> >> page.
> >>
> >> In SM 1.4.9a it works wery well
> >>
> >> Is there any solution ?
> >>
> >
> > Use SM 1.5.2.  If it still does not work, re-post.  1.5.1 is too old
> > to be supported.
> >
> > Also note that you are exposing your system - it is very vulnerable
> > when you pass passwords in plaintext in the query string.
> >
> >
> >
> ok i just installed SM 1.5.2

Thank you.

> but it still doesn't work ( the same message)

Please show your mail log entries for this event, and describe the
format of your FULL IMAP account names.  Are you using Login Manager
(vlogin)?

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Filter rules

2007-11-30 Thread Pascal Maes

Le 30-nov.-07 à 11:58, piyush joshi a écrit :

> Dear all,
>   I have installed filter plugin but i want to make one  
> rule for every user so that whenever any new account login he should  
> have one rules in  Message Filtering rules such as if subject  
> contains virus then move to inbox.spam how i can create a rule for  
> all the users.
>
> Any help will be grate for me .
>

With Cyrus and the autocreate INBOX (from Alexandros Vellis)



which has also the "autocreate sieve filter" feature.


--
Pascal




-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] iCal reminder function

2007-11-30 Thread Andreas Reupert
Hello,

I'd like to implement a reminder-function via e-mail on the shared
calendar-plugin of my squirrelmail. Are there any scripts available yet?
What about the prepared function of reminders at the "new-task"-form?

Regards!

Andreas


-- 

...und im Internet: www.reupert.de
PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3DE16071
FP: 1804 B0BC 6BF8 968F 6FD3  EA91 47CF 1229 3DE1 6071

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] iCal reminder function

2007-11-30 Thread Paul Lesniewski
On Nov 30, 2007 1:51 PM, Andreas Reupert <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'd like to implement a reminder-function via e-mail on the shared
> calendar-plugin of my squirrelmail. Are there any scripts available yet?

No, but I am about to begin working on the plugin again.

> What about the prepared function of reminders at the "new-task"-form?

I have no idea what this is.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users