-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Em 01-06-2010 13:22, Gabriel Ricardo escreveu: > Achei interessante a sua duvida, e resolvi implementar aqui tmb... > > Segui essas dicas: > > http://vini.homeip.net:81/index.php/2008/09/03/postfix-always-sender-e-recipient-bcc/ > > > E esta funcionando belezinha! > > Att, Gabriel Ricardo de L. Pereira Técnico em Redes Fone: 41 > 8881-7828 MSN: [email protected] Skype: gricardo87 > http://tinotapa.blogspot.com http://twitter.com/gricardo87 > -------------------------------------------- > > > Em 1 de junho de 2010 09:22, Marcelo Estanislau > <[email protected]>escreveu: > >> Olá, >> >> Você pode levantar um servidor de e-mail na empresa e habilitar o >> relay para o servidor terceirizado, assim você poderia fazer >> regras de cópia de e-mail na empresa. Deixe ciente aos >> funcionários que eles estarão sendo monitorados e façam assinar >> uma circular à respeito, pois isso pode ser caracterizado invasão >> de privacidade. >> >> Abraços, >> >> Marcelo Estanislau Geyer [email protected] Standard Net >> Tecnologia http://www.standardnet.com.br -- PGP Key: >> keys.gnupg.net - ID 468EA3A4 >> >> Em 31-05-2010 22:50, Patrick de Melo escreveu: >>> Boa noite, Tenho um cliente que utiliza um servidor de >>> terceiros de e-mail, mas gostaria de ter um cópia de todos >>> e-mail que são enviados dentro da empresa. Alguém pode indicar >>> uma solução para isso? Algum tipo de sniffer de e-mail para >>> indicar que atenderia esse caso? Obrigado >>> >>> >>> Patrick _______________________________________________ >>> Postfix-BR mailing list [email protected] >>> http://listas.softwarelivre.org/mailman/listinfo/postfix-br >>> >> _______________________________________________ Postfix-BR >> mailing list [email protected] >> http://listas.softwarelivre.org/mailman/listinfo/postfix-br >> > _______________________________________________ Postfix-BR mailing > list [email protected] > http://listas.softwarelivre.org/mailman/listinfo/postfix-br >
Eu implemento isso aqui quando necessito: - ---------------------------------------------------- Audit Incoming Mail Copy Incoming Mail to Another Account This setting will send a copy of all incoming mail to a specific users to another account for auditing purposes. Add a line to the main.cf. recipient_bcc_maps = hash:/etc/postfix/recipient_bcc Create a file called recipient_bcc in /etc/postfix and edit the file so that you have two columns, the first column represents the user you want to audit and the second column is the user the mail is blind carbon copied. [email protected] [email protected] Hash the file with this command: postmap hash:/etc/postfix/recipient_bcc - ----------------------------------------------------------- Audit Outgoing Mail Copy Outgoing Mail to Another Account This will copy any mail sent by a user to an audit account as a copy. Create a file called sender_bcc in /etc/postfix and edit the file so that you have two columns, the first column represents the user you want to audit and the second column is the user the mail is blind carbon copied. [email protected] [email protected] Hash the file with this command: postmap hash:/etc/postfix/sender_bcc Att -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwFOFAACgkQ35zeJy7JhChsiQCgkM2UuP3C147/v6/vBE1+Mdas oxkAn2u29lxOF1aNSO0742G3qw5GdVZp =XUKc -----END PGP SIGNATURE----- _______________________________________________ Postfix-BR mailing list [email protected] http://listas.softwarelivre.org/mailman/listinfo/postfix-br
