Mudanças entre as edições de "Servidor de mensagens"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
m
 
(8 revisões intermediárias por 3 usuários não estão sendo mostradas)
Linha 1: Linha 1:
 +
apt-get install queuegraph mailgraph pflogsumm
 +
 +
* http://www.remontti.com.br/blog/archives/248
 +
 +
 
* [[Certificados Ssl Auto-Assinados]]
 
* [[Certificados Ssl Auto-Assinados]]
 
* [[Servidor SMTP com autenticação]]
 
* [[Servidor SMTP com autenticação]]
 
* [[Servidor SMTP]]
 
* [[Servidor SMTP]]
 
* [[Servidor IMAP]]
 
* [[Servidor IMAP]]
* [[Configurando o Roundcube Webmail]]
 
  
Quota no Dovecot
+
pra estudar:
* http://pinguimribeiro.wikidot.com/dovecot-quota
+
* http://alec.pl/roundcube/managesieve/
 +
* http://www.timewaster.de/bookmarks-plugin-for-roundcube/
 +
* http://wiki.dovecot.org/ManageSieve
 +
* http://osysadmin.blogspot.com/2008/08/servidores-de-e-mail-no-so-para-os.html
 +
* http://www.wish4web.com.br/blog/theflockers/
 +
* https://addons.mozilla.org/pt-BR/thunderbird/addon/2548
 +
* http://www.wish4web.com.br/blog/theflockers/archives/22
 +
* http://wiki.dovecot.org/UserDatabase/ExtraFields
 +
* http://www.roundcubeforum.net/api-based-plugins/4878-sieverules-managesieve-plugin-4.html
 +
* http://www.roundcubeforum.net/pending-issues/5278-dovecot-roundcube-3-0-stable-managesieve-plugin-not-working-cram-md5.html
 +
* http://blog.chinaunix.net/u2/73230/showart_1088668.html
 +
 
 +
filtro antispam
 +
* http://www.fusionreactions.com/pages/rcmail
 +
* http://wiki.dovecot.org/ManageSieve
 +
* http://wiki.dovecot.org/Quota'
 +
 
 +
 
 +
Roundcube Vacation / Autoreply plugin
 +
* http://sourceforge.net/projects/rcubevacation/
 +
 
 +
RC Calendar Plugin
 +
* http://sourceforge.net/projects/rccalendar/
 +
 
 +
ssl_cert_file = /etc/ssl/certs/dovecot.pem
 +
ssl_key_file = /etc/ssl/private/dovecot.pem
 +
 
 +
* http://ufpr.dl.sourceforge.net/project/rccalendar/rccalendar/RoundCube%20Webmail%20%2B%20Calendar%20PlugIn%20v0.0.1/rccalendar.zip
 +
 
 +
== postfixadmin ==
 +
Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.
 +
* http://postfixadmin.sourceforge.net/
  
Extensão para Thunderbird que mostra informação sobtre Quota
+
== RCPFA ==
* https://addons.mozilla.org/en-US/thunderbird/search?q=quota
+
RCPFA is a patchset of PHP files which patch the RoundCube software to interoperate with PostfixAdmin.
 +
* http://nejc.skoberne.net/projects/rcpfa/
  
* [http://blogs.clavedigital.com/ncastillo/2008/11/13/mail-server-howto-postfix-and-dovecot-with-mysql-and-tlsssl-postgrey-and-dspam/ Postfix and Dovecot with MySQL and TLS/SSL, Postgrey and DSPAM]
+
[[Categoria:Servidor]]

Edição atual tal como às 06h12min de 10 de novembro de 2012

apt-get install queuegraph mailgraph pflogsumm


pra estudar:

filtro antispam


Roundcube Vacation / Autoreply plugin

RC Calendar Plugin

ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem

postfixadmin

Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.

RCPFA

RCPFA is a patchset of PHP files which patch the RoundCube software to interoperate with PostfixAdmin.