Urrraaaa !!!!!!!!!!!!!!!!! Lot's of succeses in the field of SM ;-) After a number of days I found my SM problem !!!
Look to this address and try to do aprox. exactly: http://www.linuxmigration.com/quickref/admin/email.html In my case: >mkdir -p /export/squirrel/data >mkdir -p /export/squirrel/attachments >cd /export/squirrel >chgrp -R apache attachments data >chmod 730 attachments My folders was diferent but there is no problem... just do the chgrp and chmod according to you folder's structure. The line: AddType application/php4script .php I put it in my httpd.config without the other one !!!! (without this: Action application/php4script /cgi-bin/php) then /etc/init.d/httpd restart and try again ! Then let me know if you succedded ! By ! Ovidiu... --- Adding email access from a browser You can add email access to your site (similar to yahoo mail which is accessible via the web) using Squirrel Mail. You can get an idea of the web mail interface by looking at screen images of squirrel mail. The requirements for running squirrel mail are: * Your web server must be configured to use PHP. The default Red Hat 9 web server has the web server configured for PHP already so this shouldn't be a problem. * Install the IMAP4 server from the Red Hat CDs or through rpmfind. After the above is finished, the you can start installing and configuring squirrel mail. * Download Squirrel mail (pick the .bz2 one since it's compressed the most). * Uncompress and extract squirrel mail into a directory that is accessible by the apache web server: cd /var/www/html mkdir squirrel cd squirrel bzcat squirrelmail*bz2 | tar xvf - * Create directories to be used for attachments and user data: mkdir -p /export/squirrel/data mkdir -p /export/squirrel/attachments cd /export/squirrel chgrp -R apache attachments data chmod 730 attachments * Edit the config/config.php file, and set the $data_dir and $attachment_dir to the same as the squirrel directory: ... $data_dir = '/export/squirrel/data/'; $attachment_dir = '/export/squirrel/attachments/'; ... * Enable file_uploads in the php.ini file: ... file_uploads = On ... * Create a file named /var/www/html/squirrel/.htaccess with the following contents: AddType application/php4script .php Action application/php4script /cgi-bin/php * Restart the web server so it will allow you to send mail through the squirrel mail browser interface. (Reading mail works fine without restarting the web server, but sending email doesn't work until you restart the web server.) /etc/init.d/httpd restart * From a browser, access squirrelmail with a URL similar to: http://yourservername/squirrelmail --- Mike McCandless <[EMAIL PROTECTED]> wrote: > I am not sure what the problem is, and hope you get > some replies that point > us in the right direction. As far as the version of > Apache, from a Linux > command prompt, I'd try: > > rpm -qa | grep httpd > > If I come up with any answers, I will let you know. > > ----- Original Message ----- > From: "Ovidiu Motpan" <[EMAIL PROTECTED]> > To: "Mike McCandless" <[EMAIL PROTECTED]> > Sent: Tuesday, June 24, 2003 3:03 AM > Subject: Re: [SM-USERS] unable to send attach and/or > download attachments > from IE > > > > > > I have RedHat 9 + PHP 4.2.2 + Apache (?!?! how > can I > > check the version ???) + SM 1.4.0 (was 1.2.0 but I > > change it thinking that this can be the solution) > > > > What you suggest to be next step ??? > > > > Changing PHP? or Apache? > > > > I don't know exactly if is a problem of SM!?! > > > > SM in Linux with Mozilla works perfectly fine > the > > problem is with Windows sistems !!! maybe we must > add > > something who know to work with windows !!??? > > > > Ovidiu > > > > --- Mike McCandless <[EMAIL PROTECTED]> wrote: > > > I am having the EXACT same problem! I'm at > least > > > glad to see there is > > > someone else out there. I'm going to watch for > > > replies to the list, but if > > > you get some off-list replies with a suggestion, > > > please let me know. > > > > > > Just out of curiosity, what version of PHP, > Apache, > > > and SM are you using? > > > > > > ----- Original Message ----- > > > From: "Ovidiu Motpan" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Monday, June 23, 2003 3:31 AM > > > Subject: [SM-USERS] unable to send attach and/or > > > download attachments from > > > IE > > > > > > > > > > > > > > I have an intranet with Windows machines and > a > > > server > > > > RH9 Linux with Sendmail PHP and Squirrelmail. > > > > > > > > If I use Squirrelmail from the server with X > and > > > > Mozila, everithing works fine but the > problems > > > comes > > > > when I work on my intranet. > > > > > > > > >From a Win98 PC with IE I'm unable to send > attach > > > > and/or download attachments. > > > > > > > > In fact I can send attachments but the > attachment > > > will > > > > be corrupted. :-( > > > > > > > > What can I do ? > > > > > > > > Best regards, > > > > Ovidiu > > > > > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > SBC Yahoo! DSL - Now only $29.95 per month! > > > > http://sbc.yahoo.com > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by: INetU > > > > Attention Web Developers & Consultants: Become > An > > > INetU Hosting Partner. > > > > Refer Dedicated Servers. We Manage Them. You > Get > > > 10% Monthly Commission! > > > > INetU Dedicated Managed Hosting > > > http://www.inetu.net/partner/index.php > > > > -- > > > > squirrelmail-users mailing list > > > > List Address: > > > [EMAIL PROTECTED] > > > > List Archives: > > > > > > http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > > > > List Info: > > > > > > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > > > > > > > > __________________________________ > > Do you Yahoo!? > > SBC Yahoo! DSL - Now only $29.95 per month! > > http://sbc.yahoo.com > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
