Re: [SM-USERS] 504 auth error

2003-12-13 Thread Jon Reynolds
On Thu, 2003-12-11 at 06:21, Chris Hilts wrote:
> > I am getting a 504 auth-type unimplemented when trying to send an email
> > from SM. I searched the list and found a similiar problem but it hasn't
> > helped me. I have file_uploads=on in php.ini and am using plain login
> > for auth ype to login to SM from the web.
> 
> You checked your IMAP auth method, but totally ignored SMTP.  504 is a
> SMTP error code.  Check your SMTP auth mechanism.

Chris, You were exactly right. I had figured this out but forgot to post
back to the list. It was the SMTP auth mechanism that I needed to
change. 

Thank you for your help,

Jon



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] (no subject)

2003-12-13 Thread faisal






I am getting this error when i run sqmail for the first time

how can i fix this ?


Warning: main(../config/config.php): failed to open stream: No such file or directory in /var/www/html/sq/functions/global.php on line 16

Fatal error: main(): Failed opening required '../config/config.php' (include_path='.:/usr/lib/php/:/usr/share/pear/') in /var/www/html/sq/functions/global.php on line 16



thanks





Re: [SM-USERS] (no subject)

2003-12-13 Thread Willie Viljoen



Your squirrelmail is not configured. Follow the 
installation instructions.
 
Will

  - Original Message - 
  From: 
  faisal 
  To: [EMAIL PROTECTED] 
  
  Sent: Saturday, December 13, 2003 9:35 
  AM
  Subject: [SM-USERS] (no subject)
  
  I am getting this error when i run sqmail for the first 
  timehow can i fix this ?Warning: 
  main(../config/config.php): failed to open stream: No such file or directory 
  in /var/www/html/sq/functions/global.php on line 16Fatal error: 
  main(): Failed opening required '../config/config.php' 
  (include_path='.:/usr/lib/php/:/usr/share/pear/') in 
  /var/www/html/sq/functions/global.php on line 16thanks 
  


[SM-USERS] problem in sending emails

2003-12-13 Thread Nabin Limbu



I have a linux box with RH7.0. Due to some software, I have to stick on RH7.0 and 
couldn't upgrade it.


I tried to install squirrelmail (rpm package for RH7.X) in RH 7.0 with php-4.0.4. But I 
get error while sending emails 

Warning: Unable to call array() - function does not exist in 
../class/mime/Rfc822Header.class.php on line 450

Warning: Unable to call array() - function does not exist in 
../class/mime/Rfc822Header.class.php on line 450

Warning: Cannot add header information - headers already sent by (output 
started at ../class/mime/Rfc822Header.class.php:450) in 
/usr/share/squirrelmail/src/compose.php on line 397




What might be the problem? How can I solve this problem?


Regards
Nabin Limbu
With Regards
Nabin Limbu
Program Officer
HealthNet Nepal
Ph : 977-1-429722




Re: [SM-USERS] problem in sending emails

2003-12-13 Thread Tomas Kuliavas
> I have a linux box with RH7.0. Due to some software, I have to stick on
> RH7.0 and
> couldn't upgrade it.
>
> I tried to install squirrelmail (rpm package for RH7.X) in RH 7.0 with
> php-4.0.4. But I
> get error while sending emails
>
> Warning: Unable to call array() - function does not exist in
> ../class/mime/Rfc822Header.class.php on line 450

from php changelog
30 Apr 2001, Version 4.0.5
...
- Fixed argument checking for call_user_func* functions and allowed
  specifying array($obj, 'method') syntax for call_user_func_array.
...

Use squirrelmail 1.2.11 or upgrade your php.

Your system does not match SquirrelMail 1.4.x minimal requirements.
-- 
Tomas


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] ERROR : Bad or malformed request.

2003-12-13 Thread Jonathan Angliss
> After recreating the users, and then changing all profile options to
> default one at a time, it finally works.  But now, whenever I enable the
> SPAM filter (don't matter which blacklist site), I get the same error
> message except the FETCH numbers are 3 and 4, as shown below.  This is so
> strange, does anyone have a clue?
>
> ERROR : Bad or malformed request.
> Query: FETCH 3,4 (FLAGS BODY.PEEK[HEADER.FIELDS (RECEIVED)])
> Server responded: Command unrecognized: UID FETCH
>

I assume you read the archives and checked the updates before you posted
this message?  Are you sure you did?  This was fixed I believe in 1.4.2,
if not, try the latest SM cvs snapshot which you can download from the SM
website.

-- 
Jonathan Angliss
([EMAIL PROTECTED])


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] (no subject)

2003-12-13 Thread Jonathan Angliss
> I am getting this error when i run sqmail for the first time
>
> how can i fix this ?
>
>
> Warning: main(../config/config.php): failed to open stream: No such file
> or directory in /var/www/html/sq/functions/global.php on line 16

Did you configure SquirrelMail?  Do you have a config/config.php?  Run
config/conf.pl to build that file if you haven't done so already.

-- 
Jonathan Angliss
([EMAIL PROTECTED])


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] problem in sending emails

2003-12-13 Thread Jonathan Angliss
> I have a linux box with RH7.0. Due to some software, I have to stick on
> RH7.0 and couldn't upgrade it.
>
> I tried to install squirrelmail (rpm package for RH7.X) in RH 7.0 with
> php-4.0.4. But I get error while sending emails

You're read the requirements for SquirrelMail right?  Minimum requirements
are PHP 4.0.6, but we recommend PHP 4.1.0 or higher for some
functionality.

-- 
Jonathan Angliss
([EMAIL PROTECTED])


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Search Error

2003-12-13 Thread Marcelo Mujica

- Original Message - 
From: "Marcelo Mujica" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 3:39 PM
Subject: Search Error


> Hi,
> I`m using squirrelmail 1.4.2 , the imap server is lotus. When I use the
> search function, I got this error :
> 
> ERROR : Bad or malformed request.
> Query: SEARCH CHARSET "US-ASCII" ALL BODY
> 
> Somebody know where is the problem ?
> Thanks
> Marcelo Mujica
> 




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Command stream end of file

2003-12-13 Thread jef moskot
Greetings.

I just installed the SquirrelMail FreeBSD port on to my system, and I
can't seem to log on.

OS: FreeBSD 4.8-RELEASE

Installed Ports:
imap-uw-2002d,1
mod_php4-4.3.3.r1_1,1
php4-4.3.3.r1_1
squirrelmail-1.4.2

Any attempts to log in yield the "Unknown user or password incorrect."
message.

In the maillog, the following appears:

Dec 13 19:01:22  imapd[476]: Command stream end of file, while reading line 
user= host=

I've tried all the recommended php.ini settings and configured everything
that seemed reasonable in the SquirrelMail config, in many combinations.

Anyone have any suggestions for where to look next?  There doesn't seem to
be much support for FreeBSD...especially considering that out of the box
the port fails with no obvious (or at least instructive) error messages.

Any help would be greatly appreciated.  Thanks.

Jeffrey Moskot
System Administrator
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Warning: main(DB.php): failed to open stream: No such file or directory

2003-12-13 Thread Admin






Oops! Sent from wrong address! Sorry!
 
 
 
I just installed the newest version of squirrelmail and ran the conf.php with ssh. I get this error when going to login. I cannot find a DB.php file anywhere in any of the directories. Are the latest files missing something?
 
Here's the full error.
 
Warning: main(DB.php): failed to open stream: No such file or directory in /home/path/to/mysite.com/sqirrelmail/functions/db_prefs.php on line 35Fatal error: main(): Failed opening required 'DB.php' (include_path='') in  /home/path/to/mysite.com/sqirrelmail/functions/db_prefs.php on line 35
 
Hope someone can help. I also had problems with the conf.pl file setting up the theme I wanted and would not turn color on.
 
Thank you,
Marie Alline
[EMAIL PROTECTED]
 
 


 









[SM-USERS] Remove translations

2003-12-13 Thread Shannon
Hi,
  I have a small website and use squirrelmail for a few members and do
not need all of the other translations. I'm only allowed 15,000 files on
my package with the host I'm on and I'd like to free up some of those
files by removing the translations since I have no need of them anyway.
What all can I remove and what do I need to edit? Do I remove the whole
"locale" folder? 
   Thanks in advance! 
   Shannon



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users