Re: [SM-USERS] 100% busy disk
Hello Jerry, On Sunday, March 20, 2005, Jerry Mersel wrote... > Hi: >I am running squirrelmail 1.4.3a, php 4.3.2, apache 2.0, on Redhat AS > 3U3. > Sometimes "/" and swap are 100% busy. This happens when there are about > 280 processes running. Could someone give me some tips? > I have the LimitRequestBody set to 2500. Would lowering it help at all? > How about setting up a RAM disk? 280 processes of what? How are you attributing this directly to SM? If it isn't directly SM, you might want to try a general linux help group. How are you working out that the drives are busy? -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&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
Re: [SM-USERS] "Show All" page not found with large number of messages
Hello Sean, On Thursday, March 17, 2005, Sean wrote... > Hi, > With SM 1.4.3a-9 and Dovecot 0.99-11 on a new RHEL4 server using the > maildir format, there is a problem using "Show All" when a folder has many > messages in it. If dovecot supports it (I believe it does), enable server side sort in your SquirrelMail configuration file (under the "General" section in config/conf.pl). This should greatly help reduce the loading time of folders in general, and certainly should get a good hand hold on this issue. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&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
Re: [SM-USERS] Downloading mail into Microsoft Outlook 2003
Hello Chrisie, On Thursday, March 24, 2005, Chrisie Council wrote... > I just had a website built...and I tried to set up my web account > to download automatically to MS Outlook, but it isn't working. > I set up my earthlink account with Outlook Express...so I used > the same pattern...but it gets stopped at the receiving part. Is it > a POP account? > I am not very computer savvy so all the help available would be appreciated. You will need to contact the people that run the mail servers that host your mail for your domain. Unfortunately we cannot help you there, we simply write a webmail application. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Userprefs in MySQL aren't changed but added - SOLVED
Hello Vincent, On Friday, March 25, 2005, Vincent Verhagen wrote... > Problem seemed to be table definition; I guess I got the primary keys > wrong which woudl confuse the MySQL REPLACE. Recreated the table from > scratch with cut-and-paste from ../doc/db-backend.txt; problem gone! > -- > I've started experimenting with a MySQL backend to store userprefs. > Created db as recommended in ../doc/db-backend.txt and everything works > fine, but... > Whenever a user changes a preference, the old preference record isn't > changed or deleted, but a new preference record is simply added to the > table. This would make the db grow and grow... I've checked the > ability/rights to delete records; that seems to be in order and I can't > find any errors in the logs related to this issue. > Any ideas? That's certainly interesting. Our code uses REPLACE INTO when using MySQL. The MySQL documentation says: "REPLACE works exactly like INSERT, except that if an old record in the table has the same value as a new record for a PRIMARY KEY or a UNIQUE index, the old record is deleted before the new record is inserted." It also goes on to mention that the user must have INSERT and DELETE privileges on the table, but I dare say it probably wouldn't help to ensure the user has UPDATE privileges too. Did you use our code from doc/db-backend.txt to create the tables? Did you remember to include the PRIMARY KEY code? I think the REPLACE code requires a unique/primary key to work off of to do the update/insert stuff. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] can't create subfolder under courier imap
Hello Jerry, On Tuesday, March 29, 2005, Jerry Mersel wrote... > Hi: >I've been through all the documentation, and can't create a folder > using squirrelmail 1.4.3a on a courier-imap server. > If I go over to 1.4.4 can I expect the same problem? Well, with your lack of details as to what shows you cannot create folders in SM 1.4.3a, we don't know. I can create folders just fine on my courier server using SquirrelMail versions back to 1.2.6 (which was when I first started using it). -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Squirrelmail on Windows server 2003
On 4:31:25 pm 03/29/05 Neil Stevens <[EMAIL PROTECTED]> wrote: > Installed Squirrelmail on a Windows 2003 standard server with IIS, > Argosoft mail server and PHP. Having a problem viewing attachments > with version 1.5.0 and 1.5.1 but with Squirrelmail v1.4.4 cvs there > is no problem. Your lack of details makes it very difficult to even guess at what the problem might be. What kind of problems are you having? Are you getting error messages? What PHP version? What IMAP server? -- Jonathan Angliss <[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://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
Re: [SM-USERS] Problem moving or deleting messages with 1.4.4
On 4:36:42 pm 03/29/05 Neil Stevens <[EMAIL PROTECTED]> wrote: > Installed Squirrelmail on a Windows 2003 standard server with IIS, > Argosoft mail server and PHP. > > Having a problem moving or deleting messages with version 1.4.3a, > 1.4.4 and 1.4.5. > Message reads: * ERROR : Could not complete request.* > Query: COPY 4 "Drafts" > Reason Given: List index out of bounds (3) > > Any one any suggestions? Is this a bug? This kind of error looks like a Windows error. Chances are your IMAP server returned this error for some odd reason. You should try using another client to see if you still get the same issue, or review the log files for Argosoft to see if there are any reports of issues in there. -- Jonathan Angliss <[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://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
Re: [SM-USERS] Problem moving or deleting messages with 1.4.4
Please remember to include the mailing list in replies, others may find it useful. >>> Having a problem moving or deleting messages with version 1.4.3a, >>> 1.4.4 and 1.4.5. >>> Message reads: * ERROR : Could not complete request.* >>> Query: COPY 4 "Drafts" >>> Reason Given: List index out of bounds (3) >> This kind of error looks like a Windows error. Chances are your IMAP >> server returned this error for some odd reason. > Thanks, > It appears your right about it being a IMAP server error. > It seems that Argosoft moves messages with the UID COPY command and > doesn't understand the COPY command. I make an assumption here but it > looks like Squirrelmail 1.5 uses the UID COPY command because that works. SquirrelMail tries to follow RFC3501 as close as possible. It would appear if your IMAP server doesn't support UID COPY, then the IMAP server is not RFC3501 compliant (see section 6.4.8 RFC3501 about UID .) The other possibility is that the UID of the message is changing, or the underlying message base is changing. Usually "list index out of bounds" is caused by trying to access an index in a list that doesn't exist. I see this quite a bit in Visual Basic apps where the author doesn't check that the index exists before attempting to use it, ie you have a list of 5 items, and attempt to access item 6. This could suggest that the IMAP server is doing something similar, and the UID 4 in this case no longer exists. -- Jonathan Angliss <[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://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
Re: [SM-USERS] SSL/TLS for SMTP
Hello Per, On Monday, April 04, 2005, Per olof Ljungmark wrote... > Hi all, > If I enable TLS for SMTP I see the error below. I have SSL extensions > for PHP but apparently this does not work, do I have to build PHP with > static OpenSSL? Suggestions welcome. > php4-4.3.10_2 on FreeBSD 5.3, apache+mod_ssl-1.3.33+2.8.22, SM 1.4.4 > PHP Warning: fsockopen(): no SSL support in this build in > /usr/local/www/squirrelmail/class/deliver/Deliver_SMTP.class.php on line 57 You might want to google around for "freebsd php openssl". I've seen a number of people having issues, and you have to change some of the compile options (I think it is static the option you are after). -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Moving messages from Inbox to Personal Folders
Hello Subscribe, On Sunday, April 03, 2005, [EMAIL PROTECTED] wrote... > I'm hoping this is an easy one ... > I am unable to move messages from my Inbox to personal folders I have > created. To move a message I presume you would check/tick the message you > want to move, then go to the drop down menu under "X" and select the > folder you wish to move the message to. For me, that drop down menu only > displays Inbox, Drafts, Sent & Trash and not any of the personal folders > I've created. Most unusual... never seen that before... Also never seen a check appearing next to the folder selected, so I'm assuming that is a browser quirk on the Mac :) > I am using SquirrelMail version 1.2.11 supplied by my ISP, Media Temple. I > am on a Mac OSX Version 10.3.5, using Iinternet Explorer 5.2 (also > sometimes Safari 1.2.3). SquirrelMail 1.2.11 is very out of date now, it might be worth an upgrade to start with... Looking at the screenshot, it's difficult to tell who owns the webmail installation, so you might need to contact Media Temple and speak to them. They may be able to further aid you. It could also be possible that it is a plugin, or code adjustment made by them, however that'd seem like a rather unusual change. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Imap Connection Problem
Hello Justin, On Monday, April 04, 2005, Justin Alonzo wrote... > Squirrelmail Version 1.44 > Apache Web Server 2.0.53 > PHP Version 4.3.10 > Courier IMAP Version 0.54 using MailDir I'm assuming that is really a typo? Otherwise that's one really old version of Courier to be running on such a new server. > Squirrelmail and apache are on the same box, SquirrelMail requires a web server, as apache is a web server, that'd be a fairly obvious assumption to begin with ;) I'm assuming you meant that SquirrelMail and Courier IMAP are on the same server? [..] > All users are contantly getting IMAP Connection Time Out errors when > changing folders, messages, etc. Is there something I can do to fix this? Do you have the exact error message? You might want to check MAXPERIP as suggested by Ean as courier can limit the number of connections per IP address, which in this case, SquirrelMail, will always be localhost, or the IP address of your NIC. This might need to be increased to a higher number, if set. An IMAP proxy server is a good idea too as it helps reduce the load. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Write Only Shared Mail Folder
Hello John, On Wednesday, April 06, 2005, John Thomason wrote... > I'm using Red Hat 4.0 AS / dovecot-0.99-14 / Squirrelmail-1.4.3a-7.EL4 > Has anyone had any luck creating a write only(rw--w--w-) shared folder? > I would like the users to drop mail in this folder, but not read from it. > I created a mbox file named 'spam' in a shared directory with read/write > (rw-rw-rw-) permissions, and the user can move items into the folder, but with > write only (rw--w--w-) the user gets an error in squirrelmail, and the maillog > has a 'Permission denied' error: Without knowing how the internals of Dovecot work, a rough understanding of mbox files is useful... It is simply the messages, with a special line signifying write time, and separator. Dovecot probably requires read access to the file before it can write as it probably uses a "safety net" for things like drive space issues, quota issues, etc... I'm not sure if you could just setup the permissions on the file as you have. Have you tried the dovecot list, as this is where the question is more likely to get a better answer? -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Re: Could not create Hash directory (linux + apache this time)
Hello Daniel, On Friday, April 08, 2005, Daniel Watts wrote... >>>> I know this was brought up for an IIS user but I'm having the >>>> problem with apache. >>>> Sqm: 1.4.4 >>>> PHP 4.3.10 >>>> Apache 2.0 >>>> Error: >>>> Error creating directory >>>> /home/virtual/domain.com/var/www/squirrelmail-data/5. >>>> Could not create hashed directory structure! >>>> Please contact your system administrator and report this error. >>>> >>>> This is the directory structure: >>>> >>>> drwxr-xr-x 3 rootroot4096 Apr 7 14:17 squirrelmail >>>> drwxr-xr-x 2 apache apache 4096 Apr 6 19:00 >>>> squirrelmail-attachments >>>> drwxr-xr-x 2 apache apache 4096 Apr 7 17:13 squirrelmail-data >>>> >>>> As you can see apache owns and has full priviliges to squirrelmail-data >>>> >>>> What else should i be checking here? >> apache's access to the parent directory(ies)? that apache is the >> correct username? > Paul - thanks for your help. > The path is /home/virtual/domain.com/var/www/squirrelmail-data > Anything at www or below is root owned: > drwxr-xr-x 9 root root 4096 Apr 7 14:16 www > Everything above is apache owned [see above] > Does the full path have to be owned by apache all the way down? I don't > think I can do this... > I'm not an linux expert but I'm sure that that does not need to be the > case...otherwise that means apache would have to own the root directory > as well =) No, just has to be able to get in there, that can be done without owning the directories above, chmod o+rx should do it... I didn't see you confirm that the apache service is running as apache, try changing the permissions so world has read/write permissions (777) on the directory, and see if that helps? Also, are you sure that apache isn't running in a chroot environment? If you have specified the full path in the configuration, and apache is chroot'd, it will cause issues there. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines --- 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
Re: [SM-USERS] Squirrelmail 1.4.4 and Courier-Imap authenticationhelp?
>>>>>> I have been trying to get Squirrelmail working with Courier-Imap >>>>>> and have hit a wall. If I manually test access to the imap server >>>>>> with a, >>>>>> >>>>>> telnet myimapserver 143 >>>>>> a001 LOGIN username password >>>>>> >>>>>> (everything works just fine.) >>>>>> >>>>>> However when I try the same thing with Squirrelmail 1.4.4 I get a >>>>>> error of: >>>>>> "Unknown user or password incorrect" >>>>>> This would be understandable if this were true. However it is not >>>>>> since I can manually access the imap server and LOGIN just fine. >>>>>> I even tried a different imap server with the same error. >>>>>> (Even though I could manually authenticate with the imap server >>>>>> fine.) >>>>>> >>>>>> Having said all this can anyone suggest how to fix this? >>>>> Try enabling debug in courier. [..] >>>> First thanks for the reply. Having set logging in courier-imap I can >>>> see the password string is never being sent. [..] >>>allow cookies. >> Tried that. No dice. > > verify with: > > http://www.squirrelmail.org/plugin_view.php?id=235 > > Make sure PHP error dispalys are turned on or check apache logs and > check your session support in your PHP build. Not only check session support, but verify that the variables PHP is using to store the session data is valid, and not full. This comes up from time to time, the session.save_path is set to a directory that doesn't exist, OR is full. You can normally get an idea from the error logs for apache on what is going on. Also it might be useful knowing your operating system, as FC3 has a very strict selinux setup (by default?) I think, and that can cause you all kinds of troubles (see your messages log file, or dmesg might have info too). -- Jonathan Angliss <[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://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
Re: [SM-USERS] Thanks
> > > I se squirrel mail > > > Please advice me on how to upgrade it. Download the files from the website, extract files to a temporary location, read the UPGRADE file in the root directory, and follow the hints and tips. -- Jonathan Angliss <[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://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
Re: [SM-USERS] Threaded Messages
> Correct me if I'm wrong but I don't think that "Allow > server thread sort" is the answer. That option is for > performance reasons and not for display of messages. I > don't think a plugin exists to address the original > question. I think you're mixing two options... There is "Allow server side sort" and "Allow server thread sort". The first helps immensly with server performance if your server supports it. The second allows you to thread a mailbox (which was what the OP was after). Both of those options require support in the IMAP server for it to work. -- Jonathan Angliss <[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://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
Re: [SM-USERS] New Mail
> All, > > I took a look through the archives but did not see anything in regards > having an option to refresh the main windown (message window) when > a new mail comes in. I do have it set up to pop up a window to inform me > of new incoming e-mails, and that is great. I just feel that if > this feature also refreshed the message window that it would be complete. > > Am I missing something in regards to an option to do this? Have you checked the folder_sync plugin? That might do what you need it to. At least it refreshes the active folder based on certain actions, or the folder tree based on other actions (that's if I remember it properly). -- Jonathan Angliss <[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://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
Re: [SM-USERS] Change IMAP authentication
> Is there a way to change the IMAP authentication to none? I see that it's > an option for SMTP but not IMAP. How would you propose you login to the IMAP server then? ;) "login" is the default and is what is used for plain text logins. -- Jonathan Angliss <[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://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
Re: [SM-USERS] Change IMAP authentication
>>> Is there a way to change the IMAP authentication to none? I see that >>> it's an option for SMTP but not IMAP. >> How would you propose you login to the IMAP server then? ;) "login" is >> the default and is what is used for plain text logins. > proxyauth maybe? I just spent an hour googling for PROXYAUTH, didn't find too much, a few bits on LDAP, and some on HTTP... Searched for IMAP PROXYAUTH, found some stuff about iPlanet, Sun's mail services (a bit like Exchange from a quick overview). Further searching found a posting by Mark Crispin from January on the c-client mailing list saying PROXYAUTH was... erm... dead. http://article.gmane.org/gmane.mail.imap.uw.c-client/620 Could you provide more information, or an example? -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Sending mail issues
> I am having a small problem with my squirrelmail/mail install and I am > hoping maybe someone on this listserv might be able to help. We are using > Squirrelmail as our interface for student email and it is working > great. [..] > [EMAIL PROTECTED] can email himself, other students, and the > outside world no problem. But [EMAIL PROTECTED] cannot > email [EMAIL PROTECTED] at all and [EMAIL PROTECTED] > cannot email [EMAIL PROTECTED] We also have another admin > email server at mendocino.cc.ca.us and this server has no problem > receiving email from the student accountsit seems to be some confusion > in mendocinocollege.edu and student.mendocinocollege.edu Usually there is a bounce message involved with the failure, do you have any? Are you using purely exchange, or do you have another SMTP service involved? If you have another SMTP service involved, does the DNS server it looks at have proper MX records for each of the domains you are trying to deliver mail to? As has already been mentioned, this seems more likely to be an SMTP issue rather than a SquirrelMail issue, so you should try starting there. Log files are usually a good place. If you are using Exchange, you can enable message tracking, and you might be able to follow the flow of the message through the queue. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Connection to [url] Terminated Unexpectedly
> I was receiving the following pop-up error in Mozilla/Firefox when > sending mail: "The connection to http://www.domain.com:80 has terminated > unexpectedly. Some data may have been transferred." and IE just returned > an unavailable page error. > > After some digging, and chatting with kink on IRC, I had to make the > following hack: > > In functions/strings.php on line 259: > I changed: > $full_url = ($host ? $proto . $host . $port : ''); > > > to: > $full_url = ($host ? "http://".$host.":80"; : ''); That is an "interesting" code change. According to the error message, it is already using http://www.yourdomain:80, all your code is doing is... nothing I can really see. Are you sure the error isn't saying: https://www.yourdomain.com:80 It could be a typo somewhere, or I could be miss-reading. A similar issue occured to Mac OS X with an SSL Setting, though I'm pretty sure that's not the case here :) As a side note, do you have SSL support enabled in your Apache installation, even if you do not use it? -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] SM 1.4.4 Questions
> Hi, > > > Just upgraded to SM 1.4.4 from SM 1.5.0. due to the many suggestions on > this list to do so. Doing simple math, that'd be a "downgrade". If you wanted to use the development branch, you should grab a cvs snapshot (scroll down to the bottom of the downloads page). > Everything is working fine and dandy. The only issue I have is in the > Left hand folders list pane. > > Under 1.5.0 all the folders were left justified to each other. Under > 1.4.4 all the subfolder are indented under the inbox. I don't believe the code is setup the same way in 1.4.4 as it is in 1.5.x, so it'd take some code changes. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Squirrelmail Folder View timeout
> Hello, > > > We are running Squirrelmail 1.4.3a. One of my users has recently > complained that when he goes to the "Folders" menu option. Squirrelmail > takes a long time to load that page, and while it is doing that, no other > option can be selected. > > I've determined that it is doing this because it is recursively searching > through the user's home directory searching for files to populate into > the "Unsubscribe/Subscribe" box. > > For a user who has, say, 100 files, it takes almost no time at all, but > for a user with 1300 files it takes about 30 seconds. My own account has > approximately 18,000 files in it, and I've been able to verify that > Squirrelmail takes at least several minutes to do this action for me. [..] > I was unable to turn up anything relating to this issue on Google, so > I figured this was the next place to ask. Has anyone experienced this? > And, if so, what is the fix/workaround? >From some missing information, and the fact I've had this same issue once before (don't put a symlink in your home directory to another directory containing 30GB worth of files ;), I'm guessing you are using UW-IMAP. There are some resonable defaults that are available in SquirrelMail, or the other option is a recompile of UW. The first option is probably easy, depending on how many users you have, and how many mail files you are using. For each user, create a directory called mail/ in their home directory. Then move all users mail files into that folder, under SquirrelMail run config/conf.pl (in the root squirrelmail directory), select D then type in uw. Save the configuration... This will force SquirrelMail to search inside the mail/ folder ONLY for mail files. The other option is a recompile if I remember correctly. I think uw-imap has an FAQ item on it here http://www.washington.edu/imap/IMAP-FAQs/index.html, but I don't remember the exact number. I think it mentions something about the CONFIG file, you have to edit it before you build uw-imap, and there is a line that allows you to force uw-imap itself to be started inside mail/ (or whereever you specify) instead of $HOME. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Change IMAP authentication
>>>>> Is there a way to change the IMAP authentication to none? I see >>>>> that it's an option for SMTP but not IMAP. >>>> How would you propose you login to the IMAP server then? ;) >>>> "login" is the default and is what is used for plain text logins. >>> proxyauth maybe? >> I just spent an hour googling for PROXYAUTH, didn't find too much, a >> few bits on LDAP, and some on HTTP... Searched for IMAP PROXYAUTH, found >> some stuff about iPlanet, Sun's mail services (a bit like Exchange from >> a quick overview). > I wouldn't compare iPlanet to Exchange, except that Microsoft likes to > advertise Exchange as an Enterprise Messaging server. Sun touts the > largest enterprise install base (22%). Well, when I said "like" I meant that they had similar general goals in being an enterprise level mail system, and from my initial glance there appeared to be some extra stuff in there that now I cannot find any informatino on ;) >> Could you provide more information, or an example? > iPlanet does support an IMAP command 'PROXYAUTH'. Here's how it works: > 1 LOGIN adminuser adminpass > 2 PROXYAUTH normaluser > ... which gives you an authenticated session into the normal user's IMAP > account. You can hand this session over to the user since the session > can't go back to being logged in as the admin user. Sure, I read that was what it does... BUT... You have to issue a LOGIN first. Can you start off issuing a PROXYAUTH command? [..] > Sorry, I got way off topic. My final point is in response to: >> How would you propose you login to the IMAP server then? ;) "login" is >> the default and is what is used for plain text logins. > ... there are other ways to login other than "login" ;) PROXYAUTH seems like an extension AFTER login, I don't really have the time to traul through Sun's documentation, and you seemed to have done more research in that area, so you might know if it is possible to issue it BEFORE a LOGIN. While I know there are various types of login methods, CRAM-MD5, DIGEST-MD5, and LOGIN are just 3 off the top of my head. RFC3501 does mention that the AUTHENTICATE command does use SASL authentication mechanisms to the server. This would suggest that in theory it would be possible to use any SASL supported authentication mechanisms as long as the IMAP server supported it. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Unknown date
> Hi List, > > > I noticed that some emails coming in from clients are displyaed as > "Unknown date" for the date field. One thing for sure: the emails are > relayed via a Lotus Notes Release 5.0.8 and in the mail header, the date > is shown as "19-Apr-2005 17:33:51 ZE8" > > The following is the excerpt from the header: > X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 > Date: 19-Apr-2005 17:33:51 ZE8 > Message-ID: > X-MIMETrack: Serialize by Router on NYASC001/YASC(Release 5.0.11 |July > 24, 2002) at 04/19/2005 > 05:33:54 PM That is not a valid date header per RFC 2822, it doesn't even match the specifications for RFC 822. Read section 3.3 in RFC2822. General overview, the format MUST be: [day-of-week, ] day/month/year hh:mm[:ss] +/- GMT Offset Items in [] are optional, so your date is incorrect, it SHOULD have been: 19/04/2005 17:33:51 +0800 I'm not sure what ZE8 means, so I'm guessing GMT + 8 hours. Evil Lotus Notes. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Unknown date
>> Is there any way to "fix" this problem? > Yes, see: > http://cvs.sourceforge.net/viewcvs.py/squirrelmail/squirrelmail/functions/ > date.php?r1=1.56&r2=1.57 > That's a fix I added to our devel branch a while ago. That should fix > your problem. When did we start hacking the code to fix bad emails from evil mail servers? I'm sure we have the odd one or two lines here or there, but such blatent disregard for the RFCs shouldn't be "fixed" on our side... should be fixed on their side. I can understand if we were to apply a fix if it was off just a bit because there was an obvious missunderstanding of the RFC, or a little bit of flexibility in interpritation, but that format doesn't even come ANYWHERE close. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] SquirrelMail authenticated user in message headers
> Why, oh why, does SquirrelMail have this header in it's messages: > SquirrelMail authenticated user your_username You should read the archives for the development list. This has come up a couple of times, and there is code in the development branch that allows the administrator to hide this. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] Unknown date
>>>> Is there any way to "fix" this problem? >>> Yes, see: >>> http://cvs.sourceforge.net/viewcvs.py/squirrelmail/squirrelmail/functi >>> on s/ date.php?r1=1.56&r2=1.57 >>> That's a fix I added to our devel branch a while ago. That should fix >>> your problem. >> When did we start hacking the code to fix bad emails from evil mail >> servers? > Rfc date format is > > > [day-of-week, ] day month year hh:mm[:ss] (( "+" / "-" ) 4DIGIT) / > obs-zone > > NB: No "/" in the date. Bah, I know I shouldn't reply to emails when I'm doing 50 things at once :) I read two lines together... The one that says month has is "Jan" / "Feb", hehe :) > The zone EZ8 means GMT+8 Is that valid? > So in this case only the date part is very wrong. Instead of - there > should be spaces. > In our date function it was very easy to fix without harming other > compliant servers. Sure, I doubt it'd be too difficult to use preg_match to eliminate the need to do the "hack" either, then it'd allow mail clients to put / - ? or whatever between the parts :) > And yes it's a fix for broken email client software which generated a > wrong date header but it's very irritating if such mail doesn't show in a > date sorted messagelist. Even if you have a compliant imap server you > sort on the date headers as send by the mail client. Then complain to the authors... isn't that what you normally say? ;) -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 -- 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
Re: [SM-USERS] SPAM Attacks
Hello José, Friday, April 22, 2005, 8:54:20 AM, you wrote: > Hi, > I have the follwing problem: > My environment is: > - Squirrelmail 1.4.3.a with sm143a-xss.diff patch applied > - Postfix-2.1.5-2.2 > - Courier-imap-3.0.7-1.3 > - Mysql (virtual users) > - httpd 2.0.52 > - php-4.3.9-3 > I'm already test the open relay and spam test and all it's fine > (all it's secure) but when I start the httpd my mailqueue grow up > and sending mail do thousands of people and think that it's because > some with squirrelmail can do this how can I resolve this ? Check your httpd access/error logs, and find out what files are being accessed. You should be able to see which script is constantly being run. SquirrelMail does not act as a mail relay or an open proxy. There are security mechanisms in the sending script that stops that from happening. You could have your http service setup with mod_proxy enabled, or you could have other scripts on your server that might be causing similar issues. -- Jonathan Angliss <[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://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
Re: FW: [SM-USERS] SPAM Attacks
Hello José, Friday, April 22, 2005, 12:06:23 PM, you wrote: > Hi Jonathan, > I change httpd.conf to not load module mod_proxy and I see my > logs and I see many line like this > 80.179.107.91 - - [22/Apr/2005:16:52:19 +0100] "POST /src/compose.php > HTTP/1.1" 302 - > 80.179.107.91 - - [22/Apr/2005:16:52:24 +0100] "GET > /src/right_main.php?mailbox=INBOX&sort=1&startMessage=1 HTTP/1.1" > 200 94999 > 80.179.107.91 - - [22/Apr/2005:16:52:42 +0100] "GET > /src/compose.php?mailbox=INBOX&startMessage=1 HTTP/1.1" 200 40677 > 80.179.107.91 - - [22/Apr/2005:16:53:10 +0100] "POST /src/compose.php > HTTP/1.1" 302 - > 80.179.107.91 - - [22/Apr/2005:16:53:17 +0100] "GET > /src/right_main.php?mailbox=INBOX&sort=1&startMessage=1 HTTP/1.1" > 200 102074 > 80.179.107.91 - - [22/Apr/2005:16:53:33 +0100] "GET > /src/compose.php?mailbox=INBOX&startMessage=1 HTTP/1.1" 200 42221 > And my mailqueue is growing !!! > Can you tell-me how can I stop this ? Try opening http://{host}/src/compose.php?mailbox=INBOX&startMessage=1 and see what happens? You are told that you're not allowed to access the page unless you are logged in. The same applies when you attempt to post a message and you're not logged in. This would suggest that somebody is logged in, and properly sending mail. By the looks of it, it is always from the same IP address, at least the handful you have shown certainly are. You could try blocking that IP address using htaccess files, or your httpd.conf file, however that probably won't resolve the issue if the user can change IP. The best option would be to find out how they are logging in. There is a plugin called Squirrel Logger. There is actually two versions, one to a file, one to SQL. You can install whichever seems suitable to you. You can find them here: http://www.squirrelmail.org/plugin_view.php?id=67 http://www.squirrelmail.org/plugin_view.php?id=52 Install it, and get it to log the activity. When you do that, you can then find out what user is logging in from that address, and take the necessary action. -- Jonathan Angliss <[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://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
Re: [SM-USERS] SquirrelMail authenticated user in message headers
Hello Fredrik, Thursday, April 21, 2005, 2:59:53 PM, you wrote: >> I read your reply to that poster. I'm also interested in this issue, and >> I've searched the Development archives but have not found *the* solution. >> I found many posts discussing the issue and how it might be handled, but >> not how to actually disable this. > I think it's: > config/conf.pl > 4. General Options > 7. Hide SM attributions: true I believe this option hides the "provider" link in the top right hand corner of the message list (etc), and I think the version information on the login page. Under the development branch, it's under: config/conf.pl 2. Server Settings SMTP Settings - 4. SMTP Server : localhost 5. SMTP Port : 25 6. POP before SMTP : false 7. SMTP Authentication : none 8. Secure SMTP (TLS) : false 9. Suppress SM header: false The option 9 allows you to hide them. -- Jonathan Angliss <[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://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
Re: [SM-USERS] OT: Ideal settings for text wrapping? # characters per line?
Hello Alan, Friday, April 22, 2005, 1:26:02 PM, you wrote: > I realize this is somewhat OT, but I hoped someone would know a good > answer or two. How can it be off-topic when it's about SquirrelMail? :) > I'm tired of getting replies from people, in which I see > awkwardly-wrapped lines of irregular length such as this: >> in reply to your message, I have to tell you that your idea is crazy, as >> I dislike the >> taste of raw skunk. You may call it "harlequin sushi", but to me it's >> still >> just gnarly road kill. > I've played with the settings for "Wrap Incoming Text At:" and "Size > of editor window", but I still get those irregularly-wrapped > replies. > Is there an ideal combination of settings? What version of SquirrelMail are you using? I have to sit down this weekend and look over the code as I've noticed the word wrapping is a little... broken :) -- Jonathan Angliss <[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://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
Re: [SM-USERS] Empty INBOX list?
Hello [EMAIL PROTECTED], On Friday, April 22, 2005, you wrote: > Hey, I'm having some problems with a new Squirrelmail installation. > I'm using dovecot on this Debian box, and my other IMAP clients work > fine with it (tested with Mozilla Thunderbird and KMail 3.4). When I > initially log in to Squirrelmail, everything is fine and I can see > all of my email, but if I click on one of the "page" buttons to go > to the next page of emails, I get a list of blank emails with no > sender, "Unknown Date", and "(no subject)". If I click on one of > these messages, I get thrown an error that says: > ERROR : Bad or malformed request. > Query: FETCH 0 (FLAGS BODYSTRUCTURE) > Server responded: Invalid messageset: 0 > I have no idea what this means. Can anyone give me a hand here? All my > software was installed via apt; the versions I am using are: > SquirrelMail 1.4.4 > dovecot 0.99.14 > php 4.3.10-12 > Apache/2.0.53 Are you using any kind of cache engine? Any kind of PHP enhancement engines of any sorts? For some reason, the UID list that is being passed to the mail server has gone missing, and that's very usual. -- Jonathan Angliss <[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://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
Re: [SM-USERS] Cannot Click Trash
Hello MJ Gollihue, On Saturday, April 23, 2005, you wrote: > I'm an SM newbie and just recently installed SM 1.4.4 on qmail, vpopmail > and courier using the "qmailrocks" installation instructions. This is all > running on Fedora Core 2. > The problem that I am having is that users, including myself, cannot click > on the trash. The trash item is in the folder list, and mine currently > says "Trash (47/62)"...so there are items in the trash, you just cannot > click it to see what is in it, there is no anchor tag assigned like the > other folders. > I have read through the lists and could not really find anything similar > to this having been already mentioned. > If, in the folder configuration, I select "Do Not Use Trash", the trash > converts to a regular folder that can then be clicked and I can view the > items inside and manipulate them and move them about. If I then unselect > "Do Not Use Trash", the trash goes back to being unclickable. > I have looked at the PHP code and can see a section regarding > (!$boxes->>is_noselect), if that might have something to do with it? > In my searching of the list archive, I found a report that changing > an "if (!$boxes->>is_noselect) {" to "if (!$boxes->is_noselect || > strtolower($boxes->>mailboxname_full)=="inbox") > strtolower($boxes->>{" may help with a similar problem, however, > this did not fix my problem with the unclickable trash. > Anything that I should be looking for? How does "is_noselect" function in > relation to trash and other folders? Is there something simple (probably!) > that I am overlooking? is_noselect is a function that checks to see if the folder has \NoSelect set on the folder flags. If the folder has that flag, then you will not be able to click it, however, if you are able to move mail to that folder, then it suggests that is not the case. \NoSelect can come about (usually) in two cases. The imap server you are using does not support mail and subfolders in the same folder (see uw-imap for an example), or, you have created a nested folder inside a folder that doesn't exist. Some IMAP servers will return a folder as \NoSelect if the folder is not subscribed (I think cyrus does that under some very unusual circumstances). What you might want to do is telnet to your imap server, and see if you can subscribe to the folder directly. As you said you're using courier, these instructions should work (assuming you have named your trash folder Trash). # telnet serverip 143 A01 LOGIN "username" "password" A02 SUBSCRIBE "INBOX.Trash" A03 LOGOUT Replace serverip, username, and password with the right values. Once you have done that, logout of SM, and log back in again, see if that resolves your problem. If it doesn't help, enable the imap info plugin (named info under the plugins list in the configuration tool), and go to Options, and select IMAP server information. When you have it selected, put a check in test 1 and 2, and put in the following information: Test 1: LIST "" "*" Test 2: LSUB "" "*" Run the tests, and paste the results here. -- Jonathan Angliss <[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://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
Re: [SM-USERS] check other folders
Hello zamri, On Sunday, April 24, 2005, you wrote: > I have other folders that i would like to monitor numbers of new > messages. Is there any plugin to do just that. Why bother with a plugin, when you can go to Options, Folder Preferences, Enable Unread Message Notification, and change it to All Folders? -- Jonathan Angliss <[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://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
Re: [SM-USERS] check other folders
Hello zamri, On Monday, April 25, 2005, you wrote: >>> I have other folders that i would like to monitor numbers of new >>> messages. Is there any plugin to do just that. >> >> Why bother with a plugin, when you can go to Options, Folder >> Preferences, Enable Unread Message Notification, and change it to >> All Folders? > thanks for the answer. but i would like to view certain folders. not all > folders. Ahh, that isn't possible at the moment, and I'm not sure there are any plugins that could do it either. This feature however is going to be in the development branch sometime fairly soon when we finish working out the best way to store preferences for more options. -- Jonathan Angliss <[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://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
Re: [SM-USERS] Squirrel mail logs out when switching folders
Hello David Collis, On Tuesday, April 26, 2005, you wrote: > Log-in works correctly. > The normal functions all let me browse fine - i.e. compose,addressbook, > options etc > When i switch folders however, it logs me out (not always - but most of > the time - sometimes i'll click Sent and it'll log me out straight away > other times it'll let me go to sent then log me out when i go back to > inbox). > Its incredibly irritating as it means after changing settings and > returning to the inbox it might just log me out immediately. > Cookies appear to be set correctly - I have tried this on both Internet > Explorer and Firefox. > SquirrelMail is set to connect to an IMAP server (not on the same > machine) but nearby on the same network. > Anyone have any ideas? http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines The information you have supplied really doesn't contain much we can go on. We need more data to be of any help. Things to start you off on might be: 1. time on server 2. time zone on server 3. time on client 4. time zone on client 5. plugins -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Load Balancing and session side effect
Hello John Madden, On Wednesday, April 27, 2005, you wrote: >> No, why? Since I've moved sessions to an NFS shared point that >> should be fine. No? > You WILL get goofy behaviour with this due to NFS's lack of flock() support. > SQM > will work, but strange things will happen (messages being deleted from the > wrong > folder, for example) I was going to say "that should never happen", but if one web server clobbers another's session file with a new user, it is slightly possible, however you will never get the issue of you deleting a message in one of your folders, and it deleting a message in another. The code uses post variables to delete, so it's just not possible for that to happen, but as I said, if the session gets clobbered by another user, and it loads somebody elses user information, then that is possible... though I'm not sure how PHP keeps a handle on sessions to stop this happening in a non-load balanced situation. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Load Balancing and session side effect
Hello John Madden, On Wednesday, April 27, 2005, you wrote: >> I was going to say "that should never happen", but if one web >> server clobbers another's session file with a new user, it is >> slightly possible, however you will never get the issue of you >> deleting a message in one of your folders, and it deleting a >> message in another. The code uses post variables to delete, so it's >> just not possible for that to happen, but as I said, if the session >> gets clobbered by another user, and it loads somebody elses user >> information, then that is possible... though I'm not sure how PHP >> keeps a handle on sessions to stop this happening in a non-load >> balanced situation. > I'm pretty sure I've seen that happen first-hand, although it's been > awhile, so perhaps not. Another example: Delete/Move Next would > jumble and end up deleting the wrong message and/or moving to the > incorrect "next" message and/or displaying the body of the correct > message with the headers of the incorrect one (that one's documented > in the archives). Many times did I have to resort to digging through > my Trash folder to recover a lost message... Most of these would be caused by sessions... The delete_move_next functionality relies heavily on the session information to retrieve the next/previous message information. > I thought I had read that PHP will flock() the session handles, but > going back to read up on it now, I can't confirm that. You did :) http://php.net/session-write-close Basically summarized: Session data is usually stored after your script terminated without the need to call session_write_close(), but as session data is locked to prevent concurrent writes only one script may operate on a session at any time. > However, it's easy to see that on a single web server, multiple > clicks inside SQM (in separate frames) will not execute > simultaneously, so some server-side serialization must be going on. Okay, an example of why I believe the deletion of the wrong message can/might happen in a load balanced situation, and using NFS for the session storage. - User 1 logs in to webserver 1, gets session id abc123 - User 2 logs in to webserver 2, gets session id abc123 and trashes current contents of abc123 session file - User 1 deletes a message using dmn plugin, uses wrong session information as user 2 has trashed file... wrong email removed Though saying that, and describing the above situation, I still think deleting the wrong email is impossible IF you are using UID support in your imap server. The reason being is your IMAP server is assigning unique identifiers for each message that SHOULD never change, and that UID, along with the mailbox name is what is passed to the IMAP server to be deleted (even if using the delete_move_next plugin). Now it is possible that the wrong message appears AFTER you delete the message, even with UID support enabled, but I don't think it is possible to delete the wrong email -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Error Sending Message
Hello Eric N. Valor, On Wednesday, April 27, 2005, you wrote: > All: I continually get this message when trying to send mail via > squirrelmail. The filesystem is only 15% utilized (so it's not actually > an error of "no space left on device"). I likewise have no quotas set > on any filesystems on this server. > I appreciate any assistance anyone can render. > ERROR : Could not append message to mail/Sent. > Server responded: APPEND failed: Error finishing scratch file: No space > left on device You might want to make sure all of your partitions are okay, and that you don't have some kind of quota enabled. SquirrelMail will only report the error that it is being told from the smtp/imap server. In this case, it looks like the IMAP server is returning an error about the "scratch file". As you've not provided any information about your installation, so it makes it difficult to even offer suggestions, however this would likely be an IMAP issue relating to space issues (be it quota, or actual drive space, or possibly temporary space). -- Jonathan Angliss <[EMAIL PROTECTED]> pgpNsvEQqdsCV.pgp Description: PGP signature
Re: [SM-USERS] Load Balancing and session side effect
Hello Rafael Martinez Guerrero, On Thursday, April 28, 2005, you wrote: > On Thu, 2005-04-28 at 01:01, Jonathan Angliss wrote: >> >> - User 1 logs in to webserver 1, gets session id abc123 >> >> - User 2 logs in to webserver 2, gets session id abc123 and trashes >> current contents of abc123 session file >> > Can this happen? What is the probability of two different users getting > the same session ID? Note it is not only two users, but two web servers. It is possible, but the possibility of it is probably VERY slim. The session ids are randomly generated based on a number of variables I believe (I've not looked at the PHP code in such a while), and that alone makes the chances of collisions very... difficult :) You can "replicate" similar kind of "behaviors" in earlier versions of 1.2.x, I've not been able to replicate it recently... but here is the steps you used to be able to use... 1. open browser and login 2. open another browser and login to a different account 3. go back to first browser, and click on a different folder, perhaps the sent folder as an example. The session information from the first login is smashed by the login information from the second user, but depending on how the logins were timed, and a few other unknown variables I've found, sometimes the user information (preferences, settings, etc) from the first login would smash the second login's preferences. I believe I took care of that in the later 1.2.x versions, and I've not been able to replicate it in the 1.4 series (basically the loading of the login page /should/ not trash the session regardless of login status). Back to the original point though, it is possible for session id's to collide, the chances are very rare, and as PHP does file locking on the session file, it'd have to be timed in such a way to not be locked at the time of read/write, so it adds to the complexity of reproducibility. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Load Balancing and session side effect
Hello John Madden, On Thursday, April 28, 2005, you wrote: >> - User 1 logs in to webserver 1, gets session id abc123 >> >> - User 2 logs in to webserver 2, gets session id abc123 and trashes >> current contents of abc123 session file > If using NFS as the session store, you don't even have to get this > specific -- one user using "his" session from two servers > simultaneously will eventually see problems. I'm wondering if PHP is doing the trashing for "security" reasons. I'll have to take a peek of the code, but from a guess, it'd sound like the web server sees the user requesting the session file, but it has an internal store of "valid" sessions, and the session file there doesn't match one in the internal store of which sessions are valid... as such, it'd probably just "zap" it. > Oh, here's another example that just came to mind. It didn't happen > under SQM 1.2.x, but under 1.4.x with NFS-shared userprefs files, I > observed the entire file being lost and started from scratch. I was > able to cause this to happen a couple dozen times without finding > out exactly what was causing it, but it seems consistent with what > we've been discussing. That prompted a quick switch to SQL-based > prefs. Wonder if this is because of how we are doing the preference files now. If I remember correctly, in the 1.2.x series, we just overwrite the preference file, in the 1.4.x series, we create a temporary file, then zap the real one, and rename the temporary file. I wonder if the unlink/rename code is being caught by file locking somehow. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Some new mailboxes don't create folders properly
Hello Dale Kunze, On Thursday, April 28, 2005, you wrote: > I recently created a number of new (cyrus) mailboxes. When connecting to > them through Squirrelmail, some of them give this error: > ERROR : Could not complete request. > Query: SUBSCRIBE "INBOX.Sent" > Reason Given: Subscribe: System I/O error > Most of the new mailboxes act normally. I have deleted the "bad" mailboxes, > and started over, but as long as I use the same username, the error persists. > Any ideas on what the problem is? You might want to check your IMAP server's log files. The above error is what is being reported back to SquirrelMail from your IMAP server, and it is generating/receiving a System I/O error from the operating system. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Load Balancing and session side effect
Hello p, Thursday, April 28, 2005, 3:44:33 PM, you wrote: >>>> - User 1 logs in to webserver 1, gets session id abc123 >>>> >>>> - User 2 logs in to webserver 2, gets session id abc123 and trashes >>>>current contents of abc123 session file >>> Can this happen? What is the probability of two different users >>> getting the same session ID? [..] >> 1. open browser and login >> 2. open another browser and login to a different account >> 3. go back to first browser, and click on a different folder, >>perhaps the sent folder as an example. [..] > From what I know, this is still an issue in 1.4, especially if this > hasn't been worked on since 1.2. I believe I added session_destroy on the login page, in the late 1.2 series... and I've not personally seen it since. >> Back to the original point though, it is possible for session id's >> to collide, the chances are very rare, and as PHP does file locking >> on the session file, it'd have to be timed in such a way to not be >> locked at the time of read/write, so it adds to the complexity of >> reproducibility. > Although John's example of a single user hitting the same legitimate > session file just by doing multiple simultaneous requests from different > tabs/windows for a single login does seem like a potential problem... > again, unless PHP's locking mechanism is file system-based. Looking at the php session code in the ext/session/mod_files.c file which is what I believe is used to handle the file based sessions, flock() is called on the session file itself, using an exclusive lock. Maybe I missed a bit of the thread somewhere on this bit... what is the problem with the file system-based locking? -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] find BUG in version 1.4.4
Hello [EMAIL PROTECTED], On Thursday, April 28, 2005, you wrote: > Thank you for your kindness to develop squirrel mail. > I have downloaded latest version 1.4.4 and installed. > Its very wonderful. > I try to setup postgres for address book yesterday. > But have Error, so I read source program and find BUG. > @version 1.9.2.8 2005/01/09 22:36:27 > @package squirrelmail > @subpackage config > in src/configtest.php file. > // Pear DB tests > $B!F(Bpgsql$B!G(B => $B!F(Bpgsql_connect$B!G(B > $B!F(Bpgsql$B!G(B => $B!F(Bpg_connect$B!G(B > after changed upper line, I find address information in postgres. Thank you for your report. This issue has already been fixed in CVS. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year sub to SourceForge.net Plus IDC's 2005 look-ahead and a copy of this survey Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix -- 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
Re: [SM-USERS] Mod_security Squirrelmail problem
Hello [EMAIL PROTECTED], On Monday, May 02, 2005, you wrote: > I have recently installed mod_security on my Apache 2.0 server and it works > very well. However, I am having a major problem getting Squirrelmail to > work. I can log in, read emails but any attempt to send results in > mod_security blocking the request with the default 500 message. > I have scoured the Internet and found no-one with the same problem and no > solution. > My setup is > Mandrake Linux 10.0 running Apache 2.0 and Squirrelmail 1.4.4 > At first it blocked every squirremail request. I inserted the rule > SecFilter "/squirrelmail/" allow which got around that but I am baffled by > the POST-PAYLOAD filters I am picking up at the moment. > Here are a selection of the messages that mod_security returned, it > sometimes returned a pattern match on '444' as well. > error_log.1:[Fri Apr 29 14:44:48 2005] [error] [client 192.168.1.4] > mod_security: Access denied with code 500. Pattern match "111" at > POST_PAYLOAD., referer: > http://192.168.1.3/squirrelmail/src/compose.php?passed_id=30223&mailbox=INBO > X&startMessage=1&passed_ent_id=0&smaction=forward Well, the referer is suggesting the compose page... so try this, and see what results you get: - Login to SquirrelMail - Go to compose page - in the body part, type 111 - hit send - check log files I'm sure that you will find an entry for your transaction, and it gets rejected. The problem with trying to filter pages like that is the user can in theory type anything they want in. > error_log.1:[Fri Apr 29 18:23:54 2005] [error] [client 192.168.1.4] > mod_security: Access denied with code 500. Pattern match "\.\./" at > POST_PAYLOAD., referer: > http://192.168.1.3/squirrelmail/src/compose.php?passed_id=30229&mailbox=INBO > X&startMessage=1&passed_ent_id=0&smaction=forward This one I'm not sure on... The only possible reason I could see .. appearing in the post variables is if somebody typed it in an email (in this case at least). -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Invalid Mask Error
Hello Mohsin Shad, On Tuesday, May 03, 2005, you wrote: > I am trying to set up a server on FC3 using sendmail, > dovecot and Squirrelmail. Sendmail and Dovecot appear > to be working just fine as I can send and receive > mails using pop3 and also directly on localhost. > When I try to use Squirrelmail I get an error as > follows: > ERROR : Could not complete request. > Query: LSUB /home/mshad * > Reason Given: Invalid mask > Any ideas on what is causing this and how to fix this > problem ? Looks like you set your default folder prefix to "/home/mshad". Why did you do that? You shouldn't need to, your dovecot installation should know where to find your mail. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] how do we Unsubscribe from SquirrelMail????
Hello [EMAIL PROTECTED], On Tuesday, May 03, 2005, you wrote: > I need to Unsubscribe from SquirrelMail -- we no longer will be using it. > How can I do that? This depends on what you mean by "unsubscribe from squirrelmail". SquirrelMail is a mail client, so there could be two possible meanings you have. You are confusing us, the software developers that write SquirrelMail, as the people that run your email services. If that is the case, then you need to contact your service provider to have them cancel your subscription. If you want to unsubscribe from these mailing lists (which I don't think you are as I had to manually authorize this email), details are on the mailing list page. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] 404 errors after upgrading to 1.4.4-1.FC2
Hello Dave Sobel, On Wednesday, May 04, 2005, you wrote: > I'm running Fedora Core 2, and successfully been using SquirrelMail > through multiple upgrades. > Recently, my system was upgraded, and we appear to have a new version > of SquirrelMail -- 1.4.4-1.FC2. Ever since that upgrade, when a user > clicks "Send" when composing a message, or view a message and click > "delete" , the message is successfully sent/deleted, but the user is > returned a "cannot find server" error. No configuration changes were > made before or after the upgrade, but the problem didn't occur before, > and now does. Seems you are probably stuck on a small issue where SM seems to think it is running inside an SSL environment, and tries to redirect you to SSL but you don't have it setup. See if you can see the URL that is referenced in the error message that comes back from your server. If it is indeed the above, the error is caused in functions/strings.php in the function get_location. As I've not been able to duplicate this issue, I cannot work out why SM is thinking that it is running in an SSL environment, when it is not. This issue cropped up a several months ago with Mac OS X after a security update too. If you have some time for some debugging to help us diagnose the possible issue, that'd be really nice ;) -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] question about my acct
Hello angela, On Wednesday, May 04, 2005, you wrote: > hey > i hope im writing the right place. Unfortunately no. > i couldnt find any info on how to close my mail account. You'll need to contact the people that host your mail services. We do not host your mail services, and are in no way affiliated with your mail provider. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Can't start squirrel mail
Hello Lance Earl, On Wednesday, May 04, 2005, you wrote: > I am building my first web server, which will be used > to host my commercial web site, www.dallypost.com. For > the most part, things have gone pretty smoothly except > for the install of Squirrel Mail. > I used apt-get yo install it on a Ubuntu server. The > install went without a hitch and I have tweeked the > config files as directed on the squirrel mail site. > When I went to start it with > www.dallypost.com/squirrelmail, I got a page a 404 Not > Found error. It is my understanding that the install > should have created a squirrelmail directory but it is > not there. > My root directory as configured in apache2 is > /home/html Well, assuming it is based on a RedHat/Fedora/Debian style isntall, you will probably find that the files were installed in a different location, perhaps /usr/local/squirrelmail for example. An Alias line is then added to a configuration file which was probably dropped in /etc/httpd/conf.d (or something similar). To make sure it works, you'll need to restart apache first. Also check to see where apt-get installed the files, and check the apache configurations to ensure that the references to the files are correct. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Images removed from emails
Hello Julian Agius, On Wednesday, May 04, 2005, you wrote: > Sorry if this is covered somewhere in the docs, but I searched everything > and couldn't find an answer. > When we receive emails that have links to web pictures in them the picture > is not displayed, instead we get a replacement system pic that says 'This > image has been removed for security reasons'. While I don't normally jump on people for this, but where did you try searching? I typed in 'this image has been removed for security reasons' into google.com. It came back with 3.5 millions results. The VERY top result was a link to SquirrelMail's own documentation that tells you the answer. The second result was to a University FAQ page that mentions "SpiderMail" which looks like a customized version of SquirrelMail, but has the same feature. So okay, I'll guess you didn't use google.com to try, so I'm going to www.squirrelmail.org and clicking on documentation, at the bottom there is a search box. Well... I'll give you the benefit of the doubt here, because it looks like the site is very popular today, and we're hitting a little bit of a lag. I go back to www.squirrelmail.org and click on mailing lists (which is how you probably got to email this address). There are TWO links to archives. Both are searchable, so the first one I try is gmane. I again type in the same thing that comes up on your screen, and it returned 50 results several of which have the line you mention in the subject Okay, maybe you didn't spot the gmane archives link, but one link above it is the sourceforge archives... I repeat the same again, and type in the message you get... I'm guessing it's well over 100 results returned, dating back to 2002. I'm guessing not all apply, but most probably do. Mind explaining to us WHICH documents you looked in when you could not find any information? This is probably one of THE most frequently asked questions -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Trouble Forwarding Email with attachments
Hello Javid Freeman, On Friday, May 06, 2005, you wrote: > When I try to forward an email with an attachment in squirrelmail I get a > prompt asking if I want to display secure and non-secure items. When I click > on either yes or no I get a "page not found" error in the main window... > As you may have guessed I am using https:// secure authentication. Any > advice would be appriciated. This sounds like the server has generated an error, and just stopped sending data. IE has a nice way of telling you "page not found" for pretty much everything, but you didn't mention browser, so I can only assume on that portion. You also didn't mention anything about your setup... http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines You might want to start by checking your logs, installed plugins, and php error reporting levels. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Questions
Hello Carmine Puma, On Wednesday, May 11, 2005, you wrote: > We've been using Squirrel Mail for about 1 1/2 years and it's been great for > our small company. Please let me know if I can the following with the new > version: > 1. Can I forward all incoming mail to a different address or server? Not really... at least not with SquirrelMail. Your underlying mail structure might allow it. If you are not the administrator of the server, you should direct your question to them, and they should be able to help you. > 2. Is there a PDA version for my PALM Cell phone? There is a SquirrelMail lite floating around somewhere, however templating is being worked on in the development branch, which should make doing something like this very easy... though you might be waiting for a bit for it to be released as a stable branch. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&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
Re: [SM-USERS] Problems
Hello Jan Post, On Monday, May 09, 2005, you wrote: > Mailbox message "over quota". I tried to delete and empty the mailbox, but > keep on getting the same message. It is not possible to empty the mailbox. > This is very urgent, I am leaving on a business trip and need my e-mails > urgently. Please advice by return. http://www.squirrelmail.org/wiki/en_US/DisableTrashcan -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&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
Re: [SM-USERS] Filters OFF, please
Hello bryony, On Thursday, May 12, 2005, you wrote: > I use SquirrelMail 1.4.4 through my ISP, Sonic.net. Recently, ALL images > have been replaced from email in my Inbox with variations in size but > all in red letters, some enormous, all unwelcome. [..] > Sonic.net support team members say they aren't doing it. That leaves you. Nothing we can do about their servers, we have no affiliation with them in any regards. > I want to be rid of these supposedly "unsafe" images for good. After > all, if a porn email does sneak in, I can always blacklist its > sender by finding it in the full header, which is a really nice > feature and has spared me tremendous amounts of spam. > Please give me a step-by-step, as I read about "Filters/Spam" on your > site and could not figure out how to accomplish my goal here. I hope you read the archives, and the documentation, or even googling before you posted. As you are not the administrator of the server, you'll need to ask them to install the unsafe images plugin... http://www.squirrelmail.org/wiki/en_US/UnsafeImages -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&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
Re: [SM-USERS] Squirrel mail attachement problem
Hello Saju A P, On Tuesday, May 17, 2005, you wrote: > Hi, > My QMR installation on RHEL 2.1 is working properly. But I have some > attachment send problem. When I try to send attachment my squirrel > mail show this error. > ERROR: > ERROR : Could not append message to INBOX.Sent. > Server responded: [ALERT] You exceeded your mail quota. > Solution: Remove unneccessary messages from your folder and start with > your Trash folder. > Warning: Cannot modify header information - headers already sent by > (output started at > /var/www/html/webmail/functions/page_header.php:31) > in > /var/www/html/webmail/src/compose.php on line 406 > If my attachment size is more than 1MB it shows error like page can't > display type error. As suggested in the email, you have exceeded your mail quota. You need to clean up some mails, or ask for a larger quota from your mail provider. > I can send attachment more 1 MB easily on Outlook. Is this problem is > with squirrel mail. Chances are, Outlook isn't saving the message to the imap server's sent folder. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] SquirrelMail and IE -- anybody seeing problems?
Hello Rob Tanner, On Wednesday, May 18, 2005, you wrote: > Hi, > Over the last several; months we're seeing more and more people having > problems using Squirrelmail (v1.4.2) from Internet Explorer. You should consider an upgade of SquirrelMail as 1.4.2 has known security issues. As an option to consider, you know it seems to be IE related as other browsers work okay, and you've not changed anything SquirrelMail side (assuming you've not done any php/apache/etc changes either). MS has released a number of patches recently for windows (and possible IE included I don't remember which ones exactly), and they have also started pushing "their" Anti-Spyware software onto people's computers as part of Windows Update now. [..] > The kinds of errors folks get are page cannot be displayed errors when you > try to send the email -- composing works just fine, the problem occurs when > you actually hit the send button. Hrm, that's odd, we've had reports similar to this under Mac OS X servers because of security releases caused issues in Apache/SSL. There have been one or two reports on Fedora too, but we've not been able to reproduce them (I don't have access to a Fedora server myself). > Any ideas about what might be going on and/or how to work around it? Is this a production server? Is there any chance of testing some code "tweaks"? -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] Upgrade from 1.2.8 to 1.4.4.1 old folders dont show up
Hello [EMAIL PROTECTED], On Wednesday, May 18, 2005, you wrote: > Hello all, This is my first post and I will thank you all in advance. My > Squirrelmail server that has done me wonders for the last couple years > came to a halt this morning so I decided to build a new machine. The old > machine was a 1.2.8 build on RH 7.2 and the new machine is a FC3 box with > 1.4.4.1 installed. I have everything working but my old folders in > /home/mail dont show up. If i create a new folder it works fine. The > permissions are all the same so I really don't know what else to do. Have you gone to Folders, and made sure they are subscribed? > Also could anyone tell me where the users address books are saved > and where they are on the new build. Thanks again See the $data_dir variable in your old server configuration file (assume you are using file based preferences). Copy those files to the new server to the location specified in $data_dir on the new server. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] Receive is fine but no send - PROBLEM IDENTIFIED
Hello Nigel Kendrick, On Friday, May 20, 2005, you wrote: > Just to follow up on my previous post - this looks like an SELinux security > issue as I spotted the following log messages (/var/log/messages): > May 20 11:02:54 petdoctors kernel: audit(1116583374.225:0): avc: denied { > create } for pid=4039 exe=/usr/sbin/sendmail.pos > tfix scontext=user_u:system_r:httpd_sys_script_t > tcontext=user_u:system_r:httpd_sys_script_t tclass=unix_dgram_socket > May 20 11:02:54 petdoctors kernel: audit(1116583374.228:0): avc: denied { > search } for pid=4039 exe=/usr/sbin/sendmail.pos > tfix name=spool dev=md1 ino=2080804 > scontext=user_u:system_r:httpd_sys_script_t > tcontext=system_u:object_r:var_spool_t tclass > =dir > May 20 11:02:54 petdoctors kernel: audit(1116583374.228:0): avc: denied { > create } for pid=4039 exe=/usr/sbin/sendmail.pos > tfix scontext=user_u:system_r:httpd_sys_script_t > tcontext=user_u:system_r:httpd_sys_script_t tclass=unix_dgram_socket > I have disabled SELinux and the problem has gone away - if anyone has a more > specific fix I'd be grateful though. Sure, your selinux configuration doesn't allow for the user apache to execute the binary sendmail. The really easy way around this is to tell SquirrelMail to use SMTP instead of sendmail (see config file). -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] PHP not working
Hello John Mackerras, On Sunday, May 22, 2005, you wrote: > Hi Guy's, > I'm trying to get SquirrelMail up on IIS5 (win2K SP4). I had this part > working but foolish > me decided to start again and now I can't even get the basics up. > ARRRGH... > OK. Standard stuff I have a file info.php which contains the code " phpinfo(); ?>" > When I go to http://localhost/info.php, it works > When I go to http://localhost/mail/info.php, it doesn't > I've been right through the settings again and again and I can't for the life > of me think of > what I did to solve it last time. Is your "mail" folder under the usual web root (c:\inetpub is the default think), or is it a "virtual folder" to another location? If it is a virtual folder, are the isapi filters applied to it? You might also want to try the PHP list as that is more of a PHP problem than a SquirrelMail issue. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] SquirrelMail not getting mail from Mercury
Hello John Mackerras, On Sunday, May 22, 2005, you wrote: > Hi All, > I have finally got SQ working but whenever I log in I told that I must be > logged on in > oreder to access the page. Cookies? Have you made sure your browser is accepting cookies properly? > When I compare the Mercy IMPA logs there seems to be a different set of > commands > issued depending on whether I login through PMail or Squirrel, e.g. [..] > This one does not work through Squirrel > 19:57:53.250: << A001 OK LOGIN completed. 19:57:53.250: >>> A002 CAPABILITY > 19:57:53.250: << * CAPABILITY IMAP4rev1 X-MERCURY > 19:57:53.265: << A002 OK CAPABILITY complete. 19:57:53.265: >>> . LIST "INBOX" "" > 19:57:53.265: << * LIST (\Noselect) "/" "" > 19:57:53.265: << . OK LIST completed. 19:57:53.265: >>> A003 LOGOUT There should be a lot more to the transactions than just this. SquirrelMail sends a wide variety of commands on login, and folder list refresh, can you monitor the communications for a bit longer? The above output looks like it's the call from sqim_delimiter. The function is trying to work out what the delimiter is set to as you have got the config set to detect. It should have established the delimiter to be a /. That function is called in 2 places (3 if you count the newmail plugin). - Right after login - when loading the folder list (Folders menu item at the top) The one after login would be stored in the session file, and used afterwards. This suggests that there is more to the transactions than is being displayed by your logging as that is a simple "test" to find out a bunch of options. > The difference seems to be the LIST commands. Does anyone know how I would > configure Squirrel to be able to LIST properly?? > Also worth noting that this only works on Localhost. When I try to log in > remotely I just > get the error: > PHP Warning: main(../config/config.php): failed to open stream: No such file > or > directory in D:\Website\WEBDATA\mail\functions\global.php on line 18 PHP > Fatal error: main(): Failed opening required '../config/config.php' > (include_path='.;c:\php4\pear') in > D:\Website\WEBDATA\mail\functions\global.php on line 18 I think there is an option under directory security that says something along the lines of "allow parent directories" or something like that. I dont' have an IIS box in front of me at the moment, but it's a security option that disables file access using ../ Oh, back to your original problem of not being able to login... I am assuming you're using IIS because I don't actually see you mention it on this email (which would have been useful, I only KNOW you're using IIS because I just spotted your other email). You might want to take a look at: http://www.squirrelmail.org/wiki/en_US/InstallingSquirrelMailWindowsIIS If that doesn't work (we've been having some DB problems recently). Try searching google for "squirrelmail iis redirect", there are a few pages that should be able to help. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] authdaemond: vmysql: sql error[3]: MySQL server has gone away
Hello list, On Sunday, May 22, 2005, you wrote: > My setup: > Courier-imap 4.0.2 > Courier-authlib 0.55 > PHP 5.0.4 > Apache 1.3.33 > Squirrelmail 1.4.4 and I tried 1.5.0 > Compatibility plugin > secure_login plugin > Vpopmail 5.4.10 > MySQL 4.1.12 > Slackware Linux 10.1 > All software was installed from source. > The problem, which I have not seen anyone else state EXACTLY, is that > squirrelmail refuses to authenticate. Just for clarification, SquirrelMail authenticates against your IMAP server, it relies on your IMAP server to do the ALL the work. SquirrelMail itself does not touch any of the files. > Pop3 and smtp both work perfectly fine via a pop3 email client, > vpopmail is interfacing with mysql just fine and I can check my mail > using an email client. But, as soon as I try to login with > squirrelmail (and I even tried using sqwebmail) authentication > fails. So sqwebmail fails too? Doesn't that clearly tell you it is NOT SquirrelMail? And it is the way you have your imap server setup? > I always get the same errors in my maillog: > mail1 imapd: Connection, ip=[:::127.0.0.1] > mail1 imapd: LOGIN FAILED, user=, ip=[:::127.0.0.1] > mail1 httpd: Squirrelmail login failed for Username : , Password : > mail1 imapd: Disconnected, ip=[:::127.0.0.1], time=5 > (username and password were replaced by me, they were correct) > However, sometimes along with that I get this very familiar error: > mail1 authdaemond: vmysql: sql error[3]: MySQL server has gone away > Which I'm sure most of you have seen before in a few circumstances. As I > stated before, vpopmail works with mysql just fine, and I'm triple and > quadruple checked my squirrelmail username and password that is being used > to access the mysql database. Have you got your imap services setup correctly? Did you review the configuration, and make sure it was pointing to the right authentication mechanism? > I can't find any information that helps me with this, I've searched > and searched...please give me an easy answer. The courier list probably a better place than this, seeing as this appears to be a courier configuration issue. I dare say you'd have the same login issue with Pine, mutt, kmail, outlook, etc etc etc. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] Sending message failed
Hello Thomas Heinrich, On Sunday, May 22, 2005, you wrote: > Hello, > I'm a german user and like S-Mail very much. > I don't have my own server, but I use S-Mail, to get connected to my > email provider where I have an imap mail. > Now my email provider changed the secruity by sending emails. > Now there must be a login for sending too. [..] > But I get the following anser: > ERROR: > Verbindungsaufbau abgelehnt > Server replied: 111 > Can anybody help me, what I'm doing wrong? My Deutsch isn't very good, but that looks like "connection refused" or something along those lines. This could mean that it [SquirrelMail] could not connect to the SMTP server you have specified in the SquirrelMail configuration file. Please double check the settings, and the requirements from your service provider, and make sure they match. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&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
Re: [SM-USERS] attachments take me back to login screen
Hello Noel Sanchez, On Wednesday, May 25, 2005, you wrote: > rh 9.0, courier-imap, php-4.2.2-17.2, httpd-2.0.40-21.11, squirrelmail > version 1.4.2 > Trying to open an attachment inside of squirrelmail, without saving it > first, which works on most of my systems, but on one system it keeps > taking me back to the login screen. On my systems that "do" work, if I > click on a word attachment, squirrelmail will open it in the right hand > frame. On the system that "doesn't" work, squirrelmail will take me back > to the login screen. I've reset ie to its default settings with no avail. > Running xp with ie 6. What else can I try so that the system will open > word or excel attachments inside of squirrelmail, ie: in the right hand > frame? You're using an old version of SquirrelMail. Please try upgrading to the latest release (1.4.4) or a snapshot (1.4.5-cvs) from the download page. I fixed an issue that might help resolve this a while back. There are other reasons for the upgrade too, before 1.4.4 there are known security issues. -- Jonathan Angliss <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate online with coworkers and clients while avoiding the high cost of travel and communications. There is no equipment to buy and you can meet as often as you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&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
Re: [SM-USERS] (no subject)
Hello sam, Thursday, May 26, 2005, 9:44:43 PM, you wrote: > dfs His insistence on trolling this list, and posting pointless emails has invoked my moderator privileges, and I've removed him. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] help: cannot compose email
Hello Spike Koo, On Friday, May 27, 2005, you wrote: > Hi, > When I try to compose email using squirrelmail, the mail cannot > be sent. An error message (please see attached file) come out when I > press send button. Please help > Here is my system configuration: > IMAP Server: Courier IMAP > PHP: PHP 4.2.2 > Web Server: Apache 2.040 > Platform: Redhat Linux 8.0 > install software: TAR ZIP > SquirrelMail: Version 1.4.4 > Error Message: > Please see the attached file Is there any particular reason that you limited the number of people that might be able to see the image by embedding it inside an excel file, instead of copying it into MS Paint, and saving it as a jpeg? Before anybody jumps on me and says Open Office, I know, I'm just making a casual observation. Plus the image would probably have been a lot smaller had it been just a gif/jpg/png file. As for your issue, please read over the list archives, I think this has come up several times, with a few solutions, and possible debugging steps to solve the problem. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Address Book & Fonts
Hello Colin Richter, On Friday, May 27, 2005, you wrote: > Can one select a font? (Seen this question, but can't find the answer ?) Options | Display Preferences You can pick from a couple there, or add your own style sheets, and upload. > Can I IMPORT an Address Book, instead of copy / paste?? abook_import_export plugin should be what you are after. As a side note, winmail.dat/ms-tnef is a propriatary format for MS. When posting to these lists, please use plain text only. > * > * IMPORTANT * > * > This e-Mail and the information contained may be confidential, legally > privileged and / or protected by law. Are you able to turn off this for posting to the list? It's rather pointless note when you're posting to a public mailing list. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] installing plugins without shell access
Hello Slavick (Danny Groot), On Friday, May 27, 2005, you wrote: > when i go via the browser i have a 500 error. > i just copied from config default into a new file config.php and filled in > some stuff. conf.pl is a configuration script that has to be run from the shell, not in a browser. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] [plugin vacation_local] valid shell
Hello Webmaster, On Friday, May 27, 2005, you wrote: > Hi everyone, > This morning I tried to add the plugin vacation local, but I got errors when > I tried it. > I explain, I set a auto-reply message + a forward on my test account, and > then I send a mail to this account from my hotmail account. The forward was > ok, but instead of getting the auto-reply at the sender address, I got this > mailer-daemon message: [..] >- Transcript of session follows - > 550 5.7.1 /home/user/.forward: line 2: > "|/usr/share/squirrelmail/plugins/vacation_local -a test user"... User > [EMAIL PROTECTED] doesn't have a valid shell for mailing to programs > > What does valid shell for mailing to programs really means? $ man shells You should be able to add /bin/false to /etc/shells I think without any harm coming about to your system. > My pop users have /bin/false > I switched it to /bin/bash, but I got sthg similar: > Here is the message of the mailer-daemon: >- Transcript of session follows - > smrsh: "vacation_local" not available for sendmail programs (stat failed) I think I answered that question within the last week. Sendmail restricts applications it can run to "trusted" applications. You need to try googling for "smrsh" and take a read. > Ben (using squirrelmail 1.4.3, sendmail 8.13.1, FC3) You should upgrade your SquirrelMail version. 1.4.3 has a known security issue in it. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: Update RE: [SM-USERS] Squirrelmail 1.4.4. will not display e-mails bigger than 30K
Hello Charles J Bujold, On Sunday, May 29, 2005, you wrote: > Further update on the issue. The problem only occurs if an e-mail bigger > than 30K is present in the inbox. If all e-mails are less than 30K the > problem does not exist. Is there a place where I have to set what is the > size allowed for an e-mail (PHP? Squirrelmail config? ) The error is an IMAP server error, not a SquirrelMail/PHP error. The problem would be in your IMAP server not being able to handle files above 30k (probably more likely to be about 32k). I'd suggest contacting your IMAP server provider. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Sorting by date AND time
Hello [EMAIL PROTECTED], On Monday, May 30, 2005, you wrote: > Like the mail server, nice and simple and best of all - no flashy graphics > that take ages to download and that I don't want anyway. Keep up the good > work! > I would like to see the sort by date function extended to sort by the > date/time stamp instead of just the date. Then I can sort my messages into > a true chronological order. It should be already. Are you using server side sorting? If so, do you have the option "Enable sort by received date" set to "Yes" in your options | display preferences? You might find that is having an "adverse" affect if you're using that because it'd be using the time the message was received, and not dated. Usually this isn't too much of a problem as they [emails] are delivered fairly close to the time of creation, however there are some things that can affect timing such as email size, virus scanners, filtering, etc. Please provide more information about your setup, such as SquirrelMail version, php, imap server, server side sorting, the above mentioned option, etc etc. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Folder tree missing intermediary folders on uw-imap
Hello Michael Wimmer, On Monday, May 30, 2005, you wrote: > Hi, > I've the following weirdness with SM as opposed to Thunderbird: > I have a folder tree of about 30 subfolders in a hierarchy with several levels > on an uw-imap server. In Thunderbird, I have subscribed just the folders > containing messages, not the intermediary folders (those containing only > subfolders). > Now, in SM, I do not see these intermediary folders. > I can subscribe them as well in SM, which fixes the problem, however this will > throw Thunderbird off: Thunderbird thinks any subscribed folder is a > selectable mailbox, and when you click on it in Thunderbird, you will receive > an error. More information about your setup would be useful, at the very least your SquirrelMail version. Thunderbird needs to have their bug fixed if it's selecting \NoSelect folders ;) I've not seen this personally myself, but I'm using courier-imap which will return a folder that is not subscribed, but a parent of another folder as \NoSelect. Please enable the info plugin (should be part of the standard SquirrelMail installation), and go to Options, "IMAP server information", disable TEST_0 and enable TEST_7 and change the code to: LSUB "" "*" And run the query, paste the results here. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Querry
Hello Saxena, Ambuj (GEAE, non-ge), On Tuesday, May 31, 2005, you wrote: > Hi, > When I open my Squirrel mail Account, I see a number of "Disk > Usage" Tabs in the left panel. They range from as few as 5 tabs to > sometimes as much as 80! When this happens, it slows the process of > webmail checking a lot. I want to know why do have so many graphs > and not ONE consolidated Disk Usage gpagh. Morover, what do the > different graphs mean and why their numbers change from time to time. Chances are your service provider has enabled some kind of Quota plugin that shows you the status of each of your folders. You might want to address the issue with them, as we do not host your mail services, or have any relation to their installation of SquirrelMail. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Attachment download problem
Hello John Sydnor, On Tuesday, May 31, 2005, you wrote: > Hi, > I just upgraded Apache/PHP and now the 'download attachment' box does > not display in the message view window. Can you be more specific? "download attachment" box doesn't mean too much, does it prompt you to save? Or does it just tick along until the page times out when you click on the link? > Current configuration: > FreeBSD: 4.7 > Apache: 2.0.54 > PHP: 4.3.11 > UW IMAP: IMAP4rev1 2003.338 > SM: 1.4.2 > Details: > 1) Other non-web based mail clients handle the attachments fine. > 2) The message list windows shows that there is an > attachment(s). > 3) The 'message details' plugin shows all message parts > including > the attachment. > 4) I tried downgrading PHP to version 4.3.3 - no joy > 5) I upgraded IMAP to version IMAP4rev1 2004.357 - no joy > 6) I upgraded Squirrelmail to 1.4.4 - no joy Did you downgrade again? > 7) If I connect SM to another IMAP server (Courier/Qmail) > download attachments works correctly. > 8) I've checked my php.ini file and see no obvious config errors > I thought the error might be with the PHP imap module until I realized > that SM doesn't use it. Did you check the web log files? -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Could not list address from LDAP
Hello arulthas, On Monday, May 30, 2005, you wrote: > Btw, you introduce to me autorpm and I am getting dependencies error > perl(Net::FTP). > How to overcomet this issue? Maybe you install the perl library Net::FTP? :) -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] new Login Error!
Hello Samir Noshy, On Wednesday, June 01, 2005, you wrote: > Hi Everybody, > I m using squirrelmail-1.4.4 with qmail 1.03 and mysql Backend. > When trying to login , I got the following error: > Preference database error (connect failed). Exiting abnormally > This happened after some upgrade of the mysql db , but I m sure that the > user privileges does not changed. When you upgraded mysql, did you change major version numbers? You might need to recompile PHP to get access to the new library files. You might also want to make sure that they didn't change the locations of the socket, and/or disabled the port the service was running on (or limited access to a certain ip address) -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 -- 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
Re: [SM-USERS] Bruno Settings
Hello Gary & Shari Hickman, On Friday, June 03, 2005, you wrote: > You need to add a link on the Bruno email page where we can go to > change the Bruno settings. You should send this email to whoever does "Bruno" email. SquirrelMail.org are not affiliated with any providers, we do not even really know who uses SM. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Problems with squirrel mail
Hello Be & Beth Boynton, On Friday, June 03, 2005, you wrote: > have tried to submit this email to security- but the address given > is invalid. security@ what? I'm one of the people that monitor the [EMAIL PROTECTED] address, and I can very much assure you it is valid, and working just fine. > I have had this email address set up for 6 months and have had > nothing but problems with it since it was opened. It is > [EMAIL PROTECTED] > From the first email I sent (to a secure company I have dealt > with previously with no ill effects) I have recieved constant emails > coming in saying email returned- none of which I have sent. This sounds like you are having issues with your mail services, and not SquirrelMail in particular. You need to address your issues with the support department of the people hosting your mail services. That is not us, we cannot help you with any mail issues with your service provider. SquirrelMail is an open source webmail application, available free for use and download by anybody. This means that anybody can download it, and use it. We also have no affiliation with the people that use SquirrelMail, nor are we related to any mail service providers using SquirrelMail. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] using qmail + vpopmail, how to config sqwebmail
Hello Winanjaya - PBXSoftwares, On Monday, June 06, 2005, you wrote: > Dear The Expert, > I am using qmail + vpopmail, and I want to use squirrelmail for > webmail, how to configure sqwebmail for email config (qmail+ > vpopmail) sqwebmail and SquirrelMail are two different webmail applications. Check which one you are trying to setup again, and then ask again, providing as much information about your setup as you can, see: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines for guidance. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] using qmail + vpopmail, how to config sqwebmail
Hello Winanjaya - PBXSoftwares, On Monday, June 06, 2005, you wrote: > Sorry I already mistyped .. what I need is to get help for configuring > squirrelmail works together with qmail + vpopmail.. > any suggestion? A quick google, and I found: http://www.qmailrocks.org While it may be a little overkill for what you're after, it certainly providers information on installing SquirrelMail with qmail. There is of course the INSTALL file, the wiki (http://www.squirrelmail.org click on documentation), and the list archives. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] migrated folders
Hello [EMAIL PROTECTED], On Monday, June 06, 2005, you wrote: > Hi, > We are migrating from UW imap to sendmail server. Unless the sendmail team have started a new project, Sendmail, and uw-imap are two different types of servers completely. uw-imap is... well... IMAP. Sendmail is SMTP. > In the new server the old folders are in a folder by name 'mail'. > They show up when I subscribe but is there a way to show them > without having to subscribe. The new mail servers default folder > show up fine but they are not in the mail folder. Subscribe them. I think there is some code in 1.5.1-cvs that allows you to show all folders regardless of subscription, however 1.5.1-cvs is a development branch. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Attachment size modifications
Hello Spiro Azkoul, On Monday, June 06, 2005, you wrote: > This would not work until I edited the " memory_limit = 15M ; Maximum > amount of memory a script may consume (8MB)" in php.ini to 15M. Only then > did the Squirellmail upload screen reflect that number. SquirrelMail uses the lowest number in terms of "handling" of memory/files. We don't want to attempt to push 50MB files to the server, and process them, if we know that the most the server is going to be able to handle in memory is 8MB for example. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Folder tree missing intermediary folders on uw-imap
Hello Michael Wimmer, On Thursday, June 02, 2005, you wrote: [..] >> Please enable the info plugin (should be part of the standard >> SquirrelMail installation), and go to Options, "IMAP server >> information", disable TEST_0 and enable TEST_7 and change the code >> to: >> >> LSUB "" "*" >> >> And run the query, paste the results here. > I'm just pasting some lines which belong together here (the rest is private > stuff). I selected all lines which have the word "Community" in them, which is > one of the sub-sub folders: > * LSUB () "/" Mail/CG/Community/Applications > * LSUB () "/" Mail/CG/Community/Conferences > * LSUB () "/" "Mail/CG/Community/Game Community" > * LSUB () "/" Mail/CG/Community/NVIDIA > * LSUB () "/" Mail/CG/Community/Newsletters > * LSUB () "/" "Mail/CG/Community/Research contacts" > * LSUB () "/" Mail/CG/Community/Reviewing > Obviously, uw-imapd does not report non-subscribed parent folders as > \NoSelect. I think for uw, they don't really exist since they are > just folders in a unix folder hierarchy. I believe they do exist, they are just flagged as \NoSelect in the LIST response. > If I subscribe the Mail/CG/Community-folder, I get the additional > line: > * LSUB () "/" Mail/CG/Community > Does this make it any clearer? I'm not sure I'll be able to get this resolved before 1.4.5 as I think it might require some fairly chunky code changes, as the code runs through the folders that /are/ there, and then tries to find the children of the ones that are in the list... You need the reverse of it. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Folder tree missing intermediary folders on uw-imap
Hello Michael Wimmer, On Tuesday, June 07, 2005, you wrote: > Hi, > Jonathan Angliss wrote: >> Hello Michael Wimmer, >> On Thursday, June 02, 2005, you wrote: >> >> [..] >> >>>Obviously, uw-imapd does not report non-subscribed parent folders as >>>\NoSelect. I think for uw, they don't really exist since they are >>>just folders in a unix folder hierarchy. >> >> >> I believe they do exist, they are just flagged as \NoSelect in the >> LIST response. > I ran TEST_8 for the LIST response, and you are right they are reported as > \NoSelect. >> I'm not sure I'll be able to get this resolved before 1.4.5 as I think >> it might require some fairly chunky code changes, as the code runs >> through the folders that /are/ there, and then tries to find the >> children of the ones that are in the list... You need the reverse of >> it. > Is this a bug in Thunderbird, in Squirrelmail, Actually both. Thunderbird shouldn't let you select a folder that is marked as \NoSelect. That is a bug. SquirrelMail should be showing the folders properly, but isn't... there is another bug. > or is it something which isn't sufficiently specified in the IMAP > spec? The clients display of the folder tree is up to the client, and the client author I guess... I don't believe the IMAP specifies how a client should be displaying folders, just how folders should be treated. > I wonder why nobody reported this before - am I the only one to use > both Squirrelmail and Thunderbird with uw-imap (which seems to be > the only one to have \NoSelect intermediary folders)? Probably not, but you're probably one of a few that has the folders unsubscribed because of Thunderbird's bug in folder handling. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Can anyone help with Low Memory Problem?
Hello Kerry, On Tuesday, June 07, 2005, you wrote: > I recently purchased a business that uses Squirrel Mail. You might want to address any support issues with them concerning this kind of issue. We, at SquirrelMail.org, do not host any mail services, or any public installations of SquirrelMail for anybody. I'm taking a guess that you probably don't have that much control over the installation of SquirrelMail you are using either. Most of the suggestions we'd offer concerning this kind of thing would/might require a little more access than you may have access to. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] squirrelmail is great... now for the wishlist :)
Hello Dan Routier, On Wednesday, June 08, 2005, you wrote: > I switched over to squirrelmail from openwebmail during my last server > upgrade. So far I love it! > There is one (and really only one) concern that is killing me about > squirrelmail. That is that the folder list updates every 2 minutes as > i've specified. If a new mail has arrived, it appears in parenthesis > right of "INBOX" in the folder list. However, the actual inbox in the > main window listing all of the mails does not update showing the new mail. > I have to click on INBOX in the folder list to get the index of messages > to update. Checkout the folder_sync plugin. > A nice feature I noticed in open webmail that is missing here is in the > index of message, in openwebmail, if you mouse over the FROM field of a > message (often a name), it shows you the email address. Two steps ahead of you there ;) Latest cvs snapshots have it in. I think I put the code in about 4 or 5 weeks ago. 1.4.5 will be released soon, and it'll be in there. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] attachment failure in squirrelmail
Hello sel, On Thursday, June 09, 2005, you wrote: > Hi all, > I am using Squirrelmail 1.4.4 on Redhat 7.2 with php-4.0.6-7 and > php-ldap-4.0.6-7 installed. I am getting many mime class based > errors and secondly whenever I download any attachments > (doc,xls,jpg...etc) the default format for the attachments is text > ,can you tell me how to get this bug resolved.Is there any way of > customising Squirrelmail or php as per Redhat 7.2,will upgrading php > help ? Please don't use HTML when posting to the lists. Please avoid cross-posting, unless it is relevant to all lists, in this case, probably just SquirrelMail-users would have worked fine. Please provide more information. You specifically mention you get error messages, but don't tell us what they are. We need to know so we can tell you where the issue /might/ be. Please see... http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines For further guidelines, and suggestions. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] imap Query: FETCH error? sq 1.5.1
Hello Troy Ayers, On Thursday, June 09, 2005, you wrote: > With squirrelmail 1.4.2 and 1.4.4 I have no problems. I decided the > "bypass trash" feature was needed, especially for users at or over their > quota. You don't mention your imap server. > Squirrelmail 1.5.1-cvs snapshot dated 20050527 and also yesterdays CVS > (06/08/2005) works fine, mostly. What about 1.4.5-cvs snapshots? > But one user only (that I know of) they get this when they try to view > any folder with messages in it: > ERROR: Could not complete request. > Query: FETCH (INTERNALDATE FLAGS BODY.PEEK[HEADER.FIELDS (From > Content-Type X-Priority Subject Importance Priority)]) > Reason Given: Error in IMAP command received by server. There is no list of numbers in there. So your IMAP server correctly fails the command. > I've tried php 5.0.4 and php 4.3.11 and php 4.3.4 to see if maybe it was > a problem with php. > I didn't see this particular problem discussed in the mail archive. If > it is, please do call my attention to it. I think it has come up before, but I cannot give you a reference as I cannot track it down. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Jamal Alkhashan
Hello Jamal Alkhashan, On Thursday, June 09, 2005, you wrote: > I am looking into Email Registration Form for my site where the user > Can register his email by him self and he well get his email and > password At same time after completed the Email Registration Form > and he well Check his email at http://webmail.mydomainname.com and > his email address Well be at my site name like [EMAIL PROTECTED] > and i do not want Any program to be installed in my computer or my > server only i want to Be PHP or Script or HTML Your email lacks any real useful information. Please take a read of the Posting Guidelines here: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines We need to know a lot more information about your system before we can offer any kind of suggestions. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] mac mail
Hello stephanie blanco, On Wednesday, June 08, 2005, you wrote: > hi. i am a student at rutgers university and i use squirrelmail to check > my email. [..] > i am using mail version 1.3.11 on my macintosh computer > if you could help me set up my email account Unfortunately SquirrelMail have no affiliation with the Rutgers.edu mail system. You should contact the system administrators there, or look through help pages that you might find on the site for students/teachers. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] My Squirrelmail problem
Hello marie bojarova, On Wednesday, June 08, 2005, you wrote: > I want to start using Squirrelmail on my new computer. Downloading > Mozilla and installing my address was fine and I can access my incoming > mail. However, I cannot reply and in fact I cannot compose anything. > Instead, a page full of info appears and no info on it guides me to > solving the problem. It's not my yahoo address, of course, that works > fine, but my university address at the pedf.cuni.cz server. Can anyone > help me please? Is there anything that has to be done on a new > computer? - on the old one everything works fine. SquirrelMail is a web based client. It /should/ be computer independent, and should allow you to access it from /any/ computer on that has access to that installation of SquirrelMail. You don't seem to mention any reasons as to why you cannot reply, such as error messages or anything like that. You might want to address your issue with the support department of the people that host the SquirrelMail installation you are using, they might be able to help you BETTER. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] my website e mail feedback address
Hello Papamichail, Jeana, On Wednesday, June 08, 2005, you wrote: > Hi , my website www.getgoingingreek.com > <http://www.getgoingingreek.com/> had an original e mail address for > responses which was : [..] You should your issue with the people that host the mail services for your domain. SquirrelMail.org do not host any mail services, nor do we have any affiliation with the people that host your mail services. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] (no subject)
Hello [EMAIL PROTECTED], On Sunday, February 22, 2004, you wrote: > I am frustrated with the address book. I would like to add an > email address right from an email that i have received. I don't > seem to be able to do that. Enable the abook_take plugin. > Also is there spell check? Enable the squirrelspell plugin. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Jamal Alkhashan
Hello Jonathan Nichols, On Friday, June 10, 2005, you wrote: > Warning: mysql_connect(): User squirrelmail@ has already more than > 'max_user_connections' active connections in > /home/groups/s/sq/squirrelmail/htdocs/wiki/lib/db.php on line 15 > Error connecting to database. > Please contact the administrator for assistance. > I've been getting that all morning, FYI... I'm working on it. Thanks for the notification. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Unknown user or password incorrect
Hello Pascal Angerand, On Saturday, June 11, 2005, you wrote: > Hi ! > I'm using SM 1.4.4 (no plugin installed) > Platform is W2k server SP4 > IMAP server is Mercury/32 V4.01a > webserver is IIS 5.0 > PHP V 4.3.11 > Imap login work fine (tested with Thunderbird and telnet). > I can't login with SquirrelMail I always have the message "Unknown user or > password incorrect. - Go to the login page" [..] Did you take a read of the documentation for installing SquirrelMail on IIS? It's under the UserFAQ/Installation section. http://www.squirrelmail.org/wiki/en_US/InstallingSquirrelMailWindowsIIS You're most likely to find the cause is that IIS doesn't like us doing a redirect after writing header information. You should be able to jump about half-way down the page, and you will have a section about changing Header('Location:..'); to meta tags. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Squirrelmail is pulling messages from POP server
Hello [EMAIL PROTECTED], On Sunday, June 12, 2005, you wrote: > Hello, > I am a member of freeshell.org. I have two accounts. On one > account, squirrelmail works perfectly. I can check my mail with > Squirrelmail, and then with my pop client, and the mail is still > there. > However, on my other account, Every time I check my email with > Squirrelmail, and then I check it with my POP client, my mail is > gone! Squirrelmail is pulling all my mail off of the POP server! First, lets straighten some things up. SquirrelMail doesn't know anything about the POP services. SquirrelMail is an IMAP client. SquirrelMail will only check a pop account if you configure the mail_fetch plugin, and in this case, I don't believe that to be true. SquirrelMail knows nothing of how your mail is stored, or how your IMAP server, and POP3 server integrate. > Squirrelmail even pulls my email from the POP server when I don't > delete any mail! How do I fix this problem! I need to be able to > check my email with Squirrelmail and then check my email with my POP > client! I have not changed any Squirrelmail settings! [..] > Where are the settings for Squirrelmail usually stored? Let me know. There are no settings you can correct for this in SquirrelMail. The "issue" is with your IMAP server. Your IMAP server is removing the messages from the spool file (/var/spool/username), and moving them to /home/username/somefilename. If you want to stop this happening, I suggest reading up on your IMAP server. There is nothing in SquirrelMail you can change that will stop your IMAP server from moving these messages. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Character Set
Hello [EMAIL PROTECTED], On Monday, June 13, 2005, you wrote: > Hi, > I did that and I get the following when I searched for 'events' in my > subject field from the INBOX > ERROR : Connection dropped by imap-server. > Query: SEARCH ALL SUBJECT {6} events How large is the INBOX? I think PHP sockets have a timeout limit if not receiving data for a period, and it reports a similar issue that the connection was dropped by the server, when in fact the php socket just quit. I've seen this on my installation of SquirrelMail/Courier-IMAP when I attempt to search a folder with a large amount of messages (large being over 50k messages). I usually don't have any problems though. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] How to subscribe to LOTS of folders?
Hello Chris Green, On Tuesday, June 14, 2005, you wrote: > Is there an easy/quick way to subscribe to lots of mail folders in > squirrel mail? > I have a mail archive which has something over 3000 mailboxes and > folders in it so subscribing using the default mechanism in > squirrelmail would be a bit laborious. Click Folders, in the subscription box, click on the folders you want to subscribe, hold down the ctrl key to click on multiples, or if you want to subscribe to them all in the box, select the top folder, hold the shift key, then click the bottom folder. Then hit subscribe. > As an aside the SUBSCRIBE/UNSUBSCRIBE commands aren't supposed to be > used for what a lot of MUAs seem to think they're for. As a general > rule as I understand it *all* mailboxes should be visible. The IMAP > RFC implies (but doesn't state explicitly) that SUBSCRIBE is really > for use with newsgroups. At least mutt (for example) allows you to > toggle the 'wrong' use of SUBSCRIBE on and off. I'm always curious about how people interpret RFCs as there is often different understandings of it. How did you come to this understanding of it? Can you provide references? Looking at the reference, they use #news as an example. #news is a namespaced folder I believe. They could just have easily used: A001 SUBSCRIBE #shared.support Or just plain old folders... A002 SUBSCRIBE support I don't really see where it says it's for newsgroups. It does state the following... A server MAY validate the mailbox argument to SUBSCRIBE to verify that it exists. However, it MUST NOT unilaterally remove an existing mailbox name from the subscription list even if a mailbox by that name no longer exists. Note: This requirement is because a server site can choose to routinely remove a mailbox with a well-known name (e.g., "system-alerts") after its contents expire, with the intention of recreating it when new contents are appropriate. This to me basically says, a server can check if a folder exists before subscribing, but it MUST NOT remove a subscription if the folder does not exist as something may cause the folder to be recreated automagically... It also states under the subscription command the following... The SUBSCRIBE command adds the specified mailbox name to the server's set of "active" or "subscribed" mailboxes as returned by the LSUB command. This says that it just adds the folder to the list of other subscribed folders which could be considered active. The LSUB command details the same kind of instructions... The LSUB command returns a subset of names from the set of names that the user has declared as being "active" or "subscribed". Without re-reading the whole RFC (which I don't have time for right now), I don't see how the usage of newsgroups is what the SUBSCRIBE command is used for. I'm also curious as to how you understood that /all/ folders should be shown? As far as I understand it, that's up to client implementation which I believe is not defined in RFC3501, just the usage of the commands, the data structures, and the likes. As I said though, I've not re-read the whole RFC in a while, so I might be missing something. -- Jonathan Angliss <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 -- 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
Re: [SM-USERS] Folders not useable
Hello Michael Scheser, On Tuesday, June 14, 2005, you wrote: > I have created and subscribed to folders to place read email in. The > folders list on the left under INBOX but I cannot move email or access > these folders. How can I move email into these created folders? Your email lacks useful information that may permit us to assist you. Please see the posting guidelines for some hints and tips... http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines -- Jonathan Angliss <[EMAIL PROTECTED]> --- 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