Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-04 Thread Cedric Boudin
Tomas Kuliavas wrote:

>>>are you sure that workstation and server time is correct and browser
>>>accepts cookies?
>>>
>>>
>>>
>>>  
>>>
>>all boxes hanging on ntp and clocks  do tick together synchronously
>>browser accepts cookies.
>>
>>
>>
>>
>>
>>
>Are you sure that session directory (php session.save_path setting) is
>writable by web server user?
>
>
>
>
>  
>
dir is writable by webserver user but nothing is written





>>>Please provide information about used OS and php session extension
>>>settings applied to SquirrelMail scripts?
>>>
>>>
>>>
>>>  
>>>
>>Linux 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux
>>debian sarge
>>squirrelmail 1.4.4
>>
>>
>>  PHP Version 4.3.10-16
>>
>>php4 out of the box debian
>>
>>
>>session
>>
>>Session Support   enabled
>>Registered save handlers  files user
>>
>>
>>Directive Local Value Master Value
>>session.auto_startOff Off
>>session.bug_compat_42 On  On
>>session.bug_compat_warn   On  On
>>session.cache_expire  180 180
>>session.cache_limiter nocache nocache
>>session.cookie_domain /no value/  /no value/
>>session.cookie_lifetime   0   0
>>session.cookie_path   /   /
>>session.cookie_secure Off Off
>>session.entropy_file  /no value/  /no value/
>>session.entropy_length0   0
>>session.gc_divisor100 100
>>session.gc_maxlifetime14401440
>>session.gc_probability0   0
>>session.name  PHPSESSID   PHPSESSID
>>session.referer_check /no value/  /no value/
>>session.save_handler  files   files
>>session.save_path /var/lib/php4   /var/lib/php4
>>session.serialize_handler php php
>>session.use_cookies   On  On
>>session.use_only_cookies  Off Off
>>session.use_trans_sid Off Off
>>
>>
>
>Show output of 'ls -l /var/lib/php4' command.
>
>Are you sure that you have retrieved php configuration settings according
>to http://www.squirrelmail.org/wiki/TestPHPSettings
>
>  
>
Absolutely

>Could you also show PHP mbstring extension settings?
>  
>
>
> mbstring
>
> Multibyte Support enabled
> Japanese support  enabled
> Simplified chinese supportenabled
> Traditional chinese support   enabled
> Korean supportenabled
> Russian support   enabled
> Multibyte (japanese) regex supportenabled
>
>
> mbstring extension makes use of "streamable kanji code filter and
> converter", which is distributed under the GNU Lesser General Public
> License version 2.1.
>
>
> Directive Local Value Master Value
> mbstring.detect_order /no value/  /no value/
> mbstring.encoding_translation Off Off
> mbstring.func_overload0   0
> mbstring.http_input   passpass
> mbstring.http_output  passpass
> mbstring.internal_encodingISO-8859-1  /no value/
> mbstring.language neutral neutral
> mbstring.substitute_character /no value/  /no value/
>
>Are you sure that you don't have any privacy proxy or SOHO router between
>browser and web server?
>
>  
>
no proxy, no router, I'm just using simple portforwarding
browser requests on localhost 4
forwarded to 192.168.1.142:80 on remote host behind fw
the server has all communication with mysql, cyrus etc via localhost lo
all dns entries should be OK

When I use the browser on the box hosting the server via X11 forwarding
I do get a
satisfactory login and can use the webmail.
Portforwarding does not work that seems to be the problem.
there must be something between frames that does not like portforwarding.
I'll try to have a double check on this and hope to come back to you
with further info.
but for now I can complete my instalation and try to catch up the time
lost on this glitch.

thanks for your time and knowledge

cedric

>First login attempt is src/redirect.php - password is retrieved from POST
>Second and third attept is src/left_main.php and src/right_main.php -
>password is retrieved from COOKIE and SESSION.
>  
>




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Problem with xml attachment

2006-04-04 Thread Fredrik Jervfors
>>> I have a problem with xml attachments. When I send xml attachment I'll
>>> get little bit different file than the previous which I sent. File is
>>> bigger and has more spaces and probably other synbols ( like CR ). The
>>> result is totally bad, cause xml file is unreadable ( I got message XML
>>> Parsing Error: not well-formed )
>>
>>
>> Check that there are no extra characters, such as line feeds, outside
>> the SquirrelMail PHP tags () - especially in files you modified
>> yourself such as configuration files. Sometimes extra char's breaks
>> attachments when downloading them.
>>
>> Do you have the same problem with other attchments as well? Are the XML
>> attachments valid when saved using another client?
>
>
> I cannot specify which character in xml file is "incorrect" but here is
> a xml sample that is wrong ( or wrong when you sent it through SM ) I
> login into SM , attach this xml attachment and sent to other address.
> Then save this attachment and you can see that file size is larger then
> origin and unparseable


Please keep the conversation at the list, and please don't top post.

I compared the two versions you sent me. This is what I found:

   990 identical bytes (in both files)
   CR LF Space (only in the modified file)
   989 identical bytes (in both files)
   CR LF Space (only in the modified file)
   989 identical bytes (in both files)
   CR LF Space (only in the modified file)
   39 identical bytes  (in both files)
   CR LF   (only in the original file)

Something is stripping out the original "CR LF" combination and inserts
"CR LF Space" after every 990:th byte, counting the space as on byte thus
inserting the next "CR LF Space" after 989 bytes of original content.

Since they didn't break for me, and I use SquirrelMail as well, I assume
that you can send attachments without corrupting them and that the extra
bytes are inserted either when your MTA delivers the mail to your IMAP
server or when you save the attachments using your SquirrelMail
installation, i.e. something is broken in your system.

Have your system administator check your SquirrelMail installation for
extra characters in the source code, as I stated in my previous mail.
Also, please answer the questions I asked. If you have the same problem
using another client, SquirrelMail isn't the culprit. What's your
SquirrelMail version number?

Sincerely,
Fredrik.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Not Synching

2006-04-04 Thread Doug Appleton
Hello..
The plug-in folder_synch.0.8-1.4.0. is not the left side of the panels
with the right.
It was working fine with SQ 1.4.5 but right after it was upgraded it
stopped.. Any suggestions?
I'm running php version 4.4.2 with Squirrelmail 1.4.6 .. Thanks.. Doug



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] feature request

2006-04-04 Thread Pål Monstad



I realy miss an option to answer a lot of 
mails in one operation. An example: I have sent a course invitation 
to a lot of users (a mail alias in sendmail, containing hundreds of mail 
addresses), and they make a booking by answering the mail. I have then made a 
filter to collect every answer in a folder ("answer folder"). 
 
During a period of time I get a lot of mails in the 
"answer folder", and I want to write them a common answer. I really find it time 
wasting writing an answer to each one, or to copy/paste the mail addresses to 
the To-field.
 
What I really miss is an option to select in the 
Inbox list every email I want to send mail to, and then make one mail which is 
sent to every receipient selected. 
 
An alternative is to make it possible to transfer 
every selected mail address in the Inbox to an already created Address Group 
(the Group address plugin).
 
What do you think? Possible?
--
Pål Monstad


[SM-USERS] open attachments in new window

2006-04-04 Thread kmnair
Hello list,

Recently took up SM. So new to the list. Pardon if this is already
answered anywhere.

SM 1.5.1 on Win 2K3 SP1. Apache 2, PHP 5.

Where can I enforce attachments to open in a new window? Right now
opening in the same wondow and the mail window gets acccidentlly
closed while closing attachment window after reading.

Thanks in advance

kmnair


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] feature request

2006-04-04 Thread Fredrik Jervfors
> I realy miss an option to answer a lot of mails in one operation. An
> example: I have sent a course invitation to a lot of users (a mail alias
> in sendmail, containing hundreds of mail addresses), and they make a
> booking by answering the mail. I have then made a filter to collect every
> answer in a folder ("answer folder").
>
> During a period of time I get a lot of mails in the "answer folder", and
> I want to write them a common answer. I really find it time wasting
> writing an answer to each one, or to copy/paste the mail addresses to the
> To-field.
>
> What I really miss is an option to select in the Inbox list every email I
> want to send mail to, and then make one mail which is sent to every
> receipient selected.
>
> An alternative is to make it possible to transfer every selected mail
> address in the Inbox to an already created Address Group (the Group
> address plugin).
>
> What do you think? Possible?


I think it's possible to write a plugin that collects the from addresses
(and/or other header data) from selected mails in the message list, and
then mass mail, store them in the address book or anything else, but I'm
not sure how it will affect the performance. Depending on your system
setup, such a plugin could be very slow when doing the header harvesting.

The problem now is to find someone who's willing to code it. I should
finish some other stuff before starting new projects. I think it's a good
idea though, and that it's possible to do it as a SquirrelMail plugin.

Sincerely,
Fredrik.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] feature request

2006-04-04 Thread Fredrik Jervfors
>> I realy miss an option to answer a lot of mails in one operation. An
>> example: I have sent a course invitation to a lot of users (a mail alias
>> in sendmail, containing hundreds of mail addresses), and they make a
>> booking by answering the mail. I have then made a filter to collect
>> every answer in a folder ("answer folder").
>>
>> During a period of time I get a lot of mails in the "answer folder",
>> and I want to write them a common answer. I really find it time wasting
>> writing an answer to each one, or to copy/paste the mail addresses to
>> the To-field.
>>
>> What I really miss is an option to select in the Inbox list every email
>> I want to send mail to, and then make one mail which is sent to every
>> receipient selected.
>>
>> An alternative is to make it possible to transfer every selected mail
>> address in the Inbox to an already created Address Group (the Group
>> address plugin).
>>
>> What do you think? Possible?
>
>
> I think it's possible to write a plugin that collects the from addresses
> (and/or other header data) from selected mails in the message list, and
> then mass mail, store them in the address book or anything else, but I'm
> not sure how it will affect the performance. Depending on your system
> setup, such a plugin could be very slow when doing the header harvesting.
>
> The problem now is to find someone who's willing to code it. I should
> finish some other stuff before starting new projects. I think it's a good
> idea though, and that it's possible to do it as a SquirrelMail plugin.


I looked at this a little more, and I have to change my opinion. I don't
think that it's possible to do it as a normal plugin. At least a part of
it has to be a patch. Still, it's just computers so it's not impossible to
create it.

Sincerely,
Fredrik.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] feature request

2006-04-04 Thread Marc Groot Koerkamp
On Tue, April 4, 2006 23:58, Fredrik Jervfors wrote:
>>> I realy miss an option to answer a lot of mails in one operation. An
>>> example: I have sent a course invitation to a lot of users (a mail
>>> alias in sendmail, containing hundreds of mail addresses), and they
>>> make a booking by answering the mail. I have then made a filter to
>>> collect every answer in a folder ("answer folder").
>>>
>>> During a period of time I get a lot of mails in the "answer folder",
>>> and I want to write them a common answer. I really find it time
>>> wasting writing an answer to each one, or to copy/paste the mail
>>> addresses to the To-field.
>>>
>>> What I really miss is an option to select in the Inbox list every
>>> email I want to send mail to, and then make one mail which is sent to
>>> every receipient selected.
>>>
>>> An alternative is to make it possible to transfer every selected mail
>>>  address in the Inbox to an already created Address Group (the Group
>>> address plugin).
>>>
>>> What do you think? Possible?
>>>
>>
>>
>> I think it's possible to write a plugin that collects the from
>> addresses (and/or other header data) from selected mails in the message
>> list, and then mass mail, store them in the address book or anything
>> else, but I'm not sure how it will affect the performance. Depending on
>> your system setup, such a plugin could be very slow when doing the
>> header harvesting.
>>
>> The problem now is to find someone who's willing to code it. I should
>> finish some other stuff before starting new projects. I think it's a
>> good idea though, and that it's possible to do it as a SquirrelMail
>> plugin.
>
>
> I looked at this a little more, and I have to change my opinion. I don't
> think that it's possible to do it as a normal plugin. At least a part of it
> has to be a patch. Still, it's just computers so it's not impossible to
> create it.
>


It's still a nice feature 

Combined with an option to load drafts from within the compose screen
(canned response).
In 1.5.1 it should be possible to make use of the hook the formhandler for
mailbox_display.php to initiate a compose session. This could be handled
by a plugin.

It should also be possible to send the compose email message to all
selected   addresses individual so the mail looks more personal.

Now the bad part, we currently have other priorities so i don't expect to
see this feature request implemented on short notice.

We need to finish templating first, otherwise templating will be a hell.
We also need to figure out how to combine plugins with templates.

Regards,

Marc Groot Koerkamp.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] feature request

2006-04-04 Thread Paul Lesneiwski
On 4/4/06, Fredrik Jervfors <[EMAIL PROTECTED]> wrote:
> >> I realy miss an option to answer a lot of mails in one operation. An
> >> example: I have sent a course invitation to a lot of users (a mail alias
> >> in sendmail, containing hundreds of mail addresses), and they make a
> >> booking by answering the mail. I have then made a filter to collect
> >> every answer in a folder ("answer folder").
> >>
> >> During a period of time I get a lot of mails in the "answer folder",
> >> and I want to write them a common answer. I really find it time wasting
> >> writing an answer to each one, or to copy/paste the mail addresses to
> >> the To-field.
> >>
> >> What I really miss is an option to select in the Inbox list every email
> >> I want to send mail to, and then make one mail which is sent to every
> >> receipient selected.
> >>
> >> An alternative is to make it possible to transfer every selected mail
> >> address in the Inbox to an already created Address Group (the Group
> >> address plugin).
> >>
> >> What do you think? Possible?
> >
> >
> > I think it's possible to write a plugin that collects the from addresses
> > (and/or other header data) from selected mails in the message list, and
> > then mass mail, store them in the address book or anything else, but I'm
> > not sure how it will affect the performance. Depending on your system
> > setup, such a plugin could be very slow when doing the header harvesting.
> >
> > The problem now is to find someone who's willing to code it. I should
> > finish some other stuff before starting new projects. I think it's a good
> > idea though, and that it's possible to do it as a SquirrelMail plugin.
>
>
> I looked at this a little more, and I have to change my opinion. I don't
> think that it's possible to do it as a normal plugin. At least a part of
> it has to be a patch. Still, it's just computers so it's not impossible to
> create it.

Why?  When I read the request, I thought of the spam_button plugin
that harvests multiple messages from the list w/out a patch...
although it does different things with the messages, but seems like it
could work for this too (but unlike you, I am not looking at the
code).  This feature could be a good add-on to the already-existing
reply_buttons plugin.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users