atom feed27 messages in net.sourceforge.lists.courier-users[courier-users] Re: webmail non-relat...
FromSent OnAttachments
DennisJul 26, 2001 3:22 pm 
Tim HunterJul 26, 2001 3:58 pm 
DennisJul 26, 2001 5:24 pm 
Sam VarshavchikJul 26, 2001 5:50 pm 
DennisJul 28, 2001 3:58 am 
Sam VarshavchikJul 28, 2001 7:15 am 
Bill MichellJul 28, 2001 1:18 pm 
Graham LeggettJul 30, 2001 3:41 am 
Graham LeggettJul 30, 2001 3:45 am 
Bill MichellJul 30, 2001 7:36 am 
Graham LeggettJul 30, 2001 7:52 am 
DennisJul 30, 2001 8:18 am 
Bill MichellJul 30, 2001 8:39 am 
Roland SchneiderJul 30, 2001 8:43 am 
DennisJul 30, 2001 10:28 am 
Roland SchneiderJul 30, 2001 2:52 pm 
Sam VarshavchikJul 30, 2001 3:15 pm 
Sam VarshavchikJul 30, 2001 3:16 pm 
Graham LeggettJul 30, 2001 3:38 pm 
Graham LeggettJul 30, 2001 3:41 pm 
Sam VarshavchikJul 30, 2001 3:53 pm 
Sam VarshavchikJul 30, 2001 3:54 pm 
Graham LeggettJul 30, 2001 4:21 pm 
Graham LeggettJul 30, 2001 4:23 pm 
Sam VarshavchikJul 30, 2001 4:36 pm 
Bill MichellJul 30, 2001 4:39 pm 
DennisJul 30, 2001 5:06 pm 
Subject:[courier-users] Re: webmail non-relative urls
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 30, 2001 3:15:54 pm
List:net.sourceforge.lists.courier-users

Graham Leggett writes:

Sam Varshavchik wrote:

Proxies, by definition should be completely transparent. Software should not be aware that a proxy is involved in the middle (except, perhaps, for a simple proxy on/off setting).

Reverse proxies by definition hide URLs behind other URLs.

"Reverse proxy" is a meaningless buzzword.

Is there is reason why webmail always outputs absolute URLs?

Yes. Various bugs in some browsers with relative HTTP redirect URLs.

The absolute URL should be configurable at runtime, not hardcoded. This

The URL is not hardcoded. You can rename sqwebmail as my-webmail-server, and http://hostname/cgi-bin/my-webmail-server will work just as well.

Hardcoded != absolute.

will fix the problem.

If the URL received by the web server is not the same URL that was issued by the client, the proxy is broken, and needs to be fixed. That's the real problem.