Hi Dave,

Although I used to be a programmer and am now picking that up again with shell 
scripting, I'm still too unfamiliar with C. I don't know the reason why you are 
inviting me to do it myself. If you don't have time right now, I can wait until 
you do. Or is it something you don't want to implement in the distributed 
program?

Maybe someone else who likes this idea is able to do this. The stripping could 
be done with a syntax similar to 'sed'. It solves the problem when you have 
multiple servers but only 1 IP for https.

JP

-----Oorspronkelijk bericht-----
Van: Dave Steinberg [mailto:[email protected]]
Verzonden: zondag 23 mei 2010 21:13
Aan: [email protected]
Onderwerp: Re: [Pound Mailing List] stripping URL when forwarding

On 5/23/2010 2:42 PM, Jean-Pierre van Melis wrote:
> Yesterday I found out about the service https://startssl.com, it's a
> free Certificate service. I'm now able to use https for 2
> webmailservers and my activesync and still have a meal each day.
>
> My mobile's activesync can now access my Zarafa-server with https,
> which is great. I was able to do this because the URL always starts
> with "/Microsoft-Server-ActiveSync"
>
>
> I have another mail-related service (ASSP anti-spam-proxy) and I
> would like to access its mail-interface in the same way. That service
> doesn't have a specific prefix. I was thinking about using the URL
> "/ASSP" so pound can distinguish the service and then pointing it to
> http://192.168.10.100:55555 but having that /ASSP stripped.
>
> https://mail.mirmana.com/ASSP             > http://192.168.10.100:55555 
> https://mail.mirmana.com/ASSP/index.asp
> = http://192.168.10.100:55555/index.asp
>
> Is this already possible? If not, it would be a great addition.

Not possible currently.  Indeed, it would be great - you should consider
trying to implement this.  Pound's source code is extremely readable,
and if you're motivated, it probably wouldn't be too hard.  That's the
wonder of open source ... you can scratch your own itch.

Regards,
--
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/

--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.



--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to