Post-la

De MochilaWiki
Revisão de 12h09min de 10 de maio de 2010 por Rafael Gomes (discussão | contribs) (Criou página com ' wget -c http://pub.quijaua.com.br/praweb/post-la_1.1-alt.tar.gz tar zxvf post-la_1.1-alt.tar.gz -C /etc cd /etc/post-la echo "header_checks = regexp:/etc/postfix/header_check…')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegaçãoIr para pesquisar
wget -c http://pub.quijaua.com.br/praweb/post-la_1.1-alt.tar.gz
tar zxvf post-la_1.1-alt.tar.gz -C /etc
cd /etc/post-la
echo "header_checks = regexp:/etc/postfix/header_checks" >> /etc/postfix/main.cf
mv header_checks /etc/postfix/
./instalar.sh  
/etc/init.d/postfix restart 

no apache

<VirtualHost *:80>
   ServerName quijaua.net
   DocumentRoot /var/www/post-la

   <Directory "/var/www/post-la">
        Options +ExecCGI
        AddHandler cgi-script .cgi
        AllowOverride FileInfo AuthConfig Limit
        Options Indexes SymLinksIfOwnerMatch ExecCGI IncludesNoExec
        <Limit GET POST OPTIONS PROPFIND>
           Order allow,deny
           Allow from all
        </Limit>
</Directory>
</VirtualHost>

referências: