Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-19 Thread Rodrigo Cunha
Report Feedback for solution this problem: postfix with suport squirrelmail in apache2. Considerations: My LAMP(in DEBIAN 7) IP:192.168.2.50 configuration in my bind(DNS Autorytative): step 1: setup my mail in DNS: vim db.oduvaldocozzi.intranet mail IN A 192.168.2.50 oduvaldocozzi.intranet. IN

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-19 Thread Rodrigo Cunha
Tks Michelle Konzack, *i see you configurations and setup my redirect from 80 to 443, and work.I send my configfile here.[]'s,* Livre de vírus. www.avast.com

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-19 Thread Michelle Konzack
Hello Rdrigo, I have a buch of Squirrelmail VHosts like running and it is a simple VHost. I had not to change anything but simply setup a VHost in Apache2 [ '/srv/APACHE_availlable/webmail.x-x.xxx' ] ServerAdmin hostmas..

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Steffen
Sorry I was too fast. I use the also Login Manager ("Vlogin") plugin for SquirrelMail https://squirrelmail.org/plugin_view.php?id=47 there you see that you need also Compatibility plugin version 2.0.14+, http://www.squirrelmail.org/plugin_view.php?id=152 When I recall (about 10 years ag

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Rodrigo Cunha
Tks, no solution worked. :( Livre de vírus. www.avast.com . <#DAB4FAD8-2DD7-40B

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Steffen
I have in Apache my regular vhosts, nothing specific Squirrel in the Apache config. I have in config.php $domain = preg_replace("/^www\./i","",$_SERVER['SERVER_NAME']); And that does the trick here. Cheers, Steffen > Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha :

Re: [users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Stefan Eissing
Have you tried something like: ServerName mail.mydomain.com DocumentRoot /usr/share/squirrelmail SSLEngine on ...squirrelmail stuff... > Am 18.01.2018 um 15:57 schrieb Rodrigo Cunha : > > Dear, i have a problem in config vhost squirremail. > I'm following the

[users@httpd] Setup SquirreMail with Virtual Host

2018-01-18 Thread Rodrigo Cunha
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