[SM-USERS] Where to find the Message Filter file/data

2008-01-26 Thread Nick
Hi,

I lost the Message Filters that I'd set up over serveral

 weeks so had to spend a few hours recreating it.

 Also, I'd like to use the same filters on my other client

 (user) accounts by copying the one I create over to their

 SQmail mailboxes.



Where is the data stored for the Message Filters ???



 Thanks,

  Nick . . . . .



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] Where to find the Message Filter file/data

2008-01-28 Thread Nick
 Hi Roland,



>>I lost the Message Filters that I'd set up over serveral

>> weeks so had to spend a few hours recreating it.

> 

> ok. No-one on this list is responsible for that, maybe ask your server

> admin about this one ;)



I'm the Administrator, so I'll ask myself :)



>> Also, I'd like to use the same filters on my other client

>> (user) accounts by copying the one I create over to their

>> SQmail mailboxes.

>>Where is the data stored for the Message Filters ???

> 

> have a look in your squirrelmail/data directory, there is a .pref file for

> every user. In this file the filters are stored, too. Look out for lines

> starting filter0=, filter1=,...



Took a while to find as it's under the librarys - But once I found

  it and copied them down, renamed mine and uploaded it as the new

  name.pref it worked a charm... Thanx muchly...

  Nick . . . . .



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] Cannot view them when there are over 1,800 messages

2008-02-23 Thread Nick
Hi,

If there are more than 1,800 messages, I get a blank FRAME.



  Is there a way to be able to access those messages normally ?



  Thanks,

  Nick. . .

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] Cannot view them when there are over 1,800 messages

2008-02-27 Thread Nick
Nick-183 wrote:



>> Hi,

>> If there are more than 1,800 messages, I get a blank FRAME.

>>   Is there a way to be able to access those messages normally ?



 > You have not provided any useful information (preventing a useful response)



Well apparently, Ryan, I gave enough "useful information" for

 Tomas as he answered the question - so a "useful response" was not "prevented".

 However, you're right, I should've followed protocol and given more info.



From: Tomas Kuliavas

 > Enable server side sorting in SquirrelMail configuration, if

 > your IMAP server supports it.



 Did this and now I've managed to read a folder with 9,600 messages

  in it...   A couple of times, IMAP timed out and gave me an error

  message - which is 'MUCH' better than just a blank frame...



 Thanks, Tomas, for giving correct directions to fix the problem.



Nick. . .

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] Safari 3.1.1 and Compose HTML

2008-04-20 Thread Nick
Hello,

Does anyone have any issues with using the Compose HTML in Safari
3.1.1.   When I have this preference set, I am unable to see the
editing bar above the compose window.  If i do not have this
preference set, I do not see the option in the compose window to click
on the radio button.  It is only in Safari 3.1.1.

Any ideas?

Thanks!

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
-
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] Multiple SubDomain with 1.2.9

2002-11-09 Thread Nick
Hello Listers...


I currently have to setup multiple sub domain webmail
with just one login page..

e.g :
finance.sub.domain.com,resources.sub.domain.com,
research.sub.domain.com,etc...

vlogin plugin is not quite enough for these sub domains
( yes the dots are three )

in my (ripped) login.php is :

/*$username_form_name = 'login_username';*/

$username_form_name = 'login_user'; // ADDED
$domain = 'user_domain'; //  ADDED

"@


kaltim.go.id
bappeda.kaltim.go.id
bkpm.kaltim.go.id
bawasprop.kaltim.go.id
bpid.kaltim.go.id

";


THEN in my redirect.php is :
$login_username = $login_user.'@'.$user_domain;

The effect is quite much the same like vlogin plugin behaviour
where user only has to enter username and choose the domain from
dropdown select box.


But,
AFTER I upgraded to 1.2.9, and modify it with similar codes..
it still reject the login..

Anyone can point at what I'm missing ?


TIA.






--





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Importing mail files from v1.4.13 to v1.4.20

2012-03-28 Thread Nick
Hi,
 I'm looking for help, or guidance to where I can get info,
on how to import mail files from v1.4.13 to v1.4.20

Moving from an older server to a new Cloud server and found the
newer Squirrelmail /Maildir format is different to the plain text
files I need to move over...
  Thanks,
   Nick. . .
-- 
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
  .  .  .  .  .  .  .  .
...---... (Stamp Out Spam and Save Our Servers)  http://sosNow.ws
 -=[ do you know morse code ? ]=-
  .  .  .  .  .  .  .  .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
-
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] Importing mail files from v1.4.13 to v1.4.20

2012-03-29 Thread Nick
  Hi Fredrik,
  Thanks for the comeback...

> To summarize: your IMAP server has changed,

I did a generic apt-get on both Dovecot and SqM, then same as I
did on my old server, so thought it would be the same format..

I'll have to try and figure out what's different..

BTW: I now realize the Subject 'should' have been:
Exporting mail files from v1.4.13 to v1.4.20 - silly me :)

Thanks again,
   Nick. . .
-- 
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
  .  .  .  .  .  .  .  .
 Take payments or subscriptions on your Website without the high
 setup & monthly fees of a Merchant Account  http://ChargeIt.org
  .  .  .  .  .  .  .  .
 ChargeIt offers a unique & brandable Community Theatre BoxOffice
 See our Demo at http://BoxOffice.ws/ShowIt.pl?BoxOffice
  .  .  .  .  .  .  .  .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
-
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] Mail folder files

2012-06-14 Thread Nick
   Hi All,
 Does anyone know how I can change the way the mail is
stored - On my previous server I ran v1.1.14 and all the messages
were saved into one file that had the mailbox name.

Now I'm running v1.4.20 and the messages are saved into
individual files with long complex names in a folder called /cur
under a /.folder that has the mailbox name.

I'd prefer all the messages to again be saved into one file.

  Thanks for any guidance,
   Nick. . .
-- 
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
  .  .  .  .  .  .  .  .
Please visit http://MyHost.org Web Hosting & Development Business
   -=[  The prices are great - as is our service  ]=-
  .  .  .  .  .  .  .  .
 Take payments or subscriptions on your Website without the high
 setup & monthly fees of a Merchant Account  http://ChargeIt.org
  .  .  .  .  .  .  .  .
 ChargeIt offers a unique & brandable Community Theatre BoxOffice
 See our Demo at http://BoxOffice.ws/ShowIt.pl?BoxOffice
  .  .  .  .  .  .  .  .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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] Mail folder files

2012-06-15 Thread Nick
[SM-USERS] Mail folder files

   Hi Hth,
> Check your IMAP server documentation.

  Will do - thanks,
   Nick. . .
-- 
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
  .  .  .  .  .  .  .  .
...---... (Stamp Out Spam and Save Our Servers)  http://sosNow.ws
 -=[ do you know morse code ? ]=-
  .  .  .  .  .  .  .  .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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] Transfering mail from a working server to a new server

2012-07-08 Thread Nick
   Hi All,
   Hope you're safe and dry and staying cool..

Need some help - I made a new cloud server from a working backup
that I made in March and SQ (same version) worked fine and I saw
all the old mail.  I did an 'rsync' of the current Maildir, to
bring the messages up to date on the new server, and now SQ will
not load at all - can't even get to the login screen.
I've tried restarting postfix and dovecot and even rebooted the
server - no go.  I replaced the old Maildir but that still didn't
work.  I tried this three times with same result.

 Does anyone know what's going on and how to fix it or how to
build a new server and transfer the new mail over ??

  Thanks,
   Nick. . .
-- 
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
  .  .  .  .  .  .  .  .
...---... (Stamp Out Spam and Save Our Servers)  http://sosNow.ws
 -=[ do you know morse code ? ]=-
  .  .  .  .  .  .  .  .
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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] Very slow logging in to SQ

2012-08-03 Thread Nick
Hi All,
   I'm running v1.4.20 on a Linux Rackspace cloud server and
am getting a 'major' slow down on login.  It takes anywhere from
6-25mins (on one occasion it took an hour) to open the mail when
I first log in.  I see that the Maildir has a lot of files (one
per message) in /new that I'm guessing have to be copied over to
the /cur directory when I login - and then all the mailboxes have
to be copied over too finishing with the 68 filter sorting - but
surely it shouldn't take 'that' much time.

I still have an older version (1.1.4) on a different server
that works as it should. It only uses one file for 'all' messages
each named for the individual mailbox but amounting to only 27
large files total (I believe that's called MBox) so I tried to
set the new server to do that, but it ignores the mbox settings
but it keeps creating these directories with loads of files.

Can you please give some guidance to this dumb 'ol tech to
help fix this issue..
   Thanx, in advance,
   Nick. . .


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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] Lost access to SQ - please H E L P

2012-08-05 Thread Nick
   Hi,
 I went away for the weekend to find on return that I can't
access SQ as it give the following when I try yo login:
ERROR: Connection dropped by IMAP server.
Query: LIST "" "someJUNK"

I did a search but found nothing - If anyone can help, please
reply to n...@mydomainhost.org because I can't access the address
this was sent from (Oh yes - I already said that) :)

  Thanks,
   Nick. . .


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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] nutsmail on ensim

2005-03-29 Thread Nick Wilsdon

Hi all,

I'm trying to get the nutsmail skins working on our Ensim box. I have a
problem I have been going over and over this weekend and hoped someone
here should throw me a clue?

The error we get is on relocating the data file. Ensim names the folders
‘squirrelmail-data’ instead of ‘data’ and this is in the same directory
as the main ‘squirrelmail’ folder. On the previous config this is done
as an absolute path: 

$data = “../../squirrelmail-data”;

I have replicated this and we now get the error: 

ERROR 
Error opening ../../data/default_pref
Could not create initial preference file!
../../squirrelmail-data/ should be writable by user apache
Please contact your system administrator and report this error.

Everything works if we use a data folder in the squirrelmail folder but
we want to replicate the existing Ensim setup. 

I have been checking the paths and permissions; the pref files are
writable by user apache. What seems to be the problem is that SM is
looking for ../..data/default.pref and not
../../squirrelmail-data/default.pref   I have looked through the
config.php many times trying to work out why it is still using that path
but no joy yet.

Anyone got any ideas? 

Thanks 

Nick

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.3 - Release Date: 25/03/2005
 



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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


[SM-USERS] Change IMAP authentication

2005-04-13 Thread Nick Trenary
Is there a way to change the IMAP authentication to none?  I see that it's 
an option for SMTP but not IMAP.

Squirrelmail 1.4.3
Cyrus 2.2.12
Nick Trenary

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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] Installing Squirrelmail on OS X server

2005-06-21 Thread Nick Trenary
Has anyone had any success in installing an alternate version of 
Squirrelmail on OS X server?  I'm looking at installing Nutsmail's skin, 
they send their own copy of Squirrelmail.  Their tech support recommends 
removing the current version and installing their copy.  Apple has put 
different pieces of Squirrelmail in different locations.  Just curious if 
installing their version will break any of Apple's implementation of 
Squirrelmail.


Thanks,
Nick


Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office:(319) 398-5145 x267
Work cell: (319) 310-7699  





---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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] Timezone option not present

2005-09-06 Thread Nick Fisher
Hi,
 
I'm using Squirrelmail v1.4.2 on my domain, and I want to be able to set the timezone for my setup so that sent emails reflect the GMT timezone here, rather than the EST timezone of the server that I'm hosted on. All of the help pages say to change the option in the 'Preferences' section, but it isn't available on my setup.
 
In a previous version of SM under a diffenet provider, they were able to add the option for me. Does anyone know how this can be done? I've searched the plugins, but to no avail
 
Thanks,
 
Nick
		How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos. Get Yahoo! 
Photos

[SM-USERS] Can't send mail outside domain

2005-09-08 Thread Nick Fisher
Hi,
 
My SM setup (1.4) has ceased to send mail properly. All mail I send to external domains is not sent through, and I either don't hear anything about it, or I recieve a message like the following a few hours later
 
**
The original message was received at Wed, 7 Sep 2005 10:06:59 -0500from localhost [127.0.0.1]   - Transcript of session follows -<[EMAIL PROTECTED]>... Deferred: Connection timed out with *addressee server*Warning: message still undelivered after 4 hoursWill keep trying until message is 5 days old**
 
Mail that I send within my domain, however, goes through fine. 
 
I am setup to use SMTP, localhost, on port 25. As it is a web-based server, I can't see any problem with firewalls, and their details have certainly not changed recently.
 
Any ideas anyone?
 
Nick
		Yahoo! Messenger 
 NEW - crystal clear PC to PC 
calling worldwide with voicemail 


[SM-USERS] Squirrelmail problem

2005-10-06 Thread Nick Trenary

OS X 10.4.2 server running SM 1.4.5, Cyrus Imapd 2.2.12, Cyrus SASL 2.1.18.

We recently migrated to this setup and have had a frustrating SM/Cyrus 
problem since day 1.  Occassionaly a user cannot log into this account 
using SM.  The error message reads '*ERROR: Connection dropped by IMAP 
server.'* 


When I type ps ax at Terminal I see:
3727  ??  U  0:00.83 imapd: localhost [::1] username user.username

I cannot kill it, only rebooting the server takes care of until it 
happens again.  A possible cause of this might be linked to users trying 
to move messages from one folder to another in SM but right now I don't 
have enough info.  We have had no problems with other email clients 
(T-bird, Eudora, Outlook, etc).  Is this a SM issue or a Cyrus issue?


Thanks,
Nick

--
Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office:(319) 398-5145 x267
Work cell: (319) 310-7699




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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] Increase print friendly font size

2005-10-28 Thread Nick Trenary
Where can I change the code to increase the font size on printed email?  
I've looked in the printer_friendly_*.php pages and haven't found a 
logical place. 


Thanks,
Nick

--
Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office: 319.398.5145 x267
Cell: 319.310.7699




---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
--
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] SM accounts locked out when moving mail from Inbox to Inbox

2005-12-16 Thread Nick Trenary

Mac OS Server 10.4.2
Cyrus v2.2.12 - stock OS X.4
SM v1.4.5 - stock OS X.4
php v4.3.11 - stock OS X.4

Plugins
 Installed Plugins
   1. abook_take
   2. check_quota
   3. compatibility
   4. verify_reply_to
   5. view_as_html
   6. smallcal
   7. filters
   8. unsafe_image_rules

I have been having a frustrating problem with SM.  For the past couple 
of weeks my users have become locked out, their process has become 
uninterruptible, only a hard reboot fixes it.  At least one cause is 
users accidentally moving mail from their Inbox to their Inbox, the user 
eventually gets this error: 'ERROR: Connection dropped by IMAP server. 
Query: COPY 718 "INBOX"' and is then locked out.  Fix?


Thanks,
Nick

--
Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office: 319.398.5145 x267
Cell: 319.310.7699




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] SM accounts locked out when moving mail from Inbox to Inbox

2005-12-16 Thread Nick Trenary

Mac OS Server 10.4.2
Cyrus v2.2.12 - stock OS X.4
SM v1.4.5 - stock OS X.4
php v4.3.11 - stock OS X.4

Plugins
 Installed Plugins
   1. abook_take
   2. check_quota
   3. compatibility
   4. verify_reply_to
   5. view_as_html
   6. smallcal
   7. filters
   8. unsafe_image_rules

I have been having a frustrating problem with SM.  For the past couple 
of weeks my users have become locked out, their process has become 
uninterruptible, only a hard reboot fixes it.  At least one cause is 
users accidentally moving mail from their Inbox to their Inbox, the user 
eventually gets this error: 'ERROR: Connection dropped by IMAP server. 
Query: COPY 718 "INBOX"' and is then locked out.  I can consistently 
reproduce this problem.  Fix?


Thanks,
Nick

--
Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office: 319.398.5145 x267
Cell: 319.310.7699




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] Prevent users from moving mail to current folder

2005-12-19 Thread Nick Trenary

OS 10.4.2
Cyrus v2.2.12
SM v1.4.5
php v4.3.11

Is there a way to prevent users from accidentally moving mail to the 
current folder it resides in?  I can consistently lock an email account 
by moving a message to the INBOX if it is currently there.  Is there a 
fix for this?  A way to sort the 'Move selected to:' list 
alphabetically?  I have commented the drop-down box out completely but 
my users are already wanting that ability back up.  I am not a php 
expert whatsoever.  Any help is much appreciated.


Nick Trenary
Cedar Rapids Public Library



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] SM accounts lock when moving mail from Inbox to Inbox

2006-01-03 Thread Nick Trenary

OS X Server 10.4.2
Cyrus v2.2.12
SM v1.4.5
php v4.3.11

I can consistently lock an account when I try to move an email from the 
mailbox it is in to the same mailbox, ex: Inbox to Inbox. I can do this 
on the production server as well as a pristine install on another 
server. The mailaccess and system logs yield nothing. Others on the 
Apple discussion groups can confirm this happens to them as well.  I 
have commented that piece out in the php code but my users are wondering 
when they can move mail again. Does anyone have a fix for this?


--
Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office: 319.398.5145 x267
Cell: 319.310.7699




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] pam radius/OTP question

2006-01-13 Thread Nick Owen

Greetings.

First, absolutely great package.  Thanks for all the work.

I'm trying to configure squirrelmail to talk via PAM and radius to a 
one-time password system.  I am using Cryus and postfix.


I have /etc/pam.d/imap pointed to the OTP server with 'sufficient' as 
the setting.  I can login with a password.  I can successfully the OTPs 
with

# testsaslauthd -u username -p onetimepasscodehere

and with

imtest -u username -a usernane -p onetimepasscodehere

I can successfully log into the imap server via Thunderbird using the 
OTP, but Squirrelmail seems to request validation of the OTP twice.  The 
first time, the OTP is validated.  The second time, it fails (for 
obvious reasons ;).


I've googled and FAQ'd all I can.  Anybody know why squirrelmail would 
be looking to authenticate twice?


thanks in advance,

nick


--
Nick Owen
WiKID Systems, Inc.
404.962.8983 (desk)
404.542.9453 (cell)
http://www.wikidsystems.com
At last, two-factor authentication, without the hassle factor
Now open source: http://sourceforge.net/projects/wikid-twofactor/


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] pam radius/OTP question

2006-01-13 Thread Nick Owen
LOL, guess i should have put more thought into the architecture ;). Oh 
well, I didn't have much else to do today.


That being said, is there a way to cache the session credentials in 
apache or PHP?


Chris Hilts wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Owen wrote:


I'm trying to configure squirrelmail to talk via PAM and radius to a
one-time password system.  I am using Cryus and postfix.


Since every click generates a new login to the IMAP server (remember,
we're dealing with a web app here - each click is a new request..),
won't you run out of pregenerated OTP challenges pretty darn quick?

I don't believe OTP is feasible for webmail use.

- --
Chris Hilts
[EMAIL PROTECTED]
Say it with flowers -- Send them a triffid!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFDx/7098ixrK2vMtARAvbaAJ9Jxmpttiky0WMdE56s4Y6H3CtnJgCfQs9m
qS44zqo9LENNpAxmVtl7Qxw=
=asvo
-END PGP SIGNATURE-


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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



--
Nick Owen
WiKID Systems, Inc.
404.962.8983 (desk)
404.542.9453 (cell)
http://www.wikidsystems.com
At last, two-factor authentication, without the hassle factor
Now open source: http://sourceforge.net/projects/wikid-twofactor/


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] pam radius/OTP question

2006-01-13 Thread Nick Owen

Chris Hilts wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Owen wrote:

LOL, guess i should have put more thought into the architecture ;). Oh
well, I didn't have much else to do today.

That being said, is there a way to cache the session credentials in
apache or PHP?


Sure.. And in fact, that's exactly how our login system works.  PHP
remembers your username and (hashed) password in a session.  However,
that won't do much good for OTP, because, by it's very nature the OTP
token will be invalid for the next login even when cached.  Or have I
misunderstood what you're asking? (Wouldn't be the first time I've done
that..)


No, you understand, I'm just slow and not terribly specific.  Each click 
is a new login.  The creds are cached.  So, each request sends the 
cached creds to the authentication mechanism.  Is there a way to use a 
cached sessionid variable instead of using the creds without breaking 
the security model?   Is there a plugin that might do something like 
this? Or would we have to do a new plugin?


tia,

nick


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] pam radius/OTP question

2006-01-13 Thread Nick Owen

Jeremy Shaffner wrote:

I don't usually reply to myself, but what about the IMAP proxy?

On 1/13/06 1:40 PM, "Jeremy Shaffner" <[EMAIL PROTECTED]> wrote:



There are a couple OTP implementations that allow for increasing the time a
password is good for (I've also been looking into RADIUS w/OTP for other
uses.)

I wonder if you could make an OPIE or S/Key calculator via Ajax that could
provide SM with the next password.  :)

On 1/13/06 1:33 PM, "Chris Hilts" <[EMAIL PROTECTED]> wrote:




Hey Jeremey.  Interesting idea. Let me dig into it.  Are you thinking of 
imapproxy.org or something else?


--
Nick Owen
WiKID Systems, Inc.
404.962.8983 (desk)
404.542.9453 (cell)
http://www.wikidsystems.com
At last, two-factor authentication, without the hassle factor
Now open source: http://sourceforge.net/projects/wikid-twofactor/


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] pam radius/OTP question

2006-01-16 Thread Nick Owen

Jeremy Shaffner wrote:


On 1/13/06 1:54 PM, "Nick Owen" <[EMAIL PROTECTED]> wrote:


Jeremy Shaffner wrote:

I don't usually reply to myself, but what about the IMAP proxy?


Hey Jeremey.  Interesting idea. Let me dig into it.  Are you thinking of
imapproxy.org or something else?


That's the one.


And it did the trick.  Thanks.  Works like a charm.



--
Nick Owen
WiKID Systems, Inc.
404.962.8983 (desk)
404.542.9453 (cell)
http://www.wikidsystems.com
At last, two-factor authentication, without the hassle factor
Now open source: http://sourceforge.net/projects/wikid-twofactor/



Wait, it's WiKID you're trying to use isn't it?  I didn't even catch that.
Write an Ajax client  :P.


How about a Firefox extension?  Would that be cool?  We'd have to think 
about the security of an AJAX client - key storage.


Nick


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
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] Getting started.

2006-03-20 Thread Nick Owen
David wrote:
> Hi.  I have SM installed on my Linux FC4 dedicated server but I have no idea 
> how to link it to the 4 virtual domains I have on it.  Has anyone got the 
> time and the will to help me get setup.
> 
> What I want is all of my domains to use the webmail 
> www.mydomain.net/squirrelmail etc.
> 

David:

Check out how to set up virtual hosts on Apache, starting here:
http://httpd.apache.org/docs/2.0/vhosts/name-based.html

I'd give an example from mine, but I think that they are fairly specific
and might lead you in the wrong direction.

HTH,

nick

-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication
https://www.linkedin.com/in/nickowen


---
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] Getting started.

2006-03-20 Thread Nick Owen
David wrote:
> I think all that is fine, the websites are working great.  I presume there is 
> a config file for SM to edit, I guess I just cant work it out, I thought it 
> might have relatively simple.  With Webmin installed I thought there might 
> have been a module called 'squirrelmail' or something but I cannot see 
> anything.
> 
> Thanks
> 
> David
> 
> 
> On Monday 20 March 2006 17:33, Nick Owen wrote:
> 
>> Check out how to set up virtual hosts on Apache, starting here:
>> http://httpd.apache.org/docs/2.0/vhosts/name-based.html
>>
>> I'd give an example from mine, but I think that they are fairly specific
>> and might lead you in the wrong direction.

So what happens when you browse to
http://www.servername.com/squirrelmail? How is your directory set up?
Do you have a squirrelmail directory set up in each of the website's
directories?

-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication
https://www.linkedin.com/in/nickowen


---
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] webmail+kerberos+cyrus imapd

2006-04-17 Thread Nick Owen
On 4/15/06, ph rhole oper <[EMAIL PROTECTED]> wrote:
I have a cyrus-imapd authenticating users through a krb5 kdc.Now i needwebmail interfacing too!Where do i start from?Is there websso (pubcookie,cosign) support insquirrelmail?Take a look at using Cyrus SASL.  Look here:
http://nakedape.cc/info/Cyrus-IMAP-HOWTO/quickstart.html#id2950694HTH,Nick-- Nick OwenWiKID Systems, Inc.
404.962.8983 (desk)404.542.9453 (cell)http://www.wikidsystems.comNow open source: http://sourceforge.net/projects/wikid-twofactor/



[SM-USERS] ERROR: Unknown IMAP response.

2006-06-11 Thread Nick Wilkens
I am recieving an error message after 2-3 days of uptime when using squirrelmail (horde works fine).I either get: "ERROR: Unknown IMAP response." or "ERROR: Connection dropped by IMAP server.", this happens for all users of the server.  The server load is minimal.

I saw a post on http://mailman1.u.washington.edu/pipermail/imap-use/2005-December/56.htmlwith the same symptoms, and the answer was to fix squirrel mail [ 
http://mailman1.u.washington.edu/pipermail/imap-use/2005-December/60.html ], or slow the imap server down. The problem goes away when I `strace` the imapd process, which in effect slows down the imap server.

Anyone know the proper way to fix this issue?
Details:
 

IMAP Server:courier-imap
PHP: PHP 4.4.2 (cli) (built: Apr 25 2006 16:27:06)Copyright (c) 1997-2006 The PHP GroupZend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Web server: Server version: Apache/1.3.34 (Unix)Server built:   Apr 25 2006 16:15:39
Platform: RHEL3 2.4.21-40.ELsmp
How your software was installed: CPanel/WHM
SquirrelMail version : 1.4.6
Any notes that might make your install different, even if minor (like you have rewrite rules): mod_rewrite, mod_bwlimited, mod_log_bytes, mod_security.
Error Message: 
 
ERROR: Unknown IMAP response.Query: FETCH 1:* (FLAGS UID RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER.FIELDS (Date To Cc From Subject X-Priority Importance Priority Content-Type)])Server responded: 
--
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] ERROR: Unknown IMAP response.

2006-06-21 Thread Nick Wilkens
Thanks for the information.  
 
I will be testing with a standard install.
 
We are not using an IMAP proxy.
 
Server side sorting and threading options were set to false in the config.php file, I have set server side sorting ($allow_server_sort = true;) should I also set $allow_thread_sort = true;? 
 
Thanks,
 Nick 
On 6/12/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
> I am recieving an error message after 2-3 days of uptime when using> squirrelmail (horde works fine).
> I either get: "ERROR: Unknown IMAP response." or "ERROR: Connection> dropped> by IMAP server.", this happens for all users of the server.  The server> load> is minimal.
>> I saw a post on> http://mailman1.u.washington.edu/pipermail/imap-use/2005-December/56.html> with the same symptoms, and the answer was to fix squirrel mail [
> http://mailman1.u.washington.edu/pipermail/imap-use/2005-December/60.html],> or slow the imap server down. The problem goes away when I `strace`
> the imapd process, which in effect slows down the imap server.>> Anyone know the proper way to fix this issue?Make sure that you can reproduce same issue in standard SquirrelMailinstallation without any enabled plugins.
Make sure that issue can be reproduced without IMAP proxy, if you use one.Provide information about SquirrelMail server side sorting and threadingoptions. If server side sorting is turned off in SquirrelMail 4. General
Options - make sure that you can reproduce issue, when sorting is turnedon.--Tomas--squirrelmail-users mailing listPosting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelinesList Address: squirrelmail-users@lists.sourceforge.netList Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.userList Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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] apache pid segmentfault

2006-07-11 Thread Nick Smith
I have a strange problem and Ive gone through the entire "solving
problems" section of the SM website and googled for hours and cant
seem to find a resolution to the problem. I hope someone can shed some
light on this for me.

This is probably a system issue, but just incase it wasnt I want to
post the problem here and see what everyone thought.

I have an SLES 9 install with apache2/php4.3.4/SM 1.4.7/cyrus, at
first I was missing the php4-sessions and libmm modules so I got those
installed successfully but now when i try to get to the login page it
gives no error and its just a blank page, and in the apache error log
i just get an error that the apache pid that was processing the
request died:

[Tue Jul 11 16:02:30 2006] [notice] child pid 22754 exit signal
Segmentation fault (11)
[Tue Jul 11 16:02:30 2006] [notice] child pid 22863 exit signal
Segmentation fault (11)

I have no other error to go on that that, apache doesnt die, and other
php pages load just fine, but for some reason every time i try to load
the SM page it kills the pid that was trying to process the request.

What do you think? Is this some how just a borked system or is there
something im missing in the SM setup/install that would be causing
this? Can you point me in the right direction at least?

Thanks for all your help.

Nick


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-11 Thread Nick Smith
>
> could you check SquirrelMail src/configtest.php script?
>
> --
> Tomas

That returns the same segment fault as the main login page.  Does this
indicate a corrupt install? I downloaded the latest off the SM website
and unzipped to the root of the webserver and set it up via the
./configure command and set it up for cyrus and the correct domain
etc.  What do you suggest?

thanks for the help.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-12 Thread Nick Smith
On 7/12/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
> >>
> >> could you check SquirrelMail src/configtest.php script?
> >>
> >> --
> >> Tomas
> >
> > That returns the same segment fault as the main login page.  Does this
> > indicate a corrupt install? I downloaded the latest off the SM website
> > and unzipped to the root of the webserver and set it up via the
> > ./configure command and set it up for cyrus and the correct domain
> > etc.  What do you suggest?
>
> put die() calls in src/configtest.php and find line that causes apache
> segfault.
>
> or create test script with
>  session_start();
> echo session_id();
> ?>
>
> and see if it causes segfault.
>
> make sure that session.save_path setting has valid path
>

Yes the above also causes it to segfault.  The save_path is set to
/tmp and it is a valid path. and this is the output from my php -i |
grep session:

session
session.auto_start => Off => 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_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => Off => Off

Anything look messed up in there? also where do you set these settings? php.ini?


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-12 Thread Nick Smith
>
> Normal settings.
>
> See http://bugs.php.net/bug.php?id=22425
> [23 Aug 2005 4:51pm UTC] ben_as_usual at yahoo dot com
>
>
hmmm. thanks for the link, I did what it suggested and changed the
order in which the extensions load, but there were only two in the
list:

extension=mysql.so
extension=session.so

session.so was first, but and i moved it below mysql.so and restarted
apache and it still segfaults.

What else can i try?

thanks for you help.

Nick


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-12 Thread Nick Smith
On 7/12/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
> >>
> >> Normal settings.
> >>
> >> See http://bugs.php.net/bug.php?id=22425
> >> [23 Aug 2005 4:51pm UTC] ben_as_usual at yahoo dot com
> >>
> >>
> > hmmm. thanks for the link, I did what it suggested and changed the
> > order in which the extensions load, but there were only two in the
> > list:
> >
> > extension=mysql.so
> > extension=session.so
> >
> > session.so was first, but and i moved it below mysql.so and restarted
> > apache and it still segfaults.
> >
> > What else can i try?
>
> have you restarted apache after you modified php.ini?
>
>
How do i show the version numbers? and yes i did restart apache after
i modified the php.ini file.

php --version gives me this:

PHP 4.3.4 (cli) (built: Apr 19 2006 20:29:47)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies

What else do you need me to show and how do i go about doing it?

Thanks


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-12 Thread Nick Smith
>
> rpm -q -a | grep php
>
ok thanks

php4-mysql-4.3.4-43.53
apache2-mod_php4-4.3.4-43.53
php4-session-4.3.4-43.8
php4-4.3.4-43.53


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] apache pid segmentfault

2006-07-12 Thread Nick Smith
On 7/12/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:
> >>
> >> rpm -q -a | grep php
> >>
> > ok thanks
> >
> > php4-mysql-4.3.4-43.53
> > apache2-mod_php4-4.3.4-43.53
> > php4-session-4.3.4-43.8
> > php4-4.3.4-43.53
>
> you have php4 43.53 version and php4-session 43.8 version.
>
> Run Yast and make sure that you have installed all updates or make sure
> that php4 and php4-session package versions match.
>
>
YOU ARE THE MAN!

I did an online update and there was a security update for php which
brought all my versions up to:

php4-session-4.3.4-43.61
php4-4.3.4-43.61
apache2-mod_php4-4.3.4-43.61
php4-mysql-4.3.4-43.61

And i am now able to get to the login screen!

Thanks so much for your help, hopefully this will help someone else in
the future. And hopefully i dont have any more problems with this.

Thanks again

Nick.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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] Spam Sent From WebMail

2007-10-09 Thread Nick Bright
, not just that it went away when running a virus/trojan/backdoor
cleaner.

Sincerely,
Fredrik



I'm not sure if he found a way to combat the problem, but I have had the 
same issue twice now. In both cases it wasn't a virus/trojan on the 
users' machine that was doing the sending, but actually a botnet using 
compromised authorization information. In the first bout of this, it was 
weak passwords. We corrected all weak passwords on the system, that was 
about three months ago.


This time, a users' PC appears to have been infected with a trojan of 
some sort which was able to pull their username & password out of 
something (suspect IE saved forms), then the botnet used that to relay 
mail out of squirrelmail. I've since followed the instructions on the 
wiki to turn off autocomplete on the login form.


Obviously, this isn't a bug in squirrelmail, but given the environment 
on the internet right now, perhaps one fix might be for the SM team to 
re-code whatever is allowing these POST url's to send mail. Turning off 
autocomplete might also be a sane default.


Regardless of that, here's a few details on my system:

CentOS 4.5 w/ squirrelmail-1.4.8-4.0.1.el4.centos. Plugins are:

  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail
4. mpppolicygroup
5. quota_usage

Apache version httpd-2.0.52-32.3.ent.centos4 w/ mod_access_rbl
PHP version php-4.3.9-3.22.9

Some more thoughts:

Per some suggestions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Nobody can reasonably expect an ISP to keep every single users' PC clean
of trashware constantly, so accordingly there needs to be some way to
mitigate the impact of this type of issue at the common point - the 
SquirrelMail installation. It doesn't seem to me like this is a bug or a 
security vulnerability in SM since a valid users' password was 
compromised, but is there any way to mitigate this type of thing?


I would appreciate any feedback regarding this topic and methods of
mitigating damage done by compromised accounts. I will also answer any
questions that may help develop a method of mitigation.

- Nick Bright
  Terra World
  http://home.terraworld.net



begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent From WebMail

2007-10-09 Thread Nick Bright

Ken A wrote:

Nick Bright wrote:


Per some suggestions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0"; 


"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"



Are you saying that was the only entry in the log from that IP? They 
only hit compose.php? If not, what was the sequence of events?


There were many hits from quite a few different IP addresses, and they 
all looked simmilar to that. I've extracted log entries from that IP 
address, and attached the file to this message.


From what I can tell it logs in, then hits compose.php repeatedly.

 - Nick



Ken



Nobody can reasonably expect an ISP to keep every single users' PC clean
of trashware constantly, so accordingly there needs to be some way to
mitigate the impact of this type of issue at the common point - the 
SquirrelMail installation. It doesn't seem to me like this is a bug or a 
security vulnerability in SM since a valid users' password was 
compromised, but is there any way to mitigate this type of thing?


I would appreciate any feedback regarding this topic and methods of
mitigating damage done by compromised accounts. I will also answer any
questions that may help develop a method of mitigation.

- Nick Bright
  Terra World
  http://home.terraworld.net


196.1.179.183 - - [08/Oct/2007:12:05:31 -0500] "GET /webmail/src/webmail.php 
HTTP/1.1" 200 1215 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [08/Oct/2007:12:05:33 -0500] "GET /webmail/images/sm_logo.png 
HTTP/1.1" 200 7396 "http://webmail.terraworld.net/webmail/src/webmail.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [08/Oct/2007:12:06:11 -0500] "GET /webmail/src/login.php 
HTTP/1.1" 200 12634 "http://webmail.terraworld.net/webmail/src/webmail.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [08/Oct/2007:12:07:01 -0500] "POST /webmail/src/redirect.php 
HTTP/1.1" 200 1201 "http://webmail.terraworld.net/webmail/src/login.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:26:26 -0500] "GET /webmail/src/webmail.php 
HTTP/1.1" 200 1215 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:26:28 -0500] "GET /webmail/images/sm_logo.png 
HTTP/1.1" 200 7396 "http://webmail.terraworld.net/webmail/src/webmail.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:29:22 -0500] "GET /webmail/src/login.php 
HTTP/1.1" 200 12615 "http://webmail.terraworld.net/webmail/src/webmail.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:30:15 -0500] "POST /webmail/src/redirect.php 
HTTP/1.1" 302 - "http://webmail.terraworld.net/webmail/src/login.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:30:18 -0500] "GET 
/webmail/src/webmail.php?right_frame=/webmail/src/webmail.php HTTP/1.1" 200 351 
"http://webmail.terraworld.net/webmail/src/login.php"; "Mozilla/4.0 (compatible; 
MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:30:21 -0500] "GET 
/webmail/src/%2Fwebmail%2Fsrc%2Fwebmail.php HTTP/1.1" 404 322 
"http://webmail.terraworld.net/webmail/src/webmail.php?right_frame=/webmail/src/webmail.php";
 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:30:21 -0500] "GET /webmail/src/left_main.php 
HTTP/1.1" 200 2876 
"http://webmail.terraworld.net/webmail/src/webmail.php?right_frame=/webmail/src/webmail.php";
 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:31:35 -0500] "GET 
/webmail/src/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX 
HTTP/1.1" 200 5253 "http://webmail.terraworld.net/webmail/src/left_main.php"; 
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:31:38 -0500] "GET 
/webmail/images/down_pointer.png HTTP/1.1" 200 272 
"http://webmail.terraworld.net/webmail/src/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX";
 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
196.1.179.183 - - [07/Oct/2007:21:31:39 -0500] "GET 
/webmail/images/sort_

Re: [SM-USERS] Spam Sent from WebMail

2007-10-09 Thread nick-tech
Sorry to reopen a thread, but I am seeing the same issue as the original
poster in this thread:

http://sourceforge.net/mailarchive/message.php?msg_id=c11d02530709050557ldb78519i4cdecd1ea08dc368%40mail.gmail.com

In that I am seeing spam sent through my SM install, packages are:

CentOS 4.5 w/ squirrelmail-1.4.8-4.0.1.el4.centos. Plugins are:

  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail
4. mpppolicygroup
5. quota_usage

  Available Plugins:
6. translate
7. compatibility
8. spamcop
9. sent_subfolders
10. check_quota
11. filters
12. calendar
13. info
14. message_details
15. listcommands
16. mail_fetch
17. twc_weather
18. show_thumb
19. captcha
20. bug_report
21. fortune
22. lockout
23. administrator
24. addgraphics
25. abook_take

Apache version httpd-2.0.52-32.3.ent.centos4 w/ mod_access_rbl
PHP version php-4.3.9-3.22.9

Symtoms are:

Somehow a botnet operator gets ahold of a valid username and password. I
assume through trojan activity. The botnet then proceeds to sent mail
through squirrelmail using a *valid* username and password. I think that
it is a botnet because the same username has many hits from widely varying
IP addresses. Changing the password blocks the spam and stops the
behavior.

I am certain that this is not a case of forged headers for the same
reasons as the OP: Spam shows up in the Sent folder, disabling the account
stops the spam, and I see the traffic in the web server logs. We have also
been blacklisted on a couple of RBL's due to this issue.

Per some suggetions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

It doesn't seem to me like this is a bug or a security vulnerability in SM
since a valid users' password was compromised, but is there any way to
mitigate this type of thing?

Nobody can reasonably expect an ISP to keep every single users' PC clean
of trashware constantly, so accordingly there needs to be some way to
mitigate the impact of this type of issue.

This happened once before, but it was an assault against weak passwords in
our accounting systems. We cleaned that problem up and as a result
installed mod_access_rbl on the web server, which does RBL checks against
spamcop - anyone that tries to log in to webmail has to make it past that
RBL check, but still this has happened! The total number of spams in the
users "Sent" box was only a few hundred, so it seems like the RBL mod
helped quite a bit, but still some IP addresses on the botnet were not
RBL'd.

I would appreciate any feedback regarding this topic and methods of
mitigating damage done by compromised accounts. I will also answer any
questions that may help develop a method of mitigation.

If anyone is interested in the mod_access_rbl, I'm having trouble finding
the original page, but I do have a patch file I can send you.

 - Nick Bright
   Network Admin
   Terra World








-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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] Spam Sent From WebMail

2007-10-09 Thread Nick Bright

Ken A wrote:

Nick Bright wrote:

Ken A wrote:

Nick Bright wrote:


Per some suggestions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0"; 


"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"


Are you saying that was the only entry in the log from that IP? They 
only hit compose.php? If not, what was the sequence of events?
There were many hits from quite a few different IP addresses, and they 
all looked simmilar to that. I've extracted log entries from that IP 
address, and attached the file to this message.


 From what I can tell it logs in, then hits compose.php repeatedly.


That's odd. It really doesn't look like a bot. Perhaps it's using an IE 
toolbar of some sort to control the browser. There is a CAPTCHA plugin, 
and a "Password Forget" plugin, but when a bot behaves like a user, it's 
hard to block without inconveniencing the user. :-\


Yes that was my take as well, it really looks like a user using
webmail but when I go through my AOL mail loop messages they show
headers such as:

from 81.199.179.36 (proxying for 10.250.50.255)(SquirrelMail
authenticated user exploiteduser)by webmail.terraworld.net with
HTTP;Thu, 4 Oct 2007 18:57:06 -0500 (CDT)

IP Addresses from AOL mail loop:
196.1.179.183
78.138.2.196
41.219.220.2
81.199.179.36
84.254.188.2
88.202.124.6

Where the IP address connecting as user "exploiteduser" varies widely,
and the attached message is always the same 'lottry' phishing scam. I 
suppose it's possible that it's coming from the users' PC (they are on 
dialup after all), but the IP addresses vary so widely that I seriously 
doubt that it's one PC. The list is relatively short because I would 
expect most of the botnet to be listed on RBL's, and my web server 
blocks based on RBL lookups.


 - Nick



Ken



 - Nick


Ken



Nobody can reasonably expect an ISP to keep every single users' PC clean
of trashware constantly, so accordingly there needs to be some way to
mitigate the impact of this type of issue at the common point - the 
SquirrelMail installation. It doesn't seem to me like this is a bug 
or a security vulnerability in SM since a valid users' password was 
compromised, but is there any way to mitigate this type of thing?


I would appreciate any feedback regarding this topic and methods of
mitigating damage done by compromised accounts. I will also answer any
questions that may help develop a method of mitigation.

- Nick Bright
  Terra World
  http://home.terraworld.net



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/




--
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





begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent from WebMail

2007-10-09 Thread Nick Bright

Tomas Kuliavas wrote:

CentOS 4.5 w/ squirrelmail-1.4.8-4.0.1.el4.centos. Plugins are:


CVE-2006-6142, CVE-2007-1262, CVE-2007-2589. Please note that html
filtering functions must be patched to 1.4.10+ level. Having only 1.4.9a
patches is not enough. If changelog says that CVE-2006-6142 is fixed,
check functions/mime.php and make sure that it is similar to 1.4.10a file
and not to 1.4.9a file.


Doesn't seem like it's a security vulnerability in squirrelmail causing 
this, though your point is valid with regard to the CVE's.





  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail
4. mpppolicygroup
5. quota_usage

  Available Plugins:
6. translate
7. compatibility
8. spamcop
9. sent_subfolders
10. check_quota


Version of check_quota plugin? PHP register_globals setting?


check_quota version 1.4
register_globals = off




Per some suggetions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"


Wrong log entry. What you have in logs before this redirection is made in
SquirrelMail. This page only displays notice that message is send.


In another post, I attached the results of a grep for a specific IP.



If you know ip of spammer, check all log entries from that ip address. You
must trace whole path. How do they log in? Is there a legit login for same
account at that time? Which pages are opened?


They appear to emulate a browser, from what I can tell. They are using a 
valid username and password apparently culled from an infected PC somewhere.




Have you tried to protect your webmail traffic? Signed SSL certificate
costs less than 20 USD.


I'd expect they support SSL on their end, this probably wouldn't make 
any difference.


 - Nick Bright




begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent From WebMail

2007-10-09 Thread Nick Bright

Paul Lesniewski wrote:

On 10/9/07, Ken A <[EMAIL PROTECTED]> wrote:

Nick Bright wrote:

Ken A wrote:

Nick Bright wrote:


Per some suggestions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";

"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"


Are you saying that was the only entry in the log from that IP? They
only hit compose.php? If not, what was the sequence of events?

There were many hits from quite a few different IP addresses, and they
all looked simmilar to that. I've extracted log entries from that IP
address, and attached the file to this message.

 From what I can tell it logs in, then hits compose.php repeatedly.

That's odd. It really doesn't look like a bot.


I agree - a bot probably wouldn't hit any options pages, etc.


Someone else said that they saw the same behavior, and the bot was 
hitting the options page to change the FROM address and users' name.





Perhaps it's using an IE
toolbar of some sort to control the browser. There is a CAPTCHA plugin,
and a "Password Forget" plugin, but when a bot behaves like a user, it's
hard to block without inconveniencing the user. :-\


Right.  I would suggest the Restrict Senders plugin is what the OP
wants if "mitigation" is the goal.  "Re-coding whatever is allowing
these POST url's to send mail" is meaningless unless you want SM
without compose functionality.


I'll look at the restrict senders plugin.

My suggestion about not allowing POST to send mail is based on me not 
knowing anything about how SM works, but the thought of "if they can't 
craft a URL to send mail and poke it to the server, wouldn't that fix 
the issue?". Seems like GET should be just as valid, and prevent an 
injection exploit like this appears to be.


Please keep in mind I am not a programmer, just a user, so there's not 
much good in raking me over the coals with programming arguments.


 - Nick Bright



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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
begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent from WebMail

2007-10-09 Thread Nick Bright

Paul Lesniewski wrote:

On 10/9/07, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:

CentOS 4.5 w/ squirrelmail-1.4.8-4.0.1.el4.centos. Plugins are:

CVE-2006-6142, CVE-2007-1262, CVE-2007-2589. Please note that html
filtering functions must be patched to 1.4.10+ level. Having only 1.4.9a
patches is not enough. If changelog says that CVE-2006-6142 is fixed,
check functions/mime.php and make sure that it is similar to 1.4.10a file
and not to 1.4.9a file.


Yeah, the first thing you do when you have a problem like this is
ensure all your software is up to date.  I am shocked the OP lets that
slip by.


Perhaps because it was two in the morning I didn't notice that 1.4.9a 
was quite so old :/ It seems odd to me that the RHEL/CentOS team 
wouldn't have a more up to date version. I'm sure that the CVE's are 
patched though.





  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail
4. mpppolicygroup
5. quota_usage

  Available Plugins:
6. translate
7. compatibility
8. spamcop
9. sent_subfolders
10. check_quota

Version of check_quota plugin? PHP register_globals setting?


Per some suggetions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";
"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Wrong log entry. What you have in logs before this redirection is made in
SquirrelMail. This page only displays notice that message is send.

If you know ip of spammer, check all log entries from that ip address. You
must trace whole path. How do they log in? Is there a legit login for same
account at that time? Which pages are opened?


See the other, original thread about this.  The OP should not be
creating duplicate threads with identical information in them.


It's all the same thread if you ask me. There were no newer messages in 
the thread, and I just subscribed to the list, so I created a new 
message with a link to the old thread in the mailing list archive, and 
submitted my information.


However, after about 36 hours it still hadn't arrived on the list, and 
someone else replied to the original thread, so I just jumped in.





Have you tried to protect your webmail traffic? Signed SSL certificate
costs less than 20 USD.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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
begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent from WebMail

2007-10-09 Thread Nick Bright

Ken A wrote:

Nick Bright wrote:

Tomas Kuliavas wrote:



Have you tried to protect your webmail traffic? Signed SSL certificate
costs less than 20 USD.
I'd expect they support SSL on their end, this probably wouldn't make 
any difference.


The difference is that fewer passwords could easily be stolen if you 
used & forced SSL. This is certainly relevant.

Ken


How so? that would only prevent man in the middle attacks, when the 
problem is almost certainly in a keylogger or trojan on the end users' 
PC - where the keyboard input isn't encrypted by the SSL certificate.


Though yes, I do want to use/force an SSL certificate, I do not agree 
that it would help with the issue at hand.





 - Nick Bright




begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
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] Spam Sent From WebMail

2007-10-09 Thread Nick Bright

Paul Lesniewski wrote:

Please do NOT top-post and try to use correct reply quoting.

On 10/9/07, Brent <[EMAIL PROTECTED]> wrote:

I had this exact issue.  It ended up being one exploited account.  The IP
addresses connecting to the account were from various APNIC blocks.  I would
block one IP and it would move to another... suggesting that it was some
kind of bot - however, I added the captcha plugin and they kept logging in!
I changed the password on the exploited account and so far it hasn't
resurfaced.


You might have chosen a weak CAPTCHA mechanism.  It might be useful
for others if you mention which CAPTCHA backend you used (and if you
tried any others).


What mechanism do you suggest, I am looking at using this plugin, but 
there is quite the array of options for mechanisms to use.





Per some suggestions in the thread I was able to determine that they

are

not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10

-0500]

"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102


"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMes
sage=0"

"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Are you saying that was the only entry in the log from that IP? They
only hit compose.php? If not, what was the sequence of events?

There were many hits from quite a few different IP addresses, and they
all looked simmilar to that. I've extracted log entries from that IP
address, and attached the file to this message.

 From what I can tell it logs in, then hits compose.php repeatedly.

That's odd. It really doesn't look like a bot. Perhaps it's using an IE
toolbar of some sort to control the browser. There is a CAPTCHA plugin,
and a "Password Forget" plugin, but when a bot behaves like a user, it's
hard to block without inconveniencing the user. :-\

Yes that was my take as well, it really looks like a user using
webmail but when I go through my AOL mail loop messages they show
headers such as:

from 81.199.179.36 (proxying for 10.250.50.255)(SquirrelMail
authenticated user exploiteduser)by webmail.terraworld.net with
HTTP;Thu, 4 Oct 2007 18:57:06 -0500 (CDT)

IP Addresses from AOL mail loop:
196.1.179.183
78.138.2.196
41.219.220.2
81.199.179.36
84.254.188.2
88.202.124.6

Where the IP address connecting as user "exploiteduser" varies widely,
and the attached message is always the same 'lottry' phishing scam. I
suppose it's possible that it's coming from the users' PC (they are on
dialup after all), but the IP addresses vary so widely that I seriously
doubt that it's one PC. The list is relatively short because I would
expect most of the botnet to be listed on RBL's, and my web server
blocks based on RBL lookups.

  - Nick


Ken



 - Nick


Ken



Nobody can reasonably expect an ISP to keep every single users' PC

clean

of trashware constantly, so accordingly there needs to be some way to
mitigate the impact of this type of issue at the common point - the
SquirrelMail installation. It doesn't seem to me like this is a bug
or a security vulnerability in SM since a valid users' password was
compromised, but is there any way to mitigate this type of thing?

I would appreciate any feedback regarding this topic and methods of
mitigating damage done by compromised accounts. I will also answer any
questions that may help develop a method of mitigation.

- Nick Bright


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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
begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
squirrelmail-users mailing l

Re: [SM-USERS] Spam Sent From WebMail

2007-10-09 Thread Nick Bright

Paul Lesniewski wrote:

On 10/9/07, Nick Bright <[EMAIL PROTECTED]> wrote:

Paul Lesniewski wrote:

On 10/9/07, Ken A <[EMAIL PROTECTED]> wrote:

Nick Bright wrote:

Ken A wrote:

Nick Bright wrote:


Per some suggestions in the thread I was able to determine that they are
not using "mailto.php", but rather compose.php:

/var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10 -0500]
"GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";

"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

Are you saying that was the only entry in the log from that IP? They
only hit compose.php? If not, what was the sequence of events?

There were many hits from quite a few different IP addresses, and they
all looked simmilar to that. I've extracted log entries from that IP
address, and attached the file to this message.

 From what I can tell it logs in, then hits compose.php repeatedly.

That's odd. It really doesn't look like a bot.

I agree - a bot probably wouldn't hit any options pages, etc.

Someone else said that they saw the same behavior, and the bot was
hitting the options page to change the FROM address and users' name.


Perhaps it's using an IE
toolbar of some sort to control the browser. There is a CAPTCHA plugin,
and a "Password Forget" plugin, but when a bot behaves like a user, it's
hard to block without inconveniencing the user. :-\

Right.  I would suggest the Restrict Senders plugin is what the OP
wants if "mitigation" is the goal.  "Re-coding whatever is allowing
these POST url's to send mail" is meaningless unless you want SM
without compose functionality.

I'll look at the restrict senders plugin.

My suggestion about not allowing POST to send mail is based on me not
knowing anything about how SM works, but the thought of "if they can't
craft a URL to send mail and poke it to the server, wouldn't that fix
the issue?". Seems like GET should be just as valid, and prevent an
injection exploit like this appears to be.


You yourself seemed to agree it *isn't* an injection exploit.  If you
are claiming it is, we need evidence to support that.  GET is *more*
vulnerable in general than POST to various forms of abuse, not to
mention that it just wouldn't work for a form with this much data in
it.  Your problem is exposed passwords, so I don't know why you are
suggesting SM's internal mechanism for sending mail be modified.


Then just ignore my comments about the internal mechanisms. As I clearly 
stated, I have no idea how the guts work, and I'm not a programmer anyways.


As far as exploits go yes, there is exploitation going on, but no it 
doesn't appear to be because of a bug or vulnerability in SM. It's going 
on because a user got their password swiped. That's a big difference 
between that and a buffer overrun that lets someone run wild with your 
system.


My attempted suggestion was merely "hey, could this particular method be 
broken by changing part X". Your answer is obviously "No, it can't", so 
lets just leave it at that.





Please keep in mind I am not a programmer, just a user, so there's not
much good in raking me over the coals with programming arguments.

  - Nick Bright



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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
begin:vcard
fn:Nick Bright
n:Bright;Nick
org:Terra World Communications, LLC
adr:Suite #11;;200 ARCO Place;Independence;KS;67301;USA
email;internet:[EMAIL PROTECTED]
title:Network Administrator
tel;work:888-332-1616
tel;fax:620-332-1201
x-mozilla-html:FALSE
url:http://home.terraworld.net
version:2.1
end:vcard

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lis

Re: [SM-USERS] Spam Sent from WebMail

2007-10-10 Thread Nick Bright
Tomas Kuliavas wrote:
   Installed Plugins
 1. delete_move_next
 2. squirrelspell
 3. newmail
 4. mpppolicygroup
 5. quota_usage

   Available Plugins:
 6. translate
 7. compatibility
 8. spamcop
 9. sent_subfolders
 10. check_quota
>>> Version of check_quota plugin? PHP register_globals setting?
>> check_quota version 1.4
>> register_globals = off
> 
> OK. We can exclude check_quota.
> 
 Per some suggetions in the thread I was able to determine that they are
 not using "mailto.php", but rather compose.php:

 /var/log/httpd/access_log:196.1.179.183 - - [07/Oct/2007:21:54:10
 -0500]
 "GET /webmail/src/compose.php?mail_sent=yes HTTP/1.1" 200 37102
 "http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";
 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
>>> Wrong log entry. What you have in logs before this redirection is made
>>> in
>>> SquirrelMail. This page only displays notice that message is send.
>> In another post, I attached the results of a grep for a specific IP.
>>
>>> If you know ip of spammer, check all log entries from that ip address.
>>> You
>>> must trace whole path. How do they log in? Is there a legit login for
>>> same
>>> account at that time? Which pages are opened?
>> They appear to emulate a browser, from what I can tell. They are using a
>> valid username and password apparently culled from an infected PC
>> somewhere.
> 
> Which pages? Are they using GET or POST requests? Show whole request
> sequence used to send emails. Attacker can change IP address, but
> abuse/attack/exploit methods should be the same.
> 
> 1. GET or POST request of redirect.php
> 2. Do you have more than one src/compose.php request before compose.php
> request with mail_sent=yes?

I already sent a message to the list with a log attached, on 10/9 around 
11:23am CST. To avoid reposting the same information, could you look at 
that message, or reply to me off list and I can send you the file.

To summarize:

GET webmail.php
GET sm_logo.php
GET login.php
POST redirect.php
GET webmail.php
GET %2Fwebmail%2Fsrc%2Fwebmail.php (I thought this one was odd)
GET left_main.php
GET right_main.php
GET options.php
GET options.php?optpage=personal
GET options_identities.php
POST options_identities.php
GET options.php
POST options.php
GET compose.php?mailbox=None&startMessage=0

POST compose.php 
"http://webmail.terraworld.net/webmail/src/compose.php?mailbox=None&startMessage=0";

GET compose.php?mail_sent=yes


> 
> Are they sharing same session information? You might have to increase
> logging in SquirrelMail in order to detect it. Without increased logging
> you can suspect it, if different IP addresses are using src/compose.php
> without hitting src/redirect.php first.
> 
>>> Have you tried to protect your webmail traffic? Signed SSL certificate
>>> costs less than 20 USD.
>> I'd expect they support SSL on their end, this probably wouldn't make
>> any difference.
> 
> It blocks password sniffers that are not on user's machine. User sends
> password only once per login, but other requests have enough information
> to hijack user's session in standard PHP session setups.
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
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] Blocking based on From and To fields

2008-01-27 Thread NICK MISEUR
Hi,

can anyone advice me which plugin is the best suitable and easy to achieve the
following:

1. block from within end user interface e-mails based on "from" field
2. block from within end user interface e-mails based on "to" field

Don't need anti software to decidede what is spam or not, I just need the
ability to block/black list e-mail addresses quickly

Thanks
Nick



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] One time password for SM

2008-05-20 Thread Nick Owen
>> I don't think so, but as I said, I could be wrong.
>
> I think you are.  WHY don't you think so?  If imapproxy decides it's
> time to release the user's login session (sure, this depends on a
> number of factors in the configuration of all the tools involved -
> imapproxy, SM, PHP), the password is lost and your webmail session
> dies unexpectedly.  If you have enough idle time configured into
> everything and auto folder list refresh turned on, you might be able
> to get away with it, but this relies on a user config setting (folder
> refresh), which isn't ideal.

ahh, you are correct - I mis-read your post (sorry - too many windows
open literally and figuratively).  Imapproxy will time out a session
forcing you to generate a new OTP.  However, I view that as a security
feature and not as a problem. If you need two-factor authentication
for webmail you also want to time-out the sessions - and so it should
not be "unexpected".

>
>> N.B: the version in the how-to uses radius, which is not part of the
>> open source Community Version.  However, we have a PHP network client
>> that could be integrated with the Community version.  Also, since I
>> wrote that how-to for SM, we have added mutual https authentication
>> that prevents network-based MITM attacks by validating the ssl cert
>> for the user. You can find out more about that
>> here:http://www.wikidsystems.com/learn-more/technology/mutual_authentication.
>
> Keep up the great work!

Thanks!

>
>
>>>>> OR are there other suggestions?  TIA
>>>>
>>>> A plugin hooked into the logout page of SquirrelMail could be used to
>>>> create a new password if the system allows it, but I don't have any
>>>> suggestions right now on how to do that in practise.
>>>
>>> I actually have a plugin sitting around that creates OTPs from within
>>> the SM interface (they are ONLY *SquirrelMail* OTPs); the somewhat
>>> insecure part of the puzzle being that SM actually takes the user's
>>> real password and stores it in an encrypted file.  The encryption is
>>> decent (any mcrypt-supported algorithm works), but it's still always
>>> an iffy proposition for an application to store user passwords.  This
>>> particular plugin is years old and needs a lot of face-lifting before
>>> it would be ready for use.
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> -
> 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
>



-- 
-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] One time password for SM

2008-05-20 Thread Nick Owen
On Tue, May 20, 2008 at 12:34 PM, Paul Lesniewski <[EMAIL PROTECTED]> wrote:
> On Tue, May 20, 2008 at 8:39 AM, Fredrik Jervfors
> <[EMAIL PROTECTED]> wrote:
>>> Ubuntu 7.04 server amd64
>>> SM 1.4.11
>>>
>>> I'm prepared adding One-Time-Password to SM as experiment.  Please
>>> advise are following packages working on SM;
>>>
>>> opie-client opie-server libopie-dev
>>>
>>> They are on Ubuntu repo.
>>
>> No. Since SquirrelMail logs in to the IMAP server at least once per page
>> view, OPT is worthless. You might not even get as far as to loading both
>> frames after logging in, since the password will change every time you use
>> it. Using an IMAP proxy might help though, until it times out and the
>> connection to the IMAP server is lost. Every time the connection is closed
>> or lost, a new password will be generated and throw you back to the
>> SquirrelMail login page.

You can get around this using Imapproxy - as noted in the doc.  It's
been awhile since I wrote this, so I could be out-of-date.

>>
>>> On googling I found;
>>> Open Source Two-factor authentication: The WiKID Community Edition
>>> http://www.wikidsystems.com/community-version
>>>
>>> Can it work on SM?  If YES which package/packages shall I download?

The packages are listed in the how-to and in the original doc I used
to install everything:
http://nakedape.cc/info/Cyrus-IMAP-HOWTO/quickstart-fedora.html

>>
>> They state that they can. A link marked "Squirrelmail and other IMAP
>> services" on the first page links to
>> <http://www.wikidsystems.com/community-version/documentation/howtos/two_factor_webmail>.
>
> Their instructions depend on the weakness Fredrik pointed out not
> happening: the IMAP proxy server timing out your credentials.

I don't think so, but as I said, I could be wrong.

N.B: the version in the how-to uses radius, which is not part of the
open source Community Version.  However, we have a PHP network client
that could be integrated with the Community version.  Also, since I
wrote that how-to for SM, we have added mutual https authentication
that prevents network-based MITM attacks by validating the ssl cert
for the user. You can find out more about that
here:http://www.wikidsystems.com/learn-more/technology/mutual_authentication.

Nick

>
>>> OR are there other suggestions?  TIA
>>
>> A plugin hooked into the logout page of SquirrelMail could be used to
>> create a new password if the system allows it, but I don't have any
>> suggestions right now on how to do that in practise.
>
> I actually have a plugin sitting around that creates OTPs from within
> the SM interface (they are ONLY *SquirrelMail* OTPs); the somewhat
> insecure part of the puzzle being that SM actually takes the user's
> real password and stores it in an encrypted file.  The encryption is
> decent (any mcrypt-supported algorithm works), but it's still always
> an iffy proposition for an application to store user passwords.  This
> particular plugin is years old and needs a lot of face-lifting before
> it would be ready for use.
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> -----
> 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
>



-- 
-- 
Nick Owen
WiKID Systems, Inc.
404.962.8983
http://www.wikidsystems.com
Commercial/Open Source Two-Factor Authentication

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
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] Folder Sizes

2003-08-22 Thread Nick Bartos
you could set it in the default_pref file.  that won't help existing users
that already have a pref file, but any new pref files created use that as
a template.

if you want to set it in existing files, you could write a script to add
in the right line to all the config files.


> Dear All,
>
> We have SM 1.4.1 running quite well on RH7.2 although
> after fixing a few things here and there like
> attachments problem and 'reply' problem.
>
> Just recently we installed the folder sizes plugin and
> its working OK. However for the folder sizes link to
> be displayed in the left frame, the user has to go to
> the Options page to change the folder preferences.
> What we would prefer is that by default the folder
> sizes link should be displayed when a user just logs
> in without first changing in the options page.
> Any way out?
>
> Thanks in advance
>
> Bennett Kankuzi
> Malawi
>
>
>
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> ---
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click
> here:http://www.vmware.com/wl/offer/358/0
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Login questions.....

2004-03-16 Thread Nick Fisher
> Nick Fisher said:
>> Hi All,
>>   I'm trying to figure out if it's possable to login, start a session
>> and
>> redirect to a perticular page in one action.
>
> Have you looked at the Startup Folder plugin?:
> http://www.squirrelmail.org/plugin_view.php?id=197
>
>
As far as I can see that plugin just changes the folder that is displayed
when you login. You also have to precofigure where it's going to put
you so it's really not much use for what I'm trying to do.

Basicly I want to be able to login to a SquirrelMail account and goto a
perticular URL (Compose, Mailbox, Read a message) in a single POST action.
I was hoping that there was some way I could craft a POST or a URL with
the username and password that would take me directly to the page I
specify (in the URL or POST) rather than just being droped at webmail.php.
If anyone has any crazy ideas I'd love to hear them.

  Nick


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Login questions.....

2004-03-16 Thread Nick Fisher
>> As far as I can see that plugin just changes the folder that is
>> displayed
>> when you login. You also have to precofigure where it's going to put
>> you so it's really not much use for what I'm trying to do.
> Yes, I wasn't suggesting that it was a ready-made solution for your
> requirement. I just thought that you might be able to use its code as a
> base to modify.
I was *hoping* not to have to get into the code :(

Are you suggesting that I write a custom plugin because you know that
there is no way of doing this currently?
Frankly it seems to me that the easyist thing to do would be to patch
redirect.php so that it takes an additional form var that can override the
redirect_url. However I'm quite ham fisted when it comes to PHP. I'm more
of a python/perl guy. If I'm saying anything daft here please feel free to
correct me.

  Nick


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Login questions.....

2004-03-16 Thread Nick Fisher
>>>>As far as I can see that plugin just changes the folder that is
>>>>displayed
>>>>when you login. You also have to precofigure where it's going to put
>>>>you so it's really not much use for what I'm trying to do.
>>>
>>>Yes, I wasn't suggesting that it was a ready-made solution for your
>>>requirement. I just thought that you might be able to use its code as a
>>>base to modify.
>> I was *hoping* not to have to get into the code :(
> I think you might have to.
Dangnammit.

>> Are you suggesting that I write a custom plugin because you know that
>> there is no way of doing this currently?
>> Frankly it seems to me that the easyist thing to do would be to patch
>> redirect.php so that it takes an additional form var that can override
>> the
>> redirect_url.
> There are two quick and dirty ways of doing this that I can see. You
> want to go to the compose page right?
I want to be able to dynamically change the page I end up at using the
POST/URL. The compose page is as good a place as any to start ;)

> In redirect.php change:
>
>$redirect_url = 'webmail.php';
> to
>$redirect_url = 'webmail.php?right_frame=compose.php';
Frankly I was thinking something more along the lines of:
$redirect_url = 'compose.php'
So that *just* the compose page opens without the left hand menu frame.

Perhaps I could do something like this around line 137 of redirect.php

sqGetGlobalVar('other_url', $other_url)
if($other_url != '') (
  $redirect_url = $other_url;
) else (
  ... the normall $redirect_url setting code ...
)

Then in all I have to do is POST to redirect.php with the
'login_username', 'secretkey' (password) and 'other_url'..?
Though I'm not really sure that sqGetGlobalVar is the right function to
use. To get the form var. I have *NO* idea what I'm doing in the
SquirrelMail code :(

> OR
>
> In webmail.php add:
>
>$right_frame = 'compose.php';
>
> around line 112 or so, just after the comments about how to call
> webmail.php.
Again this is kinda a static thing and would mess up the general operation
of SquirrelMail. All I want to do is put in a shortcut way of logging in
and getting to a perticular page.

>> However I'm quite ham fisted when it comes to PHP. I'm more
>> of a python/perl guy.
> If you can code in perl, you you shouldn't have too much trouble with php.
Heh No php doesn't look all that bad and I've been meaning to get into
it more. It's just *yet annother* set of syntax, core functions and
methodoligy to learn.

> Hope this helps,
It does indeed. You seem to be saying that what I want to do will require
coding that's question one answered ;)

Now all I have to do is figure out the easist and most un-intrusive way of
getting this done. Hopefully in some manner that the maintainers will be
happy to roll into the next release so that I'm not forever patching new
releases. If you can give me any pointers there it would be most handy!

Many thanks

  Nick


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Login questions.....

2004-03-16 Thread Nick Fisher
>>> Nick Fisher said:
>>>> Hi All,
>>>>   I'm trying to figure out if it's possable to login, start a session
>>>> and
>>>> redirect to a perticular page in one action.
>>>
>>> Have you looked at the Startup Folder plugin?:
>>> http://www.squirrelmail.org/plugin_view.php?id=197
>>>
>>>
>> As far as I can see that plugin just changes the folder that is
>> displayed
>> when you login. You also have to precofigure where it's going to put
>> you so it's really not much use for what I'm trying to do.
>>
>> Basicly I want to be able to login to a SquirrelMail account and goto a
>> perticular URL (Compose, Mailbox, Read a message) in a single POST
>> action.
>
> Do you want to remove frame that is generated by src/webmail.php?
>
Er yes but that's not all. I'm trying to open a single page without
rest of the frame set, but do it in a single action. For example I would
like to be able to send a POST (containing Username and pass info) to
redirect.php, and rather than being sent to '/webmail.php' be sent to
'/right_main.php?PG_SHOWALL=0&sort=0&startMessage=1&mailbox=INBOX' or
perhaps '/compose.php?mailbox=INBOX'. Is that any clearer?

  Nick



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Login questions.....

2004-03-16 Thread Nick Fisher
>> Perhaps I could do something like this around line 137 of
>> redirect.php
>>
>> sqGetGlobalVar('other_url', $other_url)
>> if($other_url != '') (
>>   $redirect_url = $other_url;
>> ) else (
>>   ... the normall $redirect_url setting code ...
>> )
>>
>> Then in all I have to do is POST to redirect.php with the
>> 'login_username', 'secretkey' (password) and 'other_url'..?
>> Though I'm not really sure that sqGetGlobalVar is the right function to
>> use. To get the form var. I have *NO* idea what I'm doing in the
>> SquirrelMail code :(
>>
>
> Looks like you are on the right track, which is what my intention was.
> Just to point you in the right direction. From looking at globals.php in
> the functions directory, it looks like sqGetGlobalVar() is the right
> function to use. It searches in $_SESSION, $_POST, $_GET,
>   * $_COOKIE, or $_SERVER. If you knew that you would only ever be using
> POST data, you could just access $_POST['other_url'] and bypass this
> function.
>
Well here is my first peice of real php!

if ( $_POST['reloc_url'] == '' ) {
/* Compute the URL to forward the user to. */
$redirect_url = 'webmail.php';

if ( sqgetGlobalVar('session_expired_location',
$session_expired_location, SQ_SESSION) ) {
sqsession_unregister('session_expired_location');
$compose_new_win = getPref($data_dir, $username,
'compose_new_win', 0);
if ($compose_new_win) {
$redirect_url = $session_expired_location;
} elseif ( strpos($session_expired_location, 'webmail.php') ===
FALSE ) {
$redirect_url =
'webmail.php?right_frame='.urldecode($session_expired_location);
}
unset($session_expired_location);
}
} else {
$redirect_url = $_POST['reloc_url'];
}

And it works! Hurra! I can in a single click view any folder or message!
Now to get this working with my little python IMAP watcher and see if I
can't get a nifty launcher app going.

I suppose there should be some form of input checking to make sure that
the passed value is sain but apart from that... I think it does
everything I want.

>>>If you can code in perl, you you shouldn't have too much trouble with
>>> php.
>> Heh No php doesn't look all that bad and I've been meaning to get
>> into
>> it more. It's just *yet annother* set of syntax, core functions and
>> methodoligy to learn.
> Tell me about it.
It's a hard 'ol life ;)

>>>Hope this helps,
>>
>> It does indeed. You seem to be saying that what I want to do will
>> require
>> coding that's question one answered ;)
>>
>> Now all I have to do is figure out the easist and most un-intrusive way
>> of
>> getting this done. Hopefully in some manner that the maintainers will be
>> happy to roll into the next release so that I'm not forever patching new
>> releases. If you can give me any pointers there it would be most handy!
> No prob. Keep us posted.
Cool! My only problem now is that I'm running on a non-standard codebase :(
How likely is it that the maintainers of this fine product will add the
above changes in some form?
Should I assume that I would take that up on the dev list?
Should I make up a patch and send it to someone?

Many thanks!

  Nick


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] embed problem

2004-04-13 Thread Nick Medrano



Hi Folks, 
 I am trying to embed the SM login/password 
form on my homepage and am getting an error that says the following: "You must 
be logged in to access this page" at 
(www.rosercustoms.com/index_mail.html).
 
What does this mean and how can I fix this? I did 
follow the instructions on the SM FAQ at: http://www.squirrelmail.org/wiki/en_US/EmbeddedSquirrelMailLogin
 
Thanks for any help.
-Nick Medrano
 


[SM-USERS] Message higlighting for the X-Spam-Status header?

2004-04-21 Thread Nick Fisher
Hello
I want to highlight messags based on strings in the X-Spam-Status header.
I can see how to do it for other headers (from, subject ect) but is
there an easy was to do it for X-Spam-Status? I suspect not but I figured
I'd ask.

  Nick


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] where is the address book data held?

2004-06-26 Thread Nick Wilsdon
Hi all,

I've got a little problem; I'm hoping someone here can help.

We have recently migrated all the accounts from an old Ensim to a new
Ensim Pro. Move went well, carrying across all mail but it didn't carry
across the data the users had saved in their address book within SM. 

I think a big factor in this may have been that I was using Gpan's
centralised SM rpm on the old server and not on the new one (as his
Ensim 4.0 version is not released yet)

Can anyone give me some pointers to the filename /location of these
address book settings, I need to try and copy them across manually to
the new accounts.

Thanks for any help,

Best,

Nick

 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.708 / Virus Database: 464 - Release Date: 18/06/2004
 



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Outlook

2004-10-17 Thread Nick Smith
[EMAIL PROTECTED] wrote:
I need to be able to utilize Outlook for sending and receiving 
e-mails.  This is critical to my business as all my clients (over 
1,200) are in that Outlook address book.  Also, with Outlook I can 
dress up the appearance of my e-mails which is crucial to my marketing 
efforts.  These things cannot be done with squirrelmail. 

My squirrelmail address is [EMAIL PROTECTED]  How can I set 
up this address so it uses Outlook?  I have not been able to configure 
it by myself.

Rick Jakus*
Dream Car Connections*
214-908-1165
www.dreamcarconnections.com
well first you need the server addresses for your domains mail servers, 
aka pop/imap server address and the smtp server address.  then you can 
set up an account in outlook for that account with your username and 
password, then just start using outlook and bypass squirrelmail altogether.

HTH
nick
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] SMTP Authentication Configuration

2004-10-17 Thread Nick Smith

 Original Message 
Subject:Re: [SM-USERS] SMTP Authentication Configuration
Date:   Sun, 17 Oct 2004 22:23:30 +
From:   Nick Smith <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>

[EMAIL PROTECTED] wrote:
I have a local server that receives my e-mail but want to use my ISP's
SMTP server to send mail.  My ISP requires login authentication for it's
SMTP server with a different username/password from that on my local
server.  Squirrelmail doesn't seem to provide any way to specify a
username/password combination for it's SMTP server configuration separate
from the login username/password.  I am guessing that it tries to use the
login username/password for the SMTP server, which in my case, won't work.
Does anyone know if there is a way to specify a username/password for the
SMTP server that is different from that of the IMAP server?
Thanks,
Allen
 

normally ISP's smtp servers dont require authentication, at least none 
that i have seen, bellsouth, comcast, or time warner's road runner, they 
just require that you are on their network, which they can usually tell 
by ip address.  what i do is set my postfix and or courier (which is 
what i use) to use the mail.comcast.net smtp address, squirrelmail is 
just a front end for your mail server so it will use whatever you have 
the server setup to use aka, using your ISPs smtp server.  if your smtp 
server requires authentication then your best bet would probably make 
the clients use a mail client like outlook for windows or thunderbird 
for linux, that way they have the option of specifing a user and pass to 
authenticate with.  even then it will not work if they are not on that 
network, i.e. i tried sending mail through the road runner network FROM 
my new comcast.net network and it wouldnt let me because i wasnt on 
their network. so if these are remote or traveling dialup users then 
they would have to use squirrelmail so they could send mail using the 
smtp server you specified in your mail server configs. hope this wasnt 
too confusing for you.

HTH
nick
HTH
nick

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] coping filters

2004-10-17 Thread Nick Smith
i recently set up a new mail server and had alot of filters set up on 
the old one i would like to bring over to the new one for mail sorting 
in my personal account, is there a way to copy them over?

TIA
nick
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] Help with SM 1.5.0 re: unable to display large Inb ox or large mailbox or menus.

2004-10-20 Thread Nick Smith
-Original Message-
*From:* [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf
Of *David Musselwhite
*Sent:* Wednesday, October 20, 2004 8:34 AM
*To:* [EMAIL PROTECTED]
*Subject:* [SM-USERS] Help with SM 1.5.0 re: unable to display
large Inbox or large mailbox or menus.
We have recently installed SM 1.5.0 on a Linux server and we are
having a problem that when a user with a large Inbox (around 5,000
messages) logs in the left frame "Folders" list appears displaying
the subscribed folders and for the Inbox the correct number of
un-read messages but the main window does not display, we do not
see the message list or menus, etc. and we get a "Cannot find
server or DNS Error" page in IE 6.  On smaller mailboxes
everything seems to work OK.
 
Any help would be very appreciated.  I can be reached at
[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> or by phone at
850-595-4993.
 
Thanks
 
David Musselwhite
 
 

i dont know if this will help you with your problem but i ran into a 
similar problem when my mailbox got really large, around 6 or 7k 
messages, it kept timing out tring to load the mail, i had to edit my 
php.ini and bump up the timeout to like 5 mins and every since then has 
worked great.  dont know if this will help or not. hope it does

nick
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] cant send mail with SM

2004-11-09 Thread Nick Smith
im running a mail server with postfix/courier-imap, and when i use an 
email client i can send mail fine, but when i try to send it with SM it 
seems like it tries to authenticate against my mysql database i have set 
up for local users, it doesnt say your mail was sent just brings me back 
to what i was looking at before, dont know if this has changed since an 
earlier version, but my older version told me my mail was sent, im 
running 1.4.3a now. postfix should be set up right because i can send 
mail through a client and in the SM settings i have the smtp server set 
to localhost as well as the imap server.  i tried changing the smtp 
address to my ISPs mail server but it times out when tring to connect to 
it, but it works when i use a client.  is this a SM problem or should i 
look at something else?

thank for the help
nick
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] multipule installs?

2004-11-10 Thread Nick Smith
is it possible to have more than one SM install? like a separate one for 
each domain or vhost on a system? does SM know where its installed or 
does it care? for instance when i emerged squirrelmail (gentoo) it 
automaticly installed to /var/www/localhost/htdocs/squirrelmail are 
there any other files for squirrelmail besides the ones in that folder? 
and if not could i copy that entire directory somewhere else and have a 
totally new separate SM install?

thanks for your help
nick
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] why cant i send mail with squirrelmail?

2004-11-13 Thread Nick Smith
i have a mail server set up and can successfully send mail using an 
email client aka thunderbird, im running postfix/courier-imap all the 
users are stored in a mysql db, i can recieve mail fine as well. im 
using apache and squirrelmail for my webmail.  i have to use relayhost = 
mail.comcast.net in my postfix config so that my mail doesnt bounce, my 
ip is a DUL.  when ever i send mail through SM i get timeouts when 
connecting to my ISP's mail server mail.comcast.net, on about 3 
different ip addresses.  its my understanding that SM uses the same 
setup that the clients do, SM is running on the same server as the other 
services aka courier and postfix.  so why can i send mail with a client 
and not with SM?  i have SM setup to use localhost for both incoming and 
outgoing mail so it uses my servers settings.  what can i provide for 
you to better assist me? i have been messing with this for almost 2 
weeks have asked countless people and mailing lists with no resolve.

here is my postconf -n if that helps:
mail root # postconf -n
alias_maps = mysql:/etc/postfix/mysql-aliases.cf
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
home_mailbox = .maildir/
html_directory = no
inet_interfaces = all
local_destination_concurrency_limit = 10
local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
local_transport = local
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost
mydomain = computernick.com
myhostname = mail.computernick.com
mynetworks = 192.168.0.0/24, 127.0.0.0/8
myorigin = computernick.com
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.1.5-r1/readme
relayhost = mail.comcast.net
relocated_maps = mysql:/etc/postfix/mysql-relocated.cf
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks,   
reject_unauth_destination
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
virtual_gid_maps = static:100
virtual_mailbox_base = /home/vmail/
virtual_mailbox_domains = nyc0nshack.com
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:1001

thanks for any and all help
nick
---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] changing sizes of plugins?

2004-11-14 Thread Nick Smith
i installed the username and ip address plugin, but dont see any place 
to change the size, say to x-small like i can with the virtual keyboard 
plugin on the login page, im terrible at coding php, can  anyone give me 
some step by step help for adding something to that plugin to change the 
size of it to like the smallest size of the small calendar plugin? i 
kinda want them as small as possible and match.

thanks
nick
---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] why cant i send mail with squirrelmail?

2004-11-14 Thread Nick Smith
p dont think wrote:
smtpd_recipient_restrictions = permit_mynetworks,   
reject_unauth_destination


That's it for this one?  Yikes.  But I guess if this is behind your 
ISP, you have different needs?


what more do i need?

There is a whole slew of other things you should add to that.  You 
should read the postfix docs and browse the archives of the 
postfix-users list, as this has been covered litterally thousands of 
times.  Just one example is:

http://www.stahl.bau.tu-bs.de/~hildeb/postfix/postfix_mailhub.shtml
But you'll find lots more in the docs and mailing list archives.
 -paul
what about this?
smtpd_recipient_restrictions =
  reject_non_fqdn_sender,
  reject_non_fqdn_recipient,
  reject_unknown_sender_domain,
  reject_unknown_recipient_domain,
  permit_mynetworks,
  reject_unauth_destination,
  reject_unauth_pipelining,
  reject_invalid_hostname,
  reject_non_fqdn_hostname,
  reject_rbl_client  relays.ordb.org,
  reject_rhsbl_senderdsn.rfc-ignorant.org
  reject_rbl_client  bl.spamcop.net,
  reject_rbl_client  cbl.abuseat.org,
  reject_rbl_client  sbl.spamhaus.org,
  reject_rbl_client  relays.ordb.org,
  reject_rbl_client  nigeria.blackholes.us,
  reject_rbl_client  cn.rbl.cluecentral.net,
  reject_rbl_client  brazil.blackholes.us,
  reject_rbl_client  xbl.spamhaus.org,
  reject_rbl_client  blackholes.mail-abuse.org,
  reject_rbl_client  relays.mail-abuse.org,
  reject_rhsbl_senderdsn.rfc-ignorant.org,
warn_if_reject
  reject_unknown_client,
  reject_rhsbl_clientdsn.rfc-ignorant.org,
  reject_rbl_client  dnsbl.sorbs.net,
  reject_rbl_client  dnsbl.njabl.org,
  reject_rbl_client  dul.dnsbl.sorbs.net,
  reject_rbl_client  opm.blitzed.org,
  reject_rbl_client  list.dsbl.org,
  reject_rhsbl_senderdsn.rfc-ignorant.org
permit
is that better? that "reject_unknown_client" wont mess with my catchall 
will it?

thanks for the help
nick
---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] trash problems

2004-12-16 Thread Nick Smith
for some reason i cant purge trash in SM, i get an error stating that 
the folder does not exsist or needs to be subscribed to, it shows up in 
the list with 100 or so things in it and i can browse them, when i try 
to create it, i get an error stating that it cant create the folder, 
when i open up a client and choose empty trash it works just fine. why 
is this happening? my trash folder in the SM config is set to Trash, and 
that is the name of the folder in SM. any ideas?

thanks
nick

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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] global items

2004-12-17 Thread Nick Smith
is there anyway to have global notes and todos? say that you add
in SM and if you logged into a email client like outlook or
thunderbird the same notes/todo/calendar will still be there? so
you can add things to your calendar while on the road and when
you get back to your desktop everything is synced up nicely? not
really shared so other people can see them, but shared in the
since that SM shares it with your account and your email client.
make sence? can it be done? what programs if any are out there
to do this? im experimenting (tring to setup) openldap for my
global address book, seems a little complicated since i just
want it for the address book i dont want to authenticated
against it or anything, and i cant seem to find a simple
solution out there, anyone know if ldap has this capibility or
global notes/todos/calendar etc? or even a simple solution?

TIA

nick


--
Nick Smith a.k.a. Computer Nick
Web - http://www.computernick.com
Email - [EMAIL PROTECTED]
--





---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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


[SM-USERS] yahoo mail checker?

2004-12-20 Thread Nick Smith
is there anything to check yahoo mail like there is for hotmail
in SM? what about gmail or any other web based mail that is out
there?

nick
--
Nick Smith a.k.a. Computer Nick
Web - http://www.computernick.com
Email - [EMAIL PROTECTED]
--





---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
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


[SM-USERS] squirrelspell

2005-01-05 Thread Nick Smith
i have never been able to get squirrelspell to work at all, i
keep getting this error message:

Warning: htmlspecialchars() expects parameter 1 to be string,
array given in
/var/www/localhost/htdocs/vhosts/computernick.com/squirrelmail/plugins/squirrelspell/modules/check_me.mod
on line 119

Warning: join(): Bad arguments. in
/var/www/localhost/htdocs/vhosts/computernick.com/squirrelmail/plugins/squirrelspell/modules/check_me.mod
on line 119

SquirrelSpell is misconfigured.
I tried to execute 'ispell-aspell', but it returned:

i recompiled aspell and it didnt help, and i saw that the plugin
for squirrelspell was added to the core so there is no plugin
that i can reinstall to see if that fixes it. so i dont know
where to go from here, how can i get this working?

here is starting with line 104 of that checkme file::
 * Execute ispell/aspell and catch the output.
 */
exec("cat $floc | $sqspell_command 2>&1", $sqspell_output,
$sqspell_exitcode);
/**
 * Remove the temp file.
 */
unlink($floc);

/**
 * Check if the execution was successful. Bail out if it wasn't.
 */
if ($sqspell_exitcode){
  $msg= ""
 . sprintf(_("I tried to execute '%s', but it returned:"),
   $sqspell_command) . ""
 LINE 119 ->. join("\n", htmlspecialchars($sqspell_output))
. ""
 . ""
 . "";
  sqspell_makeWindow(null, _("SquirrelSpell is misconfigured."),
null, $msg);
  exit;
}

any ideas?

this is a gentoo system

thanks

nick

--
Nick Smith a.k.a. Computer Nick
Web - http://www.computernick.com
Email - [EMAIL PROTECTED]
--





---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?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


[SM-USERS] change_ldappass and OS X server

2005-03-15 Thread Nick Trenary


Hi - 
I've got an OS X server running 10.3.8, using the stock postfix, cyrus,
squirrelmail and php installments.  I have users set up using Open
Directory.  I am having trouble with the change_ldappass
plugin.  Whenever I try to change a password in Squirrelmail I
receive an error message of 'Your old password is not correct.'  The
password is correct or else I could not have logged into
Squirrelmail.  Here's what I have in config.php for the
plugin:
$ldap_server =
"www.example.com"; 
// I have my own server address here
$ldap_password_field = "userpassword";  // Left unchanged
from sample
$ldap_user_field = "uid";  // Again left unchanged
$ldap_base_dn = "dc=example,dc=com";  
All other items have been left as their default.  What I can't
figure out is where cn=users comes into play.  All of my users fall
under cn=users and nowhere is that entered in the config file.  I
can't figure out where it goes.  Any thoughts on what I'm
missing?
Thanks,
Nick Trenary


Nick Trenary
Computer Information Systems Analyst
Cedar Rapids Public Library
Office:(319) 398-5145 x267 
Work cell: (319) 310-7699 



[SM-USERS] can't login

2002-11-22 Thread Nick Feldhaus
I have installed squirrelmail and can get to the login page, however even
though I enter in the correct username and password I get "Error. You must
be logged in to access this page..." I installed from RH 8.0 and moved the
squirrelmail dir from /usr/share to the document root of the apache
webserver, created an attachment dir and gave it appropriate permissions,
ran conf.pl in the config folder and edited the config.php file to point to
the symlink in etc/squirrelmail...but still can't login. any suggestions?

Nick



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] SQL ChangePass Plugin and SHA512

2012-06-19 Thread Nick Edwards
Hello,
 Using sql changepass plugin, we are moving from md5crypt to sha512,
how would we set this to work with the new passwords format
$6$16charsalt$encryptedpassword

We have set password_encryption = 'PHPCRYPT';

But the example seem wrote 10 years ago when no-one heard of sha512

$csp_salt_query = 'SELECT SUBSTRING(password, 4,
LENGTH(SUBSTRING_INDEX(password, "$", 3)) - 3) FROM virtual_users
WHERE email = "%1"';

or is there an easier way we can modify plugin code to use it?

I know in perl we could do like
if (crypt($passtext, $dbpass) == $dbpass) {yay}

but not so good with php :-)

Thanks

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-
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