[SM-USERS] moving to squirrelmail from horde/imp

2003-08-04 Thread synrat

I will soon be getting rid of sophisticated imp/ldap/mysql
setup in favor of squirrelmail.

My main concern is converting the address books
from imp webmail to squirrel mail.
Does anyone have experience with this ?
Any other issues ?

thanx in advance




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
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] Which IMAP server.

2003-08-04 Thread synrat
If you don't know much about imap and just want a simple e-mail server,
go with wu-imap . Cyrus is the most advanced imap server that
supports every type of authentication and protocol, has ACLs and uses
mail-dirs instead of standard unix mail boxes. Many other features too.



On Mon, 4 Aug 2003, Keith Hatfull wrote:

> All,
>
> I'm considering moving my home mail/web/etc setup from Win2K-based to
> Linux-based (my internal file server is already RH).  I'll probably do
> RH9...question is which IMAP server, Cyrus or UW?  Anyone want to offer a
> suggestion?  Anyone know of a comparison between the two that I can
> review?
>
> Thanks!
>
> Keith
> --
> Keith Hatfull
> Woodbury, MN
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> --
> 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 sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
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] wu-imap + tls

2003-08-14 Thread synrat
I'm getting this when trying to login to squirrelmail
after upgrading wu-imap ( with ssl and plain text ).

e-mail with plain text over ssl works in evolution.

I changed the settings in squirrelmail to use ssl as well.


Warning: fsockopen() [function.fsockopen]:
php_stream_sock_ssl_activate_with_method: SSL handshake/connection failed
in /usr/local/squirrelmail/functions/imap_general.php on line 446

 Warning: fsockopen() [function.fsockopen]: failed to activate SSL mode 2
in /usr/local/squirrelmail/functions/imap_general.php on line 446

 Fatal error: Maximum execution time of 30 seconds exceeded in
/usr/local/squirrelmail/functions/imap_general.php on line 59

thanx in advance


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
--
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] internet explorer ssl problems

2004-04-16 Thread synrat
Has anyone run into problems with the latest versions of IE connecting
to ssled squirrelmail on apache ?

First one of the users was getting errors like

ERROR : Could not complete request.
Query: SELECT ""
Reason Given: Mailbox does not exist, or must be subscribed to.

I found this problem described in squirrelmail forums and found a patch.
After applying Microsoft patch 831167 that problem went away,
but another one came up, when the user tries to attach files ( add button
) or send the message ( send button ), "page not found" error comes up.
I checked the log and did some packet capturing ( as useless as it was on
port 443 ) and seems like Internet Explorer just stops sending data back
to the server at some point, e.g. often there would be no packets
transmitted after hitting send or add buttons.
Everything works fine with Mozilla.

If I understand correctly there may be a workaround for this to get
Internet Explorer users to ignore keep-alives, but I haven't tested that
yet.

Is anyone else familiar with this problem ?
Any other known or recommended fixes  ?

thanx in advance



---
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_id=1470&alloc_id=3638&op=click
--
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] internet explorer ssl problems

2004-04-16 Thread synrat
Yeah I wish I could do that, but with 3500 users it's a bit of a problem.
I saw someone suggest that disabling keep-alives for IE may fix it,
but since IE doesn't even attempt to send anything in the first place,
I don't see how would that help?! Has anyone actually got around this
problem ( I don't mean better browsers and OSes :)

On Fri, 16 Apr 2004, Joaquim Laureano wrote:

> I can't avoid this one. Just throw that IE in the GARBAGE.  Once I tried
> to make it work for a relative o mine, but ended up installing netscape 7.1.
> I take every opportunity that I have to move users to Netscape/Mozilla.
> Use the problems to convince the users that they have to move.
>
> I know.  It is quite a job to move users from one app to another, even
> when it provides a better service.  We have a natural resistance to change.
>
> On Fri, 2004-04-16 at 09:59, synrat wrote:
> > Has anyone run into problems with the latest versions of IE connecting
> > to ssled squirrelmail on apache ?
> >
> > First one of the users was getting errors like
> >
> > ERROR : Could not complete request.
> > Query: SELECT ""
> > Reason Given: Mailbox does not exist, or must be subscribed to.
> >
> > I found this problem described in squirrelmail forums and found a patch.
> > After applying Microsoft patch 831167 that problem went away,
> > but another one came up, when the user tries to attach files ( add button
> > ) or send the message ( send button ), "page not found" error comes up.
> > I checked the log and did some packet capturing ( as useless as it was on
> > port 443 ) and seems like Internet Explorer just stops sending data back
> > to the server at some point, e.g. often there would be no packets
> > transmitted after hitting send or add buttons.
> > Everything works fine with Mozilla.
> >
> > If I understand correctly there may be a workaround for this to get
> > Internet Explorer users to ignore keep-alives, but I haven't tested that
> > yet.
> >
> > Is anyone else familiar with this problem ?
> > Any other known or recommended fixes  ?
> >
> > thanx in advance
> >
> >
> >
> > ---
> > 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_id=1470&alloc_id=3638&op=click
> > --
> > 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
> --
> Joaquim Laureano
> Lusostar Technologies, LLC
> 291 Old Deal Road
> Eatontown, NJ 07724
> Phone: 732-413-0363
> Email: [EMAIL PROTECTED]
>
>
>
> ---
> 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_id=1470&alloc_id=3638&op=click
> --
> 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: 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_id=1470&alloc_id=3638&op=click
--
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] limit message list

2004-05-12 Thread synrat
is there a way to limit the number of messages that
users can list per page ? just a couple of users listing
5000 messages on one page degrade performance very seroiusly.

thanx in advance


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
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] bug of feature

2004-05-11 Thread synrat
squirrel 1.4.2, php 4.3.4 on solaris. courier imap 3.x

When a different sort method is used ( date, time, subject ) on
message list pages from 2nd to last, message deletion doesn't update
the message list. The message remains in the list of new or read messages,
of any imap folder, although IMAP command was issued and deletion was
done.

is this a known bug ?

thanx




---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
--
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] delete messages bug

2004-10-21 Thread synrat
This I was able to repicate on various browsers.
backend server is Courier 3.0.7.
If deleting e-mail after changing message sort order ( by date, 
recp,subject ) or if deleting e-mail from pages other then the 1st one ( 
after clicking next to go to the next page with messages ) there's 
always a problem with message being displayed after it's been deleted.
Hitting refresh doesn't make any difference, you have to log out and log
back in to actually verify that the message was deleted.

is anyone having the same issue ?
---
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] attachment doc plugin

2004-11-22 Thread synrat
Is anyone using this plugin ?
I got great results with this plugin with doc and pdf
documents and all ( or most ) docs get converted properly
to html on the command line, however, some messages dispaly
the attachment type for pdf and doc as application/octet-stream
and the plugin doesn't generate the "view" link, eventhough the same
attachment can be converted to hmtl on cli without any problems.
I don't see any difference in the headers. It kind of seems to be 
related to MUA types, but I haven't been able to find any pattern with 
this.
What would make the difference here ?

Here are some samples.
working example ( application [ application/pdf ] )
Content-Type: multipart/mixed;
 boundary="=_996723515==_"
not working example (  application [ octet/stream ] )
Content-Type: multipart/mixed;
 boundary="_=_NextPart_000_01C40B71.6A495FA0"

---
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] serverside filter plugin

2005-03-11 Thread synrat
was anyone successful in getting this plugin to compile and work
properly in freebsd ? I can't get the supplied linux binary to work
 after branding it and loading the linux kernel modules and building
it on freebsd produces tons of errors.
thanx a lot in advance.
---
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