Hello. I use fedora 3. rpmbuild is not implemented. How can I find it?
Thank you.

-----Message d'origine-----
De : Erik Espinoza [mailto:[EMAIL PROTECTED] 
Envoyé : dimanche 13 novembre 2005 21:01
À : [email protected]
Objet : Re: [qmailtoaster] like webmail to be on https

I did it by removing the Include toaster.conf and Include
squirrelmail.conf from httpd.conf and adding it to the ssl.conf under
the VirtualHost directive. I also changed the DocumentRoot in ssl.conf
to /var/www/ssl-empty. Then I went to /var/www/html and created dirs
as follows:

mkdir webmail
mkdir qmailadmin

And inside i put an index.php files that contained the following to
take care of redirection.

==start
<?php

header('Location: https://mail.mydomain.com/webmail/src/login.php');

?>
<html></html>
==end


That pretty much took care of it.

Thanks,
Erik

On 11/13/05, james <[EMAIL PROTECTED]> wrote:
>
>
> Thanks all for such a great site on setting up a mail server.
> This is off topic, but don't know where else to go.
>
> I need help trying to get the
> http://mail.mydomain.com/webmail to redirect to
> https://mail.mydomain.com/webmail , I found the rewrite
> script at
>
http://www.mail-archive.com/[email protected]/msg00025.html
> to do what I am looking for I think. Not sure I know where to put it or if
I
> need to change something in httpd.conf?
>
> I tried saving the entire rule as /etc/httpd/conf.d/rewrite.conf, but it
> seems to be ignored.
> My mail is working great and if I type the https it works.
>
> Also how can I make a rule that would send every variation of
> mydomain.com/webmail  (www. mail. ftp. reports. etc...) to
> https://mail.mydomain.com/webmail ? but not the rest of the
> site. Other words www.mydomain.com/webmail redirects, but
> www.mydomain.com/some_files does not.
>
> I am using the Centos 4.1 and followed the easy directions to get
everything
> working.
>
> Thanks for any help in this,
> james

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to