Filipe Braz writes: 

> Hi,
>  
> I'm going to change the html templates used by sqwebmail to suit my site,
> but since my site is using php for page generation it would great if there
> was a way to make sqwebmail templates using php. Is this possible?

I think there's an apache module that takes the output of a CGI script and 
recursively feeds it through Apache again. 

>  
> Another question is: I'm using Web Server Authentication to login to my
> server and I would like to pass this authentication information to
> sqwebmail so that I don't have to insert the password again. I'm currently
> using a php script that calls sqwebmail and passes this information via
> 'get' method. The problem is that this information (user and password) is seen
> on the browser
> for some moments while sqwebmail is being called and It's also logged on
> my webserver Apache access log. Any idea on how to accomplish this?

Familiarize yourself with the CGI environment variables.  Have your script 
set up a CGI environment for the login action, then run sqwebmail locally. 

 

-- 
Sam

Reply via email to