Mij | 1 May 2003 01:23
Picon

Re: RE: [SM-PLUGINS] vmailmgr plugin

mmm actually it's not what i were looking for.
it's powerful, yeah, but it takes a bad approach
to the user imo.

say you0re a service provider which ships mail account:
it's not in your users' scope to have the possibility
to access administration tasks. nor they're to
be bothered with this stuff.

i search something to let a user to change its own
account password. vadmin does this, but would it be
possible to "reduce" it doing just this (an extract
plugin)?

thanks

Il lun, 2003-04-28 alle 23:40, p dont think ha scritto:
> > didn0't find anything regarding that on the archives.
> > does anyone know wheather there's someone working on
> > a changepassword plugin for vmailmgr accounts? or
> > if it currently exists, while the official plugins page
> > doesn't list it.
> 
> It is called Vadmin.  It does that and much much more.
> 
> http://www.squirrelmail.org/plugin_view.php?id=3
> 
> I am currently working on an upgrade that will bring it into compliance
> with SquirrelMail 1.4 as well as add MySQL backend support (in addition
> to Vmailmgr).  No release date yet, since it's a big project, but I'm
(Continue reading)

Elvar | 1 May 2003 18:45

shared calendars

When I log in to SM and go to the calendar section I get the following errors;
 
 Warning: main(../../include/validate.php) [function.main]: failed to create stream: No such file or directory in /usr/local/squirrelmail/plugins/calendar/calendar_check.php on line 11

Fatal error: main() [function.main]: Failed opening required '../../include/validate.php' (include_path='.:/usr/local/lib/php') in /usr/local/squirrelmail/plugins/calendar/calendar_check.php on line 11
 
 
I'm using shared calendars 1.0.1. Any help would be greatly appreciated!
 
Kind regards,
Elvar
Lyle Scully | 1 May 2003 19:07

RE: New: Bookmarks v2.0.1

Hello,

When I put in a new bookmark without the trailing "/" in the url, I
get these errors:

Warning: fopen() [function.fopen]: php_network_getaddresses:
getaddrinfo failed: No address associated with hostname in
/usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
52

Warning: fopen(http://www.google.com?) [function.fopen]: failed to
create stream: Unknown error: 0 in
/usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
52

Warning: feof(): supplied argument is not a valid stream resource in
/usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
53

Warning: fgets(): supplied argument is not a valid stream resource in
/usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
54

The last two errors keep going over and over again.

I get that over and over again. If I put the trailing "/" in, it works
as expected. If you put in a url of the type
"http://www.squirrelmail.org/plugin_view.php?id=93" it gets put in
correctly also, so it seems it is just having problems with wanting a
trailing "/".

Any ideas? I tried both 2.0.0 and 2.0.1 and they both have the same
problem.

Thanks

Lyle

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Tracy McKibben | 1 May 2003 20:22

RE: New: Bookmarks v2.0.1

Lyle Scully said:
> Hello,
>
> When I put in a new bookmark without the trailing "/" in the url, I
> get these errors:
>
> Warning: fopen() [function.fopen]: php_network_getaddresses:
> getaddrinfo failed: No address associated with hostname in
> /usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
> 52

What version of PHP?  There was a bug (#13974) in PHP 4.0.6 that caused this.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Jonathan Angliss | 1 May 2003 21:01
Favicon

Re: New: Bookmarks v2.0.1

Hello Tracy,
On Thursday, May 01, 2003, Tracy McKibben wrote...

>> When I put in a new bookmark without the trailing "/" in the url, I
>> get these errors:

>> Warning: fopen() [function.fopen]: php_network_getaddresses:
>> getaddrinfo failed: No address associated with hostname in
>> /usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on
>> line 52

> What version of PHP?  There was a bug (#13974) in PHP 4.0.6 that caused this.

From the looks of the error message style, it's PHP 4.3.x...

--

-- 
Jonathan Angliss
(jon <at> squirrelmail.org)

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Jonathan Angliss | 1 May 2003 21:01
Favicon

Re: New: Bookmarks v2.0.1


On Thursday, May 01, 2003, Lyle Scully wrote...

> Warning: fopen(http://www.google.com?) [function.fopen]: failed to
> create stream: Unknown error: 0 in
> /usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
> 52

Try removing the ? on the end. It might be messing up the open of the
page.

--
Jonathan Angliss
(jon <at> squirrelmail.org)

Lyle Scully | 1 May 2003 21:42

Re: New: Bookmarks v2.0.1

Hello Jonathan,

Thursday, May 1, 2003, 12:01:47 PM, you wrote:

JA> On Thursday, May 01, 2003, Lyle Scully wrote...

>> Warning: fopen(http://www.google.com?) [function.fopen]: failed to
>> create stream: Unknown error: 0 in
>> /usr/local/www/webmail/plugins/bookmarks/bookmark_create.php on line
>> 52

JA> Try removing the ? on the end. It might be messing up the open of the
JA> page.

This is PHP 4.3.1 on Apache 1.3.27.

Line 52 says:

$sk = fopen($prefix . $targeturl . "?" . $querystring,"r");

Are you saying to remove the "?" in that line so that it reads:

$sk = fopen($prefix . $targeturl . $querystring,"r");

Thanks for the help.

Lyle

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Simon Byrnand | 1 May 2003 23:22
Picon

How to customize help ?

Hi People,

I'm working on a plugin for Squirelmail 1.4.0 that adds its own complete 
options page (two of them in fact) for configuring spamassassin / virus 
scanning / message forwarding etc preferences, and I want to write a help 
page for it.

Is there any simple way to hook into the context sensitive "Help" link at 
the top without hacking on the main squirrelmail code or putting the help 
files in the normal help directory ?

Or do I just have to put another "Help" link within my options page...?

Regards,
Simon

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

SquirrelMail Plugins | 2 May 2003 02:47
Favicon

New: The Pushed Look v4.1


The Pushed Look
v4.1 on Apr 24, 2003

http://www.squirrelmail.org/plugin_view.php?id=137

 
http://www.squirrelmail.org/plugins_category.php?category_id=

-------------------------------------------------------------------
VERSION HISTORY:

-------------------------------------------------------------------

--
This is just a test for an automated plugin announcement broadcast
through the squirrelmail mailing list

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

SquirrelMail Plugins | 2 May 2003 02:47
Favicon

New: HTTP Auth v1.1


HTTP Auth
v1.1 on Apr 26, 2003
http://www.squirrelmail.org/plugin_view.php?id=155

Plugins - HTTP Auth
Category:  Logging in
http://www.squirrelmail.org/plugins_category.php?category_id=6

This plugin will use the username/password pair provided via HTTP
authentication to bypass the login screen.
If nobody is logged in, the login screen will be displayed.

This plugin works with the SquirrelMail 1.4 series.

-------------------------------------------------------------------
VERSION HISTORY:

Version 1.1 by Frederic Connes on Apr 26, 2003
http://www.squirrelmail.org/plugin_download.php?id=155&rev=791 
Requires: SquirrelMail >= 1.4.0
Description: Performance enhancement and fix login without HTTP auth.
Version 1.0 by Frederic Connes on Mar 20, 2003
http://www.squirrelmail.org/plugin_download.php?id=155&rev=651 
Requires: SquirrelMail >= 1.4.0
Description: Initial version.

-------------------------------------------------------------------

--
This is just a test for an automated plugin announcement broadcast
through the squirrelmail mailing list

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs


Gmane