[SM-USERS] headers for reply and reply all

2009-12-12 Thread Rajesh M
hi

i use squirrelmail-1.4.20-RC2

i need to have outlook express style of replying ie with correct headers
of the original message for reply and reply all (as quoted below)


i was able to achieve this by a small modification on src/compose.php file
on line 935 (approx)

##
ORIGINAL LINE :
# $body = getReplyCitation($from , $orig_header->date) . $body;

$body = getReplyCitation($from , $orig_header->date) .
getforwardHeader($orig_header) . $body;


HOWEVER this works only When i reply to PLAIN TEXT emails.


I need a way by which i can insert the following headers when i reply to
HTML emails also

which line, do i modify.

i am searching a solution for this for the past several days now and found
some patch files in the mail-archive lists  but when i tried to download
they give message file not found. i have searched all the other forums and
google around also with no luch


All help will be highly appreciated


rajesh





 Original Message
Subject: TO AND CC
From: "xxx" 
Date: Sat, December 12, 2009 16:20
To: "yyy" 
Cc: z...@hotmail.com
---

>
>
> testtest
>
>
>







--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
-
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] Reply citation using Forward headers

2009-12-14 Thread Rajesh M
Hello Graeme

this refers to your post Fri, 20 Aug 2004 18:48:29 -0700

we are desperately looking to patch squirrel mail compose so that we get

original headers to, cc, subject date etc in the reply just like what we
get while forwarding an email.

the patches that you posted on the forum are no longer downloadable

could you please email the same directly to me at

24x7ser24x7ser...@24x7server.net

thanks very much

rajesh





> I know there was some discussion aabout this a while back but I couldn't
> find any patches.  One of my members asked for the facility so here are
> two diff files that provide the functionality.  They are against SM 1.4.3a
> and have only been lightly tested.

> One is against personal.php under /include/options/ and provides the
> citation choice of "Original headers".

> The other is against compose.php  under /src/ and tests for that option to
> use the forward header as the citation.

> Regards
> Graeme





--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
-
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] Reply citation using Forward headers

2009-12-15 Thread Rajesh M
paul

extremely sorry for breaking any rules unknowingly.

the post i am referring to by Graeme is over 5 years old by and the
patches submitted along with the post is not downloadble

we have put together a complete squirrel mail installation with around 32
plugins -- checking to ensure that everything is working perfectly and
then contribute the same to the community.

We have around 4000 + email ids per server and the emailboxes in some
cases have around 15000 emails (around 5 gb) so it should be a good test.

The reason i asked for the patch offlist is because i needed to check and
study this patch and adapt the same to the latest verion of squirrelmail
and this is a part of my enhancement work.

on a side note --- is it possible to let us know why the patches are not
downloadble from this specific post ...

link for your reference
http://www.mail-archive.com/squirrelmail-users@lists.sourceforge.net/msg13793.html

or atleast help us in securing the patches for reply/replyall with headers.

we are searching for this over a 2 weeks now.

once again ... sorry

rajesh


> Don't top post.  READ the mailing list posting guidelines BEFORE you
> post again, please.
>
> On Mon, Dec 14, 2009 at 1:02 AM, Rajesh M <24x7ser...@24x7server.net>
> wrote:
>> Hello Graeme
>>
>> this refers to your post Fri, 20 Aug 2004 18:48:29 -0700
>>
>> we are desperately looking to patch squirrel mail compose so that we get
>>
>> original headers to, cc, subject date etc in the reply just like what we
>> get while forwarding an email.
>>
>> the patches that you posted on the forum are no longer downloadable
>>
>> could you please email the same directly to me at
>>
>> 24x7ser24x7ser...@24x7server.net
>
> Don't ask for help offlist.  Ask for it on-list.  You need to share
> with the community, especially if you are asking it for help.
>
>> 
>>
>>> I know there was some discussion aabout this a while back but I
>>> couldn't
>>> find any patches.  One of my members asked for the facility so here are
>>> two diff files that provide the functionality.  They are against SM
>>> 1.4.3a
>>> and have only been lightly tested.
>>
>>> One is against personal.php under /include/options/ and provides the
>>> citation choice of "Original headers".
>>
>>> The other is against compose.php  under /src/ and tests for that option
>>> to
>>> use the forward header as the citation.
>>
>>> Regards
>>> Graeme
>>
>
> --
> Paul Lesniewski
> SquirrelMail Team
> Please support Open Source Software by donating to SquirrelMail!
> http://squirrelmail.org/donate_paul_lesniewski.php
>
> --
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> -
> 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
>






--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
-
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] search error 1.4.20-RC2 for more than one word

2009-12-18 Thread Rajesh M


hi

version 1.4.20-RC2
imap : courier
centos 5

Under : Search

imap_search.php is already patched with patch found here

http://netdork.net/imapsearch_fix.patch

New error

if i put a single word example "test" (without the quotes) for search i
get the results correctly

if i put a phrase say "test abc" (without the quotes) then i get the
following error

ERROR: Could not complete request.
Query: FETCH (FLAGS UID RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER.FIELDS
(Date To Cc From Subject X-Priority Importance Priority Content-Type)])
Reason Given: Error in IMAP command received by server.


help required please

rajesh






--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
-
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] RESOLVED search error 1.4.20-RC2 for more than one word

2009-12-18 Thread Rajesh M
hi

this is resolve

I used the imap_search.php file from here

http://squirrelmail.svn.sourceforge.net/viewvc/squirrelmail/branches/SM-1_4-STABLE/squirrelmail/functions/imap_search.php?revision=13877


rajesh

>
>
> hi
>
> version 1.4.20-RC2
> imap : courier
> centos 5
>
> Under : Search
>
> imap_search.php is already patched with patch found here
>
> http://netdork.net/imapsearch_fix.patch
>
> New error
>
> if i put a single word example "test" (without the quotes) for search i
> get the results correctly
>
> if i put a phrase say "test abc" (without the quotes) then i get the
> following error
>
> ERROR: Could not complete request.
> Query: FETCH (FLAGS UID RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER.FIELDS
> (Date To Cc From Subject X-Priority Importance Priority Content-Type)])
> Reason Given: Error in IMAP command received by server.
>
>
> help required please
>
> rajesh
>
>
>
>
>
>
> --
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> -
> 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
>






--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
-
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] search questions

2009-12-20 Thread Rajesh M
hi

we use the latest stable version of squirrelmail Version: 1.4.19

we tried it on an account with around 15000 emails and when we login the
inbox lists out the emails very quickly -- excellent performance

however under search -- it times out and gives imap server error, in most
cases of search of any kind ie from, to or body.

Is there a way to paginate search results (probably use database) so that
the results are displayed page by page

we checked out on google web interface and the search features is very quick

is there any solution for this

rajesh







--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
-
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] search questions

2009-12-21 Thread Rajesh M
Courier imap

we use qmail toaster

but not the default squirrelmail installation

we install it separately

rajesh


>
>
> Rajesh M-3 wrote:
>>
>> hi
>>
>> we use the latest stable version of squirrelmail Version: 1.4.19
>>
>> we tried it on an account with around 15000 emails and when we login the
>> inbox lists out the emails very quickly -- excellent performance
>>
>> however under search -- it times out and gives imap server error, in
>> most
>> cases of search of any kind ie from, to or body.
>>
>> Is there a way to paginate search results (probably use database) so
>> that
>> the results are displayed page by page
>>
>> we checked out on google web interface and the search features is very
>> quick
>>
>
> And your IMAP server is?
>
> mailbox listing might be fast, if it is unsorted. Speed of sorted results
> and search depends on used IMAP server. Pagination might speed things up
> only when you have large number of results.
>
> --
> Tomas
> --
> View this message in context:
> http://old.nabble.com/search-questions-tp26869730p26870309.html
> Sent from the squirrelmail-users mailing list archive at Nabble.com.
>
>
> --
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> -
> 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
>






--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
-
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] sent confirmation question

2009-12-24 Thread Rajesh M
hi

does anybody have sent confirmation working with compatibility plugin
version 2 ?

(i have read online that it works with compatiblity version 1 only)

but it is such a useful feature that i am trying to give it a try

i installed it and enabled Transitional Window, With Address Book
Functionality under preferences

but it gives error when i try to add email id to address boook

when is send a email i get messaage

Message Sent To:
u...@.com

and a button : Add to address book

when i click the button i get message

Fatal error: Call to undefined function sqgetGlobalVar() in
/var/www/html/sq419/plugins/compatibility/includes/1.5.2/global.php on
line 999


help required please

rajesh





--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
-
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] resume draft problem

2010-01-29 Thread Rajesh M
hi

when i compose an email with html formattting and save it in draft and
later i click on resume draft then all the html formatting is lost

can somebody help please

i am using squirrelmail version 1.4.19

if this is fixed then please do let me know which version is shud use

thanks very much

rajesh





--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
-
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] password complexity squirrelmail change password plugin

2010-02-07 Thread Rajesh M
hi

for those who wish to ensure password complexity in squirrelmail.

pl edit options.php file which is within the plugin change_pass folder

it works in my system, but pl check from your side before using the same

i am not a programmer but i implemented this with a bit of googling and
some searching here and there


#

if ($cp_oldpass == '') {
$messages[] = _("PASSWORD NOT CHANGED. You must type in your old
password.");
}
if ($cp_newpass == '') {
$messages[] = _("PASSWORD NOT CHANGED. You must type in a new
password.");
}
if ($cp_verify  == '') {
$messages[] = _("PASSWORD NOT CHANGED. You must also type in your new
password in the verify box.");
}
if ($cp_newpass != '' && ($cp_verify != $cp_newpass)) {
$messages[] = _("PASSWORD NOT CHANGED. New Password doesn't match
the Verify New Password.");
}


if (strlen ($cp_newpass ) < 8 ) {
$messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
atleast 8
characters.");
}

if (strlen ($cp_newpass ) > 15 ) {
$messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
less than 15
characters.");
}


if (strcspn($cp_newpass , '0123456789') == strlen($cp_newpass)  ) {
  $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
atleast one number.");
}


if (strcspn($cp_newpass , 'abcdefghijklmnopqrstuvwxyz') ==
strlen($cp_newpass)  ) {
  $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
atleast one
small (lower-case) alphabet.");
}

if (strcspn($cp_newpass , 'ABCDEFGHIJKLMNOPQRSTUVWXYZ') ==
strlen($cp_newpass)  ) {
  $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
atleast one
capital (upper-case) alphabet.");
}


if ($cp_oldpass != '' && ($cp_oldpass != $password)) {
$messages[] = _("PASSWORD NOT CHANGED. Your old password is not
correct.");
}

if ($cp_newpass != '' && ($cp_newpass == $password)) {
$messages[] = _("PASSWORD NOT CHANGED. Your new password is same
as old password.");
}


#

regds
rajesh





--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
-
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] password complexity squirrelmail change password plugin

2010-02-07 Thread Rajesh M
hi

i am not aware about how the same can be implemented in poppassd

however such modifications in the options.php

i felt it is very easy -- most people are familiar with php
i can customize this on a per domain basis provide each customer what
complexity level he needs by having seperate squirrelmail folders for each
domain.


rajesh



>
>
> Rajesh M-3 wrote:
>>
>> hi
>>
>> for those who wish to ensure password complexity in squirrelmail.
>>
>> pl edit options.php file which is within the plugin change_pass folder
>>
>> it works in my system, but pl check from your side before using the same
>>
>> i am not a programmer but i implemented this with a bit of googling and
>> some searching here and there
>>
>>
>> #
>>
>> if ($cp_oldpass == '') {
>> $messages[] = _("PASSWORD NOT CHANGED. You must type in your old
>> password.");
>> }
>> if ($cp_newpass == '') {
>> $messages[] = _("PASSWORD NOT CHANGED. You must type in a new
>> password.");
>> }
>> if ($cp_verify  == '') {
>> $messages[] = _("PASSWORD NOT CHANGED. You must also type in
>> your
>> new
>> password in the verify box.");
>> }
>> if ($cp_newpass != '' && ($cp_verify != $cp_newpass)) {
>> $messages[] = _("PASSWORD NOT CHANGED. New Password doesn't
>> match
>> the Verify New Password.");
>> }
>>
>>
>> if (strlen ($cp_newpass ) < 8 ) {
>> $messages[] = _("PASSWORD NOT CHANGED. Your Password  must
>> contain
>> atleast 8
>> characters.");
>> }
>>
>> if (strlen ($cp_newpass ) > 15 ) {
>> $messages[] = _("PASSWORD NOT CHANGED. Your Password  must
>> contain
>> less than 15
>> characters.");
>> }
>>
>>
>> if (strcspn($cp_newpass , '0123456789') == strlen($cp_newpass)  ) {
>>   $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
>> atleast one number.");
>> }
>>
>>
>> if (strcspn($cp_newpass , 'abcdefghijklmnopqrstuvwxyz') ==
>> strlen($cp_newpass)  ) {
>>   $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
>> atleast one
>> small (lower-case) alphabet.");
>> }
>>
>> if (strcspn($cp_newpass , 'ABCDEFGHIJKLMNOPQRSTUVWXYZ') ==
>> strlen($cp_newpass)  ) {
>>   $messages[] = _("PASSWORD NOT CHANGED. Your Password  must contain
>> atleast one
>> capital (upper-case) alphabet.");
>> }
>>
>>
>> if ($cp_oldpass != '' && ($cp_oldpass != $password)) {
>> $messages[] = _("PASSWORD NOT CHANGED. Your old password is not
>> correct.");
>> }
>>
>> if ($cp_newpass != '' && ($cp_newpass == $password)) {
>> $messages[] = _("PASSWORD NOT CHANGED. Your new password is same
>> as old password.");
>> }
>>
> Are you sure that you can't set these restrictions in poppassd?
>
> --
> Tomas
> --
> View this message in context:
> http://old.nabble.com/password-complexity-squirrelmail-change-password-plugin-tp27488891p27492347.html
> Sent from the squirrelmail-users mailing list archive at Nabble.com.
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> -
> 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
>






--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
-
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] qmailadmin plugin issue

2010-02-16 Thread Rajesh M
hi

i was trying to use this but found a puzzling issue

the autologin works if use alphanumeric and special chars

however if i use "+" character in my password the autologin does not work

this issue happens with firefox and IE

can somebody help please

regds
rajesh





--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
-
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] qmailadmin plugin issue

2010-02-17 Thread Rajesh M
> 2010.02.16 13:38 Rajesh M rašė:
>> hi
>>
>> i was trying to use this but found a puzzling issue
>>
>> the autologin works if use alphanumeric and special chars
>>
>> however if i use "+" character in my password the autologin does not
>> work
>>
>> this issue happens with firefox and IE
>
> Your problem is not related to qmailadmin plugin. Plugin does not change
> passwords and does not do autologin stuff. Plugin only links to qmailadmin
> (http://qmailadmin.sf.net) CGI.
>
> Make sure that user with complex password can use POP3 and IMAP without
> SquirrelMail. If IMAP works, then it is SquirrelMail issue. If other
> programs don't work too until admin resets user's password, then check
> plaintext password version, if you haven't turned it off in your vpopmail
> configuration.
>
> --
> Tomas
>
>
>


Hi tomas

thanks for your reply

i tested further and found the following information

a) user logs in to squirrelmail using original password say "abc123",
options, clicks on link to qmailadmin interface and it logs in
automatically.

b) Next he using change pass plugin (not qmailadmin) he changes the
password to say "abc123+"

c) user logs OUT and logs in again and goes to options

d) clicks on the link relevant to qmailadmin for setting forwarding /
vacation messaging

e) and immediately it gives error unable to login

f) if user enters the password manually ie "abc123+" then he can login to
the qmailadmin interface


any tips would be helpful

thanks
rajesh



--
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> -
> 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








--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-
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] paid programming for squirrelmail

2010-05-25 Thread Rajesh M
hi

we wish to fix the issue of draft email losing its formatting when saved
and also would like to implement a few other fixes

can anyone help please ?

rajesh





--

-
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] issues sending html email with images

2010-10-24 Thread Rajesh M
hi

there has been several discussions concerning sending emails in html
format using squirrelmail web interface

if i receive an email where the image is a part of the email and not
retrieved a part of the body of the email and if i reply to the same then
the images are lost

i have read many threads disccussing this and did not find any way to
resolve this.

is there any final solution to resolve this ?

rajesh





--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
-
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] squirrelmail error message issue.

2014-11-23 Thread Rajesh M.
hi

i am using dovecot for pop3 and imap along with qmail toaster

i had recently changed over from a 32 bit system to a 64 bit system.

i use squirrelmail.

the issue i face is that when the user inserts an invalid password then the 
message he gets is connection dropped by imap server  (instead of invalid 
userid or password)

such a message confuses the user.

my earlier 32 bit version used to give the correct message

i am posting this issue here because i am not sure if this is squirrelmail 
issue or a dovecot issue.

can somebody please let me know the reason for this ?

rajesh

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk-
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] change_sqlpass plugin

2015-01-12 Thread Rajesh M
hi

i am using qmailtoaster 64 bit

vpopmail, centos 6 64 bit
mysql database

vpopmail has every domain as a seperate table example
if my domain name is : x.com then the table is
x_com

i edited the config.php of the change_sqlpass plugin as advised here
https://forums.gentoo.org/viewtopic-t-410886-start-0.html

but i am getting error as such (i enabled debup in the change_sqlpass plugin )

DATABASE ERROR: could not lookup salt: SELECT SUBSTRING(pw_passwd,4,9) FROM 
vpopmail WHERE pw_name = "hosting"  DB Error: no such table

it seems that the change_sqlpass expects all the userids to be stored in a 
single table instead of seperate tables per domain

could somebody please guide me as to how i can resolve this ?

i dont want to use poppassd or qmailadmin within squirrelmail

thank you very much for your time and help,

rajesh

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet-
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] change_sqlpass for qmailtoaster

2015-01-14 Thread Rajesh M
hi

i was able to adapt the change_sqlpass plugin to suit vpopmail mysql database 
of qmailtoaster wherein the domains are created as domain_com.

however i got stuck at one specific point

as per the details in the config file the variable : %3 returns the domain name 
as : domainname.com

how do i get domainname.com within a variable so that i can replace dot with 
underscore ie domainname.com with domainname_com

for example i tried to use : $domainname = %3; but php throws a blank page.

if i use %3 within sql select query the domain name (domainname.com) is 
returned correctly.

i am not a php programmer but have a very basic knowledge only.

my change_sqlpass config file is quoted below

any help would be greatly appreciated. i am trying to figure this for so many 
weeks now and i am stuck at the very last step.

rajesh



  *  2002-2005 Paul Lesneiwski 
  * This program is licensed under GPL. See COPYING for details
  *
  * @package plugins
  * @subpackage Change SQL Password
  *
  */


  // Global Variables, don't touch these unless you want to break the plugin
  //
  global $csp_dsn, $password_update_queries, $lookup_password_query,
  $force_change_password_check_query, $password_encryption,
  $csp_salt_query, $csp_salt_static, $csp_secure_port,
  $csp_non_standard_http_port, $csp_delimiter, $csp_debug,
  $min_password_length, $max_password_length, 
$include_digit_in_password,
  $include_uppercase_letter_in_password, 
$include_lowercase_letter_in_password,
  $include_nonalphanumeric_in_password;



  // csp_dsn
  //
  // Theoretically, any SQL database supported by Pear should be supported
  // here.  The DSN (data source name) must contain the information needed
  // to connect to your database backend. A MySQL example is included below.
  // For more details about DSN syntax and list of supported database types,
  // please see:
  //  http://pear.php.net/manual/en/package.database.db.intro-dsn.php
  //
  //$csp_dsn = 'mysql://user:password@localhost/email_users';
$csp_dsn = 'mysql://vpopmail:xx@localhost/vpopmail';


  // lookup_password_query
  //
  // This plugin will always verify the user's old password
  // against their login password, but an extra check can also
  // be done against the database for more security if you
  // desire.  If you do not need the extra password check,
  // make sure this setting is empty.
  //
  // This is a query that returns a positive value if a user
  // and password pair are found in the database.
  //
  // This query should return one value (one row, one column), the
  // value being ideally a one or a zero, simply indicating that
  // the user/password pair does in fact exist in the database.
  //
  //  %1 in this query will be replaced with the full username
  //  (including domain), such as "j...@example.com"
  //  %2 in this query will be replaced with the username (without
  //  any domain portion), such as "jose"
  //  %3 in this query will be replaced with the domain name,
  //  such as "example.com"
  //  %4 in this query will be replaced with the current (old)
  //  password in whatever encryption format is needed per other
  //  plugin configuration settings (Note that the syntax of
  //  the password will be provided depending on your encryption
  //  choices, so you NEVER need to provide quotes around this
  //  value in the query here.)
  //  %5 in this query will be replaced with the current (old)
  //  password in unencrypted plain text.  If you do not use any
  //  password encryption, %4 and %5 will be the same values,
  //  except %4 will have double quotes around it and %5 will not.
  //


//$domainname = %3;
//$tablename = str_replace(".","_",$domainname);

  //$lookup_password_query = '';
  // TERRIBLE SECURITY: $lookup_password_query = 'SELECT count(*) FROM users 
WHERE username = "%1" AND plain_password = "%5"';
//  $lookup_password_query = 'SELECT count(*) FROM users WHERE username = "%1" 
AND crypt_password = %4';

// $lookup_password_query = 'SELECT count(*) FROM $tablename WHERE pw_name = 
"%2" AND pw_domain = "%3" AND pw_passwd = %4';

$lookup_password_query = 'SELECT count(*) FROM mydomain_com WHERE pw_name = 
"%2" AND pw_passwd = %4';





  // password_update_queries
  //
  // An array of SQL queries that will all be executed
  // whenever a password change attempt is made.
  //
  // Any number of queries may be included here.
  // The queries will be executed in the order given here.
  //
  //  %1 in all queries will be replaced with the full username
  //  (including domain), such as "j...@example.com"
  //  %2 in all queries will be replaced with the username (without
  //  any domain portion), such as "jose"
  //  %3 in all queries will be replaced with the domain name,
  //  such as "example.com"
  //  %4 in all queries will be replaced with the new password
  //  in whatever encryption format is ne

Re: [SM-USERS] squirrelmail error message issue.

2015-01-14 Thread Rajesh M
paul

squirrelmail version : Version: 1.4.22

dovecot version : 2.2.7

i followed your advice and here is the response from the server

A LOGIN u...@xx.com 111
A NO [AUTHENTICATIONFAILED] Authentication failed.
B LOGOUT
Connection closed by foreign host.

dovecot log file shows as follows

Jan 15 07:21:35 imap-login: Info: Aborted login (auth failed, 1 attempts in 14 
secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, 
secured, session=

the error squirrelmail shows is : connection dropped by imap server. query 
logout.

rajesh


- Original Message -
From: Paul Lesniewski [mailto:p...@squirrelmail.org]
To: squirrelmail-users@lists.sourceforge.net
Sent: Mon, 8 Dec 2014 14:19:57 -0800
Subject: Re: [SM-USERS] squirrelmail error message issue.

>> hi
>>
>> i am using dovecot for pop3 and imap along with qmail toaster
>>
>> i had recently changed over from a 32 bit system to a 64 bit system.
>>
>> i use squirrelmail.
>>
>> the issue i face is that when the user inserts an invalid password then
>> the
>> message he gets is connection dropped by imap server  (instead of invalid
>> userid or password)
>>
>> such a message confuses the user.
>>
>> my earlier 32 bit version used to give the correct message
>>
>> i am posting this issue here because i am not sure if this is
>> squirrelmail
>> issue or a dovecot issue.
>
> Probably a Dovecot issue.  The answer is in your logs.
>

> paul
>
> thanks for your reply
>
> i intentionaly put the wrong password and checked the dovecot log and the
> message i got was
>
> # tail -f /var/log/dovecot.log | grep "x...@yyy.com"
> Nov 25 08:47:46 imap-login: Info: Aborted login (auth failed, 1 attempts in
> 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
> secured, session=
>
> but in the squirrelmail login page instead of the message "unknown user or
> password incorrect" i get the message
>
> ERROR: Connection dropped by IMAP server.
> Query: LOGOUT
>
>
> in my old server where it is working correctly dovecot logs shows the error
>
> Nov 25 14:46:12 imap-login: Info: Aborted login (auth failed, 1 attempts):
> user=<"x...@yyy.com">, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
>> and squirrelmail gives the error : "unknown user or password incorrect"
> which is correct.
>
> is there any other place i need to check or some other config file (either
> squirrelmail or dovecot) that i need to modify
>
> could you kindly guide me

At the command line:

telnet localhost 143 (or whatever port your Dovecot server is listening on)
A LOGIN x...@yyy.zzz w
B LOGOUT

See what the IMAP response is to line A.  It is probably not giving a
valid response such as "NO login failed."  If it's giving a "BAD"
response, you need to fix your Dovecot settings.

--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
-
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

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet-
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] change_sqlpass for qmailtoaster

2015-01-16 Thread Rajesh M
paul

can you help please

rajesh

- Original Message -
From: Rajesh M [mailto:24x7ser...@24x7server.net]
To: squirrelmail-users@lists.sourceforge.net
Sent: Thu, 15 Jan 2015 06:45:35 +0530
Subject: [SM-USERS] change_sqlpass for qmailtoaster

hi

i was able to adapt the change_sqlpass plugin to suit vpopmail mysql database 
of qmailtoaster wherein the domains are created as domain_com.

however i got stuck at one specific point

as per the details in the config file the variable : %3 returns the domain name 
as : domainname.com

how do i get domainname.com within a variable so that i can replace dot with 
underscore ie domainname.com with domainname_com

for example i tried to use : $domainname = %3; but php throws a blank page.

if i use %3 within sql select query the domain name (domainname.com) is 
returned correctly.

i am not a php programmer but have a very basic knowledge only.

my change_sqlpass config file is quoted below

any help would be greatly appreciated. i am trying to figure this for so many 
weeks now and i am stuck at the very last step.

rajesh



  *  2002-2005 Paul Lesneiwski 
  * This program is licensed under GPL. See COPYING for details
  *
  * @package plugins
  * @subpackage Change SQL Password
  *
  */


  // Global Variables, don't touch these unless you want to break the plugin
  //
  global $csp_dsn, $password_update_queries, $lookup_password_query,
  $force_change_password_check_query, $password_encryption,
  $csp_salt_query, $csp_salt_static, $csp_secure_port,
  $csp_non_standard_http_port, $csp_delimiter, $csp_debug,
  $min_password_length, $max_password_length, 
$include_digit_in_password,
  $include_uppercase_letter_in_password, 
$include_lowercase_letter_in_password,
  $include_nonalphanumeric_in_password;



  // csp_dsn
  //
  // Theoretically, any SQL database supported by Pear should be supported
  // here.  The DSN (data source name) must contain the information needed
  // to connect to your database backend. A MySQL example is included below.
  // For more details about DSN syntax and list of supported database types,
  // please see:
  //  http://pear.php.net/manual/en/package.database.db.intro-dsn.php
  //
  //$csp_dsn = 'mysql://user:password@localhost/email_users';
$csp_dsn = 'mysql://vpopmail:xx@localhost/vpopmail';


  // lookup_password_query
  //
  // This plugin will always verify the user's old password
  // against their login password, but an extra check can also
  // be done against the database for more security if you
  // desire.  If you do not need the extra password check,
  // make sure this setting is empty.
  //
  // This is a query that returns a positive value if a user
  // and password pair are found in the database.
  //
  // This query should return one value (one row, one column), the
  // value being ideally a one or a zero, simply indicating that
  // the user/password pair does in fact exist in the database.
  //
  //  %1 in this query will be replaced with the full username
  //  (including domain), such as "j...@example.com"
  //  %2 in this query will be replaced with the username (without
  //  any domain portion), such as "jose"
  //  %3 in this query will be replaced with the domain name,
  //  such as "example.com"
  //  %4 in this query will be replaced with the current (old)
  //  password in whatever encryption format is needed per other
  //  plugin configuration settings (Note that the syntax of
  //  the password will be provided depending on your encryption
  //  choices, so you NEVER need to provide quotes around this
  //  value in the query here.)
  //  %5 in this query will be replaced with the current (old)
  //  password in unencrypted plain text.  If you do not use any
  //  password encryption, %4 and %5 will be the same values,
  //  except %4 will have double quotes around it and %5 will not.
  //


//$domainname = %3;
//$tablename = str_replace(".","_",$domainname);

  //$lookup_password_query = '';
  // TERRIBLE SECURITY: $lookup_password_query = 'SELECT count(*) FROM users 
WHERE username = "%1" AND plain_password = "%5"';
//  $lookup_password_query = 'SELECT count(*) FROM users WHERE username = "%1" 
AND crypt_password = %4';

// $lookup_password_query = 'SELECT count(*) FROM $tablename WHERE pw_name = 
"%2" AND pw_domain = "%3" AND pw_passwd = %4';

$lookup_password_query = 'SELECT count(*) FROM mydomain_com WHERE pw_name = 
"%2" AND pw_passwd = %4';





  // password_update_queries
  //
  // An array of SQL queries that will all be executed
  // whenever a password change attempt is made.
  //
  // Any number of queries may be included here.
  // The queries will be executed in the order given 

Re: [SM-USERS] change_sqlpass for qmailtoaster

2015-01-22 Thread Rajesh M
paul

i tried various options but not able to get it

1) $lookup_password_query = 'SELECT count(*) FROM %3 WHERE pw_name = %2 AND 
pw_passwd = %4'; --- this works as intended
%3 is replaced with domain name. x.com in the query below. database error 
occurs because the table name  x_com

DATABASE ERROR: could not lookup old password: SELECT count(*) FROM x.com 
WHERE pw_name = abc AND pw_passwd = "$1$yfkAbvF9$6ymDsb.crSYktxV80y3OR/"
 DB Error: insufficient permissions

but what i need is x_com

2) as advised i tried to implement the replace function -- ie replace dot with 
underscore in x.com
$lookup_password_query = 'SELECT count(*) FROM  REPLACE(%3,".","_")  WHERE 
pw_name = "%2" AND pw_passwd = %4';
 but does not work and shows a blank page.

3) i tried to assign %3 to a variable and tried to use that in sql query but 
does not work. throws blank page.
Even a simple echo %3; does not work
It should display x.com but instead throws a blank page.

i enabled allowoverride all in display_errors in php.ini  and modified apache 
as advised but no error comes up

rajesh



- Original Message -
From: Paul Lesniewski [mailto:p...@squirrelmail.org]
To: squirrelmail-users@lists.sourceforge.net
Sent: Mon, 19 Jan 2015 11:31:21 -0800
Subject: Re: [SM-USERS] change_sqlpass for qmailtoaster

On 1/14/15, Rajesh M <24x7ser...@24x7server.net> wrote:
> hi
>
> i was able to adapt the change_sqlpass plugin to suit vpopmail mysql
> database of qmailtoaster wherein the domains are created as domain_com.
>
> however i got stuck at one specific point
>
> as per the details in the config file the variable : %3 returns the domain
> name as : domainname.com
>
> how do i get domainname.com within a variable so that i can replace dot with
> underscore ie domainname.com with domainname_com

https://dev.mysql.com/doc/refman/5.5/en/string-functions.html#function_replace

You should use this in your FROM clauses also if you intend to serve
users on more than one domain.

> for example i tried to use : $domainname = %3; but php throws a blank page.

http://www.squirrelmail.org/docs/admin/admin-11.html#ss11.1


--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
-
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

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet-
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] concerning security

2015-03-18 Thread Rajesh M
hi all,

we noted that browsers are storing webmail url, userid and password for the 
email accounts. for example in firefox browser this is easily seen under tools 
> options > security > saved passwords.

using ssl just encrypts the connection during transmission but the ssl url , 
email id and password gets stored in the browser

my question is how to how to tackle this issue so that even if a malware gets 
into some user's computer and gets the information it will be useless.

ie Obfuscate url, userid and password or ensure that that information stored in 
browser is incomplete and cannot be used.

thanks,
rajesh


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/-
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] concerning security

2015-03-18 Thread Rajesh M
- Original Message -
From: Paul Lesniewski [mailto:p...@squirrelmail.org]
To: squirrelmail-users@lists.sourceforge.net
Sent: Wed, 18 Mar 2015 18:35:56 -0700
Subject: Re: [SM-USERS] concerning security

On 3/18/15, Rajesh M <24x7ser...@24x7server.net> wrote:
> hi all,
>
> we noted that browsers are storing webmail url, userid and password for the
> email accounts. for example in firefox browser this is easily seen under
> tools > options > security > saved passwords.
>
> using ssl just encrypts the connection during transmission but the ssl url ,
> email id and password gets stored in the browser
>
> my question is how to how to tackle this issue so that even if a malware
> gets into some user's computer and gets the information it will be useless.
>
> ie Obfuscate url, userid and password or ensure that that information stored
> in browser is incomplete and cannot be used.

This is mostly nothing to do with SquirrelMail, but you should look at
the Password Forget plugin.

--
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
-
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


i understand that this has got nothing to do with squirrelmai functionality ... 
but what i am asking for will definitely increase the security of squirrelmail

password forget plugin does not work.

is there someway to obfuscate the  passwords stored in the browsers ? maybe 
concatenate some random numbers/strings with the existing password

rajesh


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/-
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