Dear Support,

 

The Squirrelmail installed in the following environment:-

O/S                        FreeBSD 5.x

Squirrelmail version          4.1.5

PHP version                4.4.0

Apache version             1.3.33_1

 I've read the doc named SqurirrelMailWithExchagneFAQ. It mentioned that
some experimentation would be in order, please contact the maintainer if
you attempt to install "Use paralleal installs of SquirrelMail on the
same Linux m/c to point to each Exchange server".

Thanks in advance.
Regards,
Agnes


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Sunday, November 20, 2005 12:37 PM
To: squirrelmail-users@lists.sourceforge.net
Subject: squirrelmail-users digest, Vol 1 #3083 - 5 msgs

Send squirrelmail-users mailing list submissions to
        squirrelmail-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of squirrelmail-users digest..."


Today's Topics:

   1. Re: change language (Tomas Kuliavas)
   2. Re: SM install error (Tomas Kuliavas)
   3. Re: address book query (simon dcunha)
   4. Re: address book query (Tomas Kuliavas)
   5. Re: change_sqlpass-3.3-1.2  errors (Paul Lesneiwski)

--__--__--

Message: 1
Date: Sat, 19 Nov 2005 09:31:29 +0200 (EET)
Subject: Re: [SM-USERS] change language
From: "Tomas Kuliavas" <[EMAIL PROTECTED]>
To: squirrelmail-users@lists.sourceforge.net

>>>>>>>>>change safe_mode_allowed_env_vars to PHP_, LC_, LANG then edit
>>>>>>>>>functions.i18n.php to remove "!((bool)ini_get('safe_mode')) &&"
>>>>>>>>> from line 258
>>>>>>>>>
>>>>It is still NOT my server... Havent changed anything except for
>>>> deleting
>>>>the 1.4.4 and put 1.4.5 instead because the 1.4.4 was fucked up :-(
>>>
>>>Could you install 1.4.4 and check if you have language issues there?
>>>
>>
>> I wished that people would read my mails... I just removed 1.4.4 and
it
>> worked...!
>
> he's just asking you to check if 1.4.4 still works - maybe something
was
> changed on the server just when you upgraded? (longshot, yeah ;)
>
> anyhoo.. have you tried removing the above mentioned test from
i18n.php?
> maybe you don't need access to LC_*, LANG, LANGUAGE like thomas said..
>
> actually, reviewing his email, he said on BSD systems.. is your hotel
a
> BSD box?

first email said linux, later it was freebsd 5.4. If OS is Linux, 1.4.4
and 1.4.5 translations work same way that does not depend on safe_mode.
1.4.5 uses additional code that makes it work on Mandrake.

SquirrelMail sets locale in two places. First place - sq_setlocale() and
setlocale() calls. Second place - putenv calls that work only when
safe_mode is not turned on. setlocale() calls set locale to the one that
does not return 'false'. If setlocale() works, returned locale name is
used in putenv calls. If setlocale() can't find working locale, only
putenv() calls are used. Putenv code uses locale name stores in
$languages['translation_code']['LOCALE'], if it is string and not array.
If 'LOCALE' stores array, translation code is used. SquirrelMail 1.4.4
code differs from 1.4.5 code. In 1.4.4 scripts use only one locale name.
In Danish translation it is 'da_DK.ISO8859-1'. In 1.4.5+ scripts use
array
with more than one locale name. In Danish translation it is
'da_DK.ISO8859-1','da_DK.ISO-8859-1','da_DK'.

If safe_mode is on, SquirrelMail uses only setlocale() calls. If
setlocale() calls work on BSD according to PHP documentation, then code
execution does not differ in 1.4.4 and 1.4.5. First setlocale call sets
'da_DK.ISO8859-1' and it should not fail on FreeBSD. Other locale names
are used only when previous setlocale() call fails and they are not
compatible with FreeBSD.

If BSD systems do use setlocale() functionality and return false instead
of locale name, contact BSD developers. http://www.php.net/setlocale.
"Setlocale returns the new current locale, or FALSE if the locale
functionality is not implemented on your platform, ...". Yes, there is
also "The return value of setlocale() depends on the system that PHP is
running.", but why they return FALSE, if locale functionality is
implemented.

If you want to revert SquirrelMail 1.4.5 Danish translation to 1.4.4
locale setup sequence, open functions/i18n.php file and find

$languages['da_DK']['LOCALE']  =
array('da_DK.ISO8859-1','da_DK.ISO-8859-1','da_DK');

change it to

$languages['da_DK']['LOCALE'] = 'da_DK.ISO8859-1';

Currently I can't test FreeBSD 5.4. Sourceforge compile farm provides
access only to FreeBSD 4.8, OpenBSD 3.4 and NetBSD 1.6.1.

-- 
Tomas


--__--__--

Message: 2
Date: Sat, 19 Nov 2005 17:22:06 +0200 (EET)
Subject: Re: [SM-USERS] SM install error
From: "Tomas Kuliavas" <[EMAIL PROTECTED]>
To: squirrelmail-users@lists.sourceforge.net

> Hi,
>
>
> When i execute configtest.php appear this error:
>
>
>
> SquirrelMail configtest
>
>
> This script will try to check some aspects of your SquirrelMail
> configuration and point you to errors whereever it can find them. You
need
> to go run conf.pl in the config/ directory first before you run this
> script.
>
> SquirrelMail version:         *1.4.5*
> Config file version:  *1.4.0*
> Config file last modified:    *18 November 2005 09:41:18*
>
>
> Checking PHP configuration...
> PHP version 5.0.4 OK.
> PHP extensions OK.
> Checking paths...
> Data dir OK.
> Attachment dir OK.
> Plugins OK.
> Themes OK.
> Default language OK.
> Base URL detected as: http://<hostname>/webmail/src
> Checking outgoing mail service....
>
>
> *ERROR:* Error connecting to SMTP server "localhost:25".Server
> error: (13) Permission denied
>
>
> What's happen?
> The MailServer is  Postfix-2.2.2-2 + Dovecot-0.99.14-4.
> I can telnet'ing in the ports 25, 143, 110, but the SM not yet.

If you use Fedora Core 3 or later, RedHat Server or Centos, SELinux
libraries can restrict tcp connections.

-- 
Tomas


--__--__--

Message: 3
Date: Sat, 19 Nov 2005 18:46:50 +0300 (AST)
Subject: Re: [SM-USERS] address book query
From: "simon dcunha" <[EMAIL PROTECTED]>
To: squirrelmail-users@lists.sourceforge.net


> Thanks Thomas,

but the url u  gave me
 Do you see such plugin on
> http://www.squirrelmail.org/plugins_category.php?category_id=all
>
does not have any pluggin which would do the job wht i actually want

wht i actually would like where there isd an option avaliable where i
scan
my inbox and then can selectively choose the email address i want and
add
them to my address book
appreciate ur help

>
> thanks and regards
>
> simon
>
>
>
>>>
>>>> Hi All,
>>>>
>>>> I would like to scan my inbox folder and choose the email address
of
>>>> the
>>>> users and have them added to my address book of my choice
>>>>
>>>> similar to a option in hotmail:
>>>>
>>>> Is there a pluggin or option in squirrelmail
>>
>> Do you see such plugin on
>> http://www.squirrelmail.org/plugins_category.php?category_id=all
>>
>> --
>> Tomas
>>
>>
>> -------------------------------------------------------
>> This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
>> Register for a JBoss Training Course.  Free Certification Exam
>> for All Training Attendees Through End of 2005. For more info visit:
>> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
>> --
>> squirrelmail-users mailing list
>> Posting Guidelines:
>> http://www.squirrelmail.org/wiki/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
>>
>
>
> --
> Simon D'cunha ( NETWORK ADMIN )
> KUWAIT MUNICIPLAITY
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
> Register for a JBoss Training Course.  Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> --
> squirrelmail-users mailing list
> Posting Guidelines:
> http://www.squirrelmail.org/wiki/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
>


-- 
Simon D'cunha ( NETWORK ADMIN )
KUWAIT MUNICIPLAITY



--__--__--

Message: 4
Date: Sat, 19 Nov 2005 17:47:24 +0200 (EET)
Subject: Re: [SM-USERS] address book query
From: "Tomas Kuliavas" <[EMAIL PROTECTED]>
To: squirrelmail-users@lists.sourceforge.net

There is no such plugin.

Before you ask "is there a plugin" question, check plugins available on
SquirrelMail site. If plugin is not there, it does not exist or is
closed
source or is maintained by developers that are not related to
SquirrelMail. I think there is less than 20 open sourced plugins not
listed on SM site.

Sorry. I was too short and had to answer more clearly.

>> Thanks Thomas,
>>
>
> but the url u  gave me Do you see such plugin on
>
>> http://www.squirrelmail.org/plugins_category.php?category_id=all
>>
>>
> does not have any pluggin which would do the job wht i actually want
>
> wht i actually would like where there isd an option avaliable where i
> scan my inbox and then can selectively choose the email address i want
and
> add them to my address book appreciate ur help
>
>>
>> thanks and regards
>>
>> simon
>>
>>
>>
>>>>
>>>>> Hi All,
>>>>>
>>>>>
>>>>> I would like to scan my inbox folder and choose the email address
>>>>> of the users and have them added to my address book of my choice
>>>>>
>>>>> similar to a option in hotmail:
>>>>>
>>>>> Is there a pluggin or option in squirrelmail
>>>>>
>>>
>>> Do you see such plugin on
>>> http://www.squirrelmail.org/plugins_category.php?category_id=all
>>>
>>>
>>> --
>>> Tomas



--__--__--

Message: 5
Date: Sat, 19 Nov 2005 09:27:50 -0800
From: Paul Lesneiwski <[EMAIL PROTECTED]>
Organization: Open Guild, LLC
To: smu <squirrelmail-users@lists.sourceforge.net>
Subject: Re: [SM-USERS] change_sqlpass-3.3-1.2  errors

Please reply to the list, not me personally.

lance raymond wrote:
> lol, thanks for that well thought out reply.  I will test this a bit
> later, I am on several other newgroups where the questions go from 0 -
> 10 in regards to difficulty, so I do apologize to both you and the
list
> if I was inconsiderate in the questioning, or not doing my homework,
on
> other lists questions that are 'too easy' or not correct I just
> disregard, so again to both Paul and the list, sorry and thanks.
> 
> I will report back (after reading a bit more ) and doing some thorough
> testing.

No problem, thanks for your understanding.

 -paul


> :)
> 
> lr
> 
> On Fri, 2005-11-18 at 10:41 -0800, Paul Lesneiwski wrote:
> 
>>>Hey Paul, people write to lists for what are sometimes simple
answers,
>>>other times complex ones, and something like 'read it again' and
'don't
>>>claim there are errors' are just BS.  You don't want to reply, don't,
>>
>>1) The manual page given in the plugin docs is exactly what you need
to
>>read for examples of how to build the correct DSN.  You said it
>>"provides no insight", which is preposterous.  I told you to read it
>>again for good reason.  But to be nice, I also handed you the answer
you
>>needed.  The only BS is that you refused to read documentation
carefully
>>and instead choose to waste precious time of people helping you for
free.
>>
>>2) Your post only described problems YOU were having understanding how
>>to figure out your DSN.  If you don't have the right DSN, *of course*
>>you will have errors, but that is because YOU haven't configured it
>>correctly.  Your subject line implies otherwise and is annoying.
Please
>>read:
>>
>>http://www.catb.org/~esr/faqs/smart-questions.html#id3001405
>>http://www.catb.org/~esr/faqs/smart-questions.html#bespecific
>>http://www.catb.org/~esr/faqs/smart-questions.html#keepcool
>>
>>There are in fact some bugs in that release, but you have not found
them.
>>
>>
>>>Next, as for claiming there are errors, well, let's see, I ran that
>>>plugin and had errors, so what would you have like the subject post
to
>>>be!!
>>
>>See above links.
>>
>>
>>>Changed the connection string to the table name, and see this:
>>>ERROR:
>>>                 DATABASE ERROR: could not lookup salt:
>>>Would you look at that... "ERROR"!   Anway, config right or wrong,
this
>>
>>No, "config right or wrong" is not correct.  The exact point is that
the
>>config is wrong.  The error is yours (and you didn't even include the
>>error in your first post - you also need to read the following link
>>(which was already sent to you when you signed up for the list) before
>>posting again).
>>
>>http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
>>
>>
>>>list is for a community of 'newbies' and pro's that wish one thing,
to
>>>help or get help, not to be told to go read it again!
>>
>>Please show the web page where it says that newbies should come ask
for
>>someone to hold their hand free of charge, not even having done their
>>homework.  You are being inconsiderate if you do not respect the time
of
>>the people helping you.
>>
>>http://www.catb.org/~esr/faqs/smart-questions.html#not_losing
>>
>>
>>>This is a mysql ver 4.1.12 and PHP 4.x where that pear connection
showed
>>>you need PHP 5.
>>
>>mysql will work just find for you.  You do not need mysqli nor do you
>>need PHP5.  Note that the error you mention above has nothing to do
with
>>the DSN.
>>
>>
>>>Not sure if anyone ELSE on the list has gotten this
>>>password change working with php4, or if that seems to be a php4
error,
>>
>>yes and no.
>>
>>
>>>but feel free to chime in with suggestions.  If nothing else, I can
go
>>>up to PHP5, but still getting feedback on the changes.
>>>
>>>Thanks
>>>
>>>
>>>On Thu, 2005-11-17 at 00:13 -0800, Paul Lesneiwski wrote:
>>>
>>>
>>>>>$csp_dsn = 'mysql://user:[EMAIL PROTECTED]/email_users';   (using
the correct login
>>>>>authentication) but not sure on the rest.
>>>>>
>>>>>Looking at
>>>>>http://pear.php.net/manual/en/package.database.db.intro-dsn.php
really
>>>>>gave no insight, the table structure is :
>>>>
>>>>Read it again.
>>>>
>>>>
>>>>
>>>>>db name: vpopmail
>>>>>table: vpopmail
>>>>
>>>>mysql://user:[EMAIL PROTECTED]/vpopmail
>>>>
>>>>- change localhost to real hostname if DB is on another machine
>>>>- change user and password to match your real login credentials
>>>>- table name goes in queries
>>>>
>>>>Please don't claim there are errors in the plugin when you have not
even
>>>>configured it correctly.
>>>>
>>>>
>>>>
>>>>>in there are the pw_name, pw_domain, etc.
>>>>>
>>>>>Any help is appreciated.
>>>>>
>>>>>Lance
>>>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
>>Register for a JBoss Training Course.  Free Certification Exam
>>for All Training Attendees Through End of 2005. For more info visit:
>>http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
>>--
>>squirrelmail-users mailing list
>>Posting Guidelines:
http://www.squirrelmail.org/wiki/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

-- 
__________________________
Open Guild, LLC
http://openguild.net/
Software.Systems.Solutions



--__--__--

--
squirrelmail-users mailing list
List Address: squirrelmail-users@lists.sourceforge.net
List Info:
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
http://squirrelmail.org/cvs

End of squirrelmail-users Digest





-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/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

Reply via email to