SquirrelMail English Site Russian Site Japanese Site 
News
About
Support
Screen shots
Download
Plugins
Documentation
Sponsors



Older Newer
Wed, 05 Jul 2006 22:10:20 . . . . squirrelmail.org [Editing]


Changes by last author:

Added:
> I can't see my messages... I can send and all things else... What can I do?

-or-

> My folders show up but appear to have no messages in them - it works fine with another imap client.

SOLUTION

Check to see if PHP was compiled with --with-pcre-regex=<some directory>. SquirrelMail is incompatible with certain PCRE libraries. Instead, do not pass the --with-pcre-regex command line option to configure and PHP will use its own regex routines that are compatible with SquirrelMail.

> I can send mail... but I am not receiving mail... what can I do to solve this?

SOLUTION 1

Make sure sendmail is running:

<code>

/etc/rc.d/init.d/sendmail start

</code>

Or, if not using System V init scripts, try:

<code>

/sbin/sendmail -bd -q5m

</code>

SOLUTION 2

Try LowMemoryProblem

SOLUTION 3

Check that you have only ONE quota plugin installed.

© 1999-2008 by The SquirrelMail Project Team