Re: [qmailadmin] Cannot change to directory

2004-04-30 Thread Jack Kerouac
  Could it be the Keep-Alive timeout/blank header POST problem?
  http://support.microsoft.com/default.aspx?kbid=831167
 
  This is the only 'broken surfing' flaw that has bitten me recently
  with IE.

   Ah, now I think we're cooking.  Still waiting on a client to get
 back to me on if this fixes it or not, but I'm fairly confident that
 this will solve things.  I'll write back once I know for sure.

Well, nobody who was having problems whom I've notified of this
has gotten back to me on if this fixed their issues or not.  :(

So, I will assume that since they are no longer complaining of
problems for several days now, that all is well (grin).  Wish I had a more
concrete problem resolution to report, but I have never been able to
duplicate the problem myself, so I'm kind of stuck waiting on others to
report back to me.  If I do actually get someone to report back to me
success of failure, I will let you all know, but I think success is a
somewhat safe assumption at this point.

Thanks to all of you!

-- 
Jack
---
When man calls an animal vicious, he usually means that it will attempt to
defend itself when he tries to kill it.
---


[qmailadmin] How can I define returnhttp session value?

2004-04-30 Thread Ben
I'm going to bet this is something really simple that I just can't think
of, but I can't figure out how/where to set the returnhttp session value
so that when you click the logout link, it returns to a different web
page.

The only thought I had was editing the show_login.html template to change
the returnhttp value there from ##y to the path I wanted, but that didn't
work.

I haven't been able to find any real documentation on this... can anybody
here share any insight?

On a related note, has anyone written any sort of squirrelmail plugin for
qmailadmin? I saw in the changelog where I found returnhttp that someone
may have been working on this, but couldn't find such a plugin anywhere.

Thanks!

- Ben


RE: [qmailadmin] How can I define returnhttp session value?

2004-04-30 Thread Ron Mac Quarrie
There is a plugin for squirrelmail already on their site. You need to
have the www user run as vpopmail user though. That is not really a good
choice.
http://www.squirrelmail.org/plugin_view.php?id=103


-Original Message-
From: Ben [mailto:[EMAIL PROTECTED] 
Sent: April 30, 2004 6:51 AM
To: [EMAIL PROTECTED]
Subject: [qmailadmin] How can I define returnhttp session value?

I'm going to bet this is something really simple that I just can't think
of, but I can't figure out how/where to set the returnhttp session
value
so that when you click the logout link, it returns to a different web
page.

The only thought I had was editing the show_login.html template to
change
the returnhttp value there from ##y to the path I wanted, but that
didn't
work.

I haven't been able to find any real documentation on this... can
anybody
here share any insight?

On a related note, has anyone written any sort of squirrelmail plugin
for
qmailadmin? I saw in the changelog where I found returnhttp that someone
may have been working on this, but couldn't find such a plugin anywhere.

Thanks!

- Ben



Re: [qmailadmin] How can I define returnhttp session value?

2004-04-30 Thread Tom Collins
On Apr 30, 2004, at 3:50 AM, Ben wrote:
I'm going to bet this is something really simple that I just can't  
think
of, but I can't figure out how/where to set the returnhttp session  
value
so that when you click the logout link, it returns to a different web
page.
If I recall correctly, you pass it in the initial call to qmailadmin.

For example, if you have a link from SquirrelMail to QmailAdmin, you'd  
use this:

HREF=/cgi-bin/qmailadmin? 
returnhttp=yoururlherereturntext=Back+to+SquirrelMail

Remember to escape out any special characters (space, +, ampersand and  
others I'm forgetting) in the URL.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [qmailadmin] How can I define returnhttp session value?

2004-04-30 Thread Rick Widmer


Tom Collins wrote:

On Apr 30, 2004, at 3:50 AM, Ben wrote:

I'm going to bet this is something really simple that I just can't  think
of, but I can't figure out how/where to set the returnhttp session  
value
so that when you click the logout link, it returns to a different web
page.


If I recall correctly, you pass it in the initial call to qmailadmin.

For example, if you have a link from SquirrelMail to QmailAdmin, you'd  
use this:

HREF=/cgi-bin/qmailadmin? returnhttp=yoururlherereturntext=Back+to+SquirrelMail
^ Space not allowed here!
Remember to escape out any special characters (space, +, ampersand and  
others I'm forgetting) in the URL.