Tomas Kuliavas | 1 Jul 2006 17:39
Picon
Gravatar

Re: Bug Report

> I subscribe to the squirrelmail-users mailing list.
>   [ ]  True - No need to CC me when replying
>   [*]  False - Please CC me when replying
>
> This bug occurs when I load change passwd plugin which changes /etc/passwd
> or /etc/shadow.
> 1. I install change password plugin into
> /usr/local/www/squirrelmail/plugins, which I usually do.
> 2. I loaded the change passwd plugin with "option 8"
> 3. Login into webmail account and click on Options.
> 4. all the options are not showing.
> 5. I tried unloading the change passwd plugin with "option 8".
> 6. Login into webmail account and click on Options.
> 7. I can see the options again.

Remove compatibility 2.0.4 patch from SquirrelMail functions/strings.php
and downgrade compatibility plugin to 1.3 version.

--

-- 
Tomas
---signature ends here---

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-plugins mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-plugins <at> lists.sourceforge.net
(Continue reading)

Rocco Scappatura | 3 Jul 2006 11:16
Picon

Upgrading SM 1.4.3 -> 1.4.6

Hello,

I have decide to migrate SM from 1.4.3 -> 1.4.6.

I have the following plugins enabled:

    1. administrator
    2. change_mysqlpass (3.2)
    3. compatibility (2.0.4)
    4. courier_vacation (1.1)
    5. newuser_wiz
    6. quota_usage
    7. vlogin (3.6)
    8. multilogin (2.3.2-1.2)

On SM 1.4.3 all has worked fine. But on new platform I have got some
problems:

1) On Title bar the code is not interpreted.. I see:

 (isset($_SESSION["username"]) ? "Mail for " . $_SESSION["username"] :
"Mail") - Mozilla Firefox

instead of:

  Mail for <user>

2) When I go to the option 'Change password' I get the following PHP error:

Fatal error: Call to undefined function: check_php_version() in <path to
(Continue reading)

Tomas Kuliavas | 3 Jul 2006 12:29
Picon
Gravatar

Re: Upgrading SM 1.4.3 -> 1.4.6

> Hello,
>
> I have decide to migrate SM from 1.4.3 -> 1.4.6.
>
> I have the following plugins enabled:
>
>     1. administrator
>     2. change_mysqlpass (3.2)
>     3. compatibility (2.0.4)
>     4. courier_vacation (1.1)
>     5. newuser_wiz
>     6. quota_usage
>     7. vlogin (3.6)
>     8. multilogin (2.3.2-1.2)
>
> On SM 1.4.3 all has worked fine. But on new platform I have got some
> problems:
>
> 1) On Title bar the code is not interpreted.. I see:
>
>  (isset($_SESSION["username"]) ? "Mail for " . $_SESSION["username"] :
> "Mail") - Mozilla Firefox
>
> instead of:
>
>   Mail for <user>
>
> 2) When I go to the option 'Change password' I get the following PHP
> error:
>
(Continue reading)

Rocco Scappatura | 3 Jul 2006 15:43
Picon

R: Upgrading SM 1.4.3 -> 1.4.6

Hello Tomas,

Enabling the display of PHP errors I get:

1) For Change password plugin:

Notice: Undefined offset: 2 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
108

Notice: Undefined offset: 2 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line
108

(Continue reading)

Tomas Kuliavas | 3 Jul 2006 16:22
Picon
Gravatar

Re: R: Upgrading SM 1.4.3 -> 1.4.6

>> > Hello,
>> >
>> > I have decide to migrate SM from 1.4.3 -> 1.4.6.
>> >
>> > I have the following plugins enabled:
>> >
>> >     1. administrator
>> >     2. change_mysqlpass (3.2)
>> >     3. compatibility (2.0.4)
>> >     4. courier_vacation (1.1)
>> >     5. newuser_wiz
>> >     6. quota_usage
>> >     7. vlogin (3.6)
>> >     8. multilogin (2.3.2-1.2)
>> >
>> > On SM 1.4.3 all has worked fine. But on new platform I have got some
>> > problems:
>> >
>> > 1) On Title bar the code is not interpreted.. I see:
>> >
>> >  (isset($_SESSION["username"]) ? "Mail for " .
>> $_SESSION["username"] :
>> > "Mail") - Mozilla Firefox
>> >
>> > instead of:
>> >
>> >   Mail for <user>
>> >
>> > 2) When I go to the option 'Change password' I get the following PHP
>> > error:
(Continue reading)

Kong | 3 Jul 2006 17:00
Picon

Vacation Local plugin Spanish translation

I am translating to spanish the Vacation Local plugin. If someone is
interested I can send the .po file.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-plugins mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.plugins
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=3931
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Fredrik Jervfors | 3 Jul 2006 17:08

Re: Vacation Local plugin Spanish translation

> I am translating to spanish the Vacation Local plugin. If someone is
> interested I can send the .po file.

Send it to the i18n mailing list.

Sincerely,
Fredrik.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--

-- 
squirrelmail-i18n mailing list
Posting guidelines: http://squirrelmail.org/wiki/MailingListPostingGuidelines
Information about translations:
http://www.squirrelmail.org/wiki/LanguageTranslation
List address: squirrelmail-i18n <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.internationalization
List info (Subscribe/Unsubscribe/Change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-i18n

Rocco Scappatura | 3 Jul 2006 11:04
Picon

Upgrading SM 1.4.3 -> 1.4.6


Hello,

I have decide to migrate SM from 1.4.3 -> 1.4.6.

I have the following plugins enabled:

    1. administrator
    2. change_mysqlpass (3.2)
    3. compatibility (2.0.4)
    4. courier_vacation (1.1)
    5. newuser_wiz
    6. quota_usage
    7. vlogin (3.6)
    8. multilogin (2.3.2-1.2)

On SM 1.4.3 all has worked fine. But on new platform I have got some
problems:

1) On Title bar the code is not interpreted.. I see:

 (isset($_SESSION["username"]) ? "Mail for " . $_SESSION["username"] :
"Mail") - Mozilla Firefox

instead of:

  Mail for <user>

2) When I go to the option 'Change password' I get the following PHP
error:
(Continue reading)

Rocco Scappatura | 3 Jul 2006 15:37
Picon

R: Upgrading SM 1.4.3 -> 1.4.6

Hello Tomas,

Enabling the display of PHP errors I get:

1) For Change password plugin:

Notice: Undefined offset: 2 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 108

Notice: Undefined offset: 2 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 108

Notice: Undefined offset: 2 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

Notice: Undefined offset: 1 in
/data/htdocs/squirrelmail-1.4.6/plugins/compatibility/functions.php on line 105

(Continue reading)

Andreas Olsson | 4 Jul 2006 08:36
Picon

Send vacation message after each incoming mail

 

Hi.

Im running Squirrelmail 1.4.6-1 on a Redhat 9 server and it all works fine.

 

My problem (or question)  is that after I have activated Vacation for my user account,

it only sends one email back to the mailer.

If I get 10 emails from my friend Tom, I want that he gets 10

autoreply messages back.

 

Is it possible to tune vacation for this purpose?

 

Many thanks for a great Squrrielmail.

 

Andreas Olsson

 

 

 

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-plugins mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.plugins
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=3931
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Gmane