Have you tried something like:

<VirtualHost ip:443>
    ServerName mail.mydomain.com

    DocumentRoot /usr/share/squirrelmail
    SSLEngine on

    <Directory /usr/share/squirrelmail>
        ...squirrelmail stuff...
    </Directory>
</VirtualHost>



> Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha <rodrigo.root...@gmail.com>:
> 
> Dear, i have a problem in config vhost squirremail.
> I'm following the steps in the tutorial 
> [http://www.100security.com.br/postfix-squirrelmail-outlook/] . The autor 
> indicate setup this changes in apache2.conf:
> 
> Alias /webmail “/usr/share/squirrelmail/”
> DirectoryIndex index.php
> 
> but i want create vhost for my domain "mail.mydomain.com" and not create 
> redirect IP/webmail.I want config this mail with my other localwebsites like:
> /etc/apache2/site-available/mail.mydomain.conf  and setup this file with
> a2ensite mail.mydomain.conf, etc.
> 
> What is steps for configure my squirremail with vhost and not ip/webmail.
> Tks.
> 
> 
> -- 
> Atenciosamente,
> Rodrigo da Silva Cunha
> São Gonçalo, RJ - Brasil
> 
> 
>       Livre de vírus. www.avast.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to