RE: [SM-USERS] Courier IMAP folders not seen

2003-06-28 Thread Troy Settle
Did you reset your SM configuration back to defaults since upgrading the IMAP? IIRC, you had played with that to some extent, it's possible that your config is now the culprit. -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small

RE: [SM-USERS] SquirrelMail upgrade to 1.4.0 Error opening ../data//default_pref

2003-06-28 Thread pdontthink
>> http://www.squirrelmail.org/wiki/en_US/DataPermission >> >> DO NOT create a user called apache! There should already be one on >> your system, since that message gets the username from your system on >> the fly. It is typically a user who cannot log in, and if you tried >> adding another one,

Re: [SM-USERS] squirrelmail install questions

2003-06-28 Thread pdontthink
> It is running apache 2.0.4 and php 4.2.2.. I am wondering - > > whether I need to upgrade php? (it looks like a good idea due to > security probs) preferences/problems re: installing squirrelmail as a > .tgz or a rpm package. 4.2.2 is fine from the SquirrelMail perspective, in fact, it's one of

Re: [SM-USERS] upper vs lower login

2003-06-28 Thread WJCarpenter
>> Is SM mapping the userId to lowercase, or is it something else in >> the chain doing that? seth> There should be a configuration option in conf.pl. 4. General seth> Options -> 6. Usernames in Lowercase Duh-oh! Thanks! Now that you point it out, I remember seeing it. For whatever reason I th

[SM-USERS] squirrelmail install questions

2003-06-28 Thread shanna leonard
Hi- I would like to install squirrelmail onto an existing RH 7.3 box which is running a few other websites/apps (listserv, wiki, and others) some of which is administered by people other than me. It is running apache 2.0.4 and php 4.2.2.. I am wondering - whether I need to upgrade php? (it look

Re: [SM-USERS] upper vs lower login

2003-06-28 Thread Seth Randall
There should be a configuration option in conf.pl. 4. General Options -> 6. Usernames in Lowercase Seth. WJCarpenter said: > Hmmm, when I log into SM, I can use any mixture of case that I want, > and I still get in. Like most Unix sites, my user accounts are all > lowercase, and I can't do a nat

[SM-USERS] upper vs lower login

2003-06-28 Thread WJCarpenter
Hmmm, when I log into SM, I can use any mixture of case that I want, and I still get in. Like most Unix sites, my user accounts are all lowercase, and I can't do a native login with mixed case. Is SM mapping the userId to lowercase, or is it something else in the chain doing that? ((This wouldn'

RE: [SM-USERS] SquirrelMail upgrade to 1.4.0 Error opening ../data//default_pref

2003-06-28 Thread p dont think
> I'm attempting to upgrade from SquirrelMail 1.0.6 to 1.4.0. I'm getting > the > following error: > > Error opening ../data//default_pref > Could not create initial preference file! > ../data/ should be writable by user apache > Please contact your system administrator and report this error. >

RE: [SM-USERS] Custom From Plugin

2003-06-28 Thread p dont think
Here it is. You have to set a path to the list of users file in the config.php file in the config directory. Then edit the users file (sample included), where you can use wildcards if necessary. Note that this requires you to use the new patch included that will only work on 1.4.1 (stable cvs) c

[SM-USERS] SquirrelMail upgrade to 1.4.0 Error opening ../data//default_pref

2003-06-28 Thread Jeff Kleinow
I'm attempting to upgrade from SquirrelMail 1.0.6 to 1.4.0. I'm getting the following error: Error opening ../data//default_pref Could not create initial preference file! ../data/ should be writable by user apache Please contact your system administrator and report this error. First off, the use

[SM-USERS] Just installed squirrelmail 1.4.0 in a test directory and I can't login.

2003-06-28 Thread Technicalted
Hi, Just installed squirrelmail 1.4.0 in a test directory and I can't login. I get this in /var/log/messages: Jun 28 21:40:28 strider imapd[28600]: Login failed user= auth= host=localhost.localdomain [127.0.0.1] Jun 28 21:49:16 strider imapd[28770]: Login failed user= auth= host=localhost.locald

[SM-USERS] Shared IMAP folders? Can SM see them?

2003-06-28 Thread Joel Baxter
I've created some shared IMAP folders as described on the maildirmake man page (to be served by Courier IMAP). Using Mozilla Mail or Thunderbird, I can see and use the folders. In SquirrelMail, however, the folders were not visible. I looked in SquirrelMail's "Folders" page, to see if I neede

RE: [SM-USERS] SM and mysql probs

2003-06-28 Thread p dont think
> i have problems with SM and mysql. I installed mysql-support like > described in db-backend.txt. But all what I get is an empty page, when I > try to open the addressbook. I get no errors (where are the errors loged?) It'd be easiest if you make these changes in php.ini and restart your web serv

Re: [SM-USERS] SM 1.4 multipart/mixed problems

2003-06-28 Thread Marc Groot Koerkamp
Harry J Walsh zei: > > I'm setting up an email system for an online community and I'm having a > problem with squirrelmail. > > When I send an attachment from SM 1.4 and read it in evolution I get the > following error in the message display: > > Could not parse MIME message. Displaying as source.

[SM-USERS] ERROR : Could not complete request.

2003-06-28 Thread John Wulff
On one of my accounts I'm getting the following error when i log on in both the nav bar and main window. I can still go to any of the other screens (options, folders, etc.). I'm running the Hotmail, Fetch, Filemanager, Calandar, Todo, Notes, and Address Take/Autocomplete plugins. Any thoughts?

[SM-USERS] reply -> save draft ->resume draft -> send;not setting the A on the replied to message

2003-06-28 Thread Jose
Hi, When replying to a message and then sending it I see an A added to the message to which I replied to. But on replying to a message, after having written some, saving it to a draft, then resuming draft, writing some more and sending it, the message to which the reply was originally meant for do

Re: [SM-USERS] sm 1.4.0 session_start() errors upon login

2003-06-28 Thread Jose
Since so far no one has replied, you might as well try something what sorted random logouts in our systems. On src/global.php - add session_start(); just after the require_once(SM_PATH . 'config/config.php'); - at the end of that file, inside the function sqsession_is_active() comment out every

Re: [SM-USERS] User Timeout Issues {longish}

2003-06-28 Thread Jose
Would you mind trying the following? On src/global.php - add session_start(); just after the require_once(SM_PATH . 'config/config.php'); - at the end of that file, inside the function sqsession_is_active() comment out everything but the line $sessid = session_id(); even though this last bit mi

Re: [SM-USERS] Bug Report

2003-06-28 Thread Seth Randall
This has just been fixed in CVS. If it's not in the current snapshot, it should be in the next one. Alternately, someone ( I can't remember who ) posted a small patch to fix this either on the users list or the devel list. Seth. Marcelo Zacarias da Silva said: > I subscribe to the squirrelmail-u

[SM-USERS] SM and mysql probs

2003-06-28 Thread Andre Fischer
i have problems with SM and mysql. I installed mysql-support like described in db-backend.txt. But all what I get is an empty page, when I try to open the addressbook. I get no errors (where are the errors loged?) bye Nu

[SM-USERS] Moving a folder

2003-06-28 Thread Paul Lankow
Let's say I have a mail file called Willie on the top level. I also have a sub-folder called Buddies. How do I move Willie into Buddies? If I rename Willie to Buddies/Willie I'm told the / is not allowed. This time I manually moved Willie to Buddies and edited the .mailboxlist file. Regards, Paul

Re: [SM-USERS] Need help with slow execution

2003-06-28 Thread Jonathan Angliss
Hello Paul, On Friday, June 27, 2003, Paul Lankow wrote... >> Sounds to me like you're being bitten by that uw-imap >> misconfiguration where it scans your entire home directory.. You >> may want to doublecheck that. > Thanks for the tip! I searched Google and went though the on docs at > the Uof