Post-la: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 28: | Linha 28: | ||
* http://www.dicas-l.com.br/arquivo/geracao_de_relatorios_para_o_postfix_por_meio_do_post-la.php | * http://www.dicas-l.com.br/arquivo/geracao_de_relatorios_para_o_postfix_por_meio_do_post-la.php | ||
* http://hbueno.eti.br/post-la.tar.gz | * http://hbueno.eti.br/post-la.tar.gz | ||
* http://www.vivaolinux.com.br/artigo/Postla-Gerador-de-relatorios-para-o-Postfix | |||
== outra versão - fork == | |||
svn checkout svn://svn.code.sf.net/p/post-la-ng/code/ post-la-ng-code | |||
referências: | |||
* http://mundoopensource.blogspot.com.br/2009/09/post-la-ng.html | |||
* http://sourceforge.net/projects/post-la-ng/ | |||
* http://sourceforge.net/p/post-la-ng/code/HEAD/tree/ | |||
Edição atual tal como às 13h11min de 25 de março de 2014
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:
- http://www.dicas-l.com.br/arquivo/post-la_gerador_de_relatorios_para_o_postfix.php
- http://www.dicas-l.com.br/arquivo/geracao_de_relatorios_para_o_postfix_por_meio_do_post-la.php
- http://hbueno.eti.br/post-la.tar.gz
- http://www.vivaolinux.com.br/artigo/Postla-Gerador-de-relatorios-para-o-Postfix
outra versão - fork
svn checkout svn://svn.code.sf.net/p/post-la-ng/code/ post-la-ng-code
referências: