Thank you Fernando,
Just to clarify, this is a test. Of course that I like my users. =) In my email server everybody receives the bounce messages. As I said, it is a "clean" solution to ensure that the always_bcc destination never bounces or refuses a message. But in real even my always or receive_bcc are not working. I don't know why. =( Using transport is not my case, because transport is to redirect the message (I'd like to generate a copy of a message to another server). Any help is welcome. ----- Mensagem original ----- De: "Fernando Maior" <fernando.souto.ma...@gmail.com> Para: "Alfredo Saldanha" <asalda...@infolink.com.br> Cc: "postfix-users" <postfix-users@postfix.org> Enviadas: Terça-feira, 14 de Agosto de 2012 13:33:32 Assunto: Re: always_bcc Hello Alfredo, I would do that if I would not like my users to know they are being tracked... I just looked at the docs and see nothing that can help you doing that. If you mean to have the second server only for the always_bcc account, you may change the postfix code in order to not send bounce messages and install it in the second server. Not easy task, sure... May be you should look at the source for bounce service daemon. Best regards, --- Fernando Maior On Tue, Aug 14, 2012 at 10:48 AM, Alfredo Saldanha < asalda...@infolink.com.br > wrote: Thank you, but how about to disable bounce messages? De: "Fernando Maior" < fernando.souto.ma...@gmail.com > Para: "Alfredo Saldanha" < asalda...@infolink.com.br > Cc: "postfix-users" < postfix-users@postfix.org > Enviadas: Quarta-feira, 8 de Agosto de 2012 21:12:59 Assunto: Re: always_bcc Hi Saldanha, As per your config file: * myhostname = labmail.temp.com * allways_bcc = t...@temp.com Maybe I am guessing wrong, but I believe you are trying to deliver the allways_bcc messages to a domain that is hosted by the server labmail.temp.com ; if that is the case, I sugest you should try one of these things: 1. configure allways_bcc to a domain that is hosted at the other server; or 2. configure /etc/postfix/transport to send mail posted to t...@temp.com to the other server. The second sugestion is my first choice of procedure. You may have a look at the transport table doc at http://www.postfix.org/transport.5.html Fernando Maior On Tue, Aug 7, 2012 at 9:54 AM, Alfredo Saldanha < asalda...@infolink.com.br > wrote: <blockquote> Hi there, I'm trying to implement always_bcc to send a copy of all received messages to another server. My idea is disable any notification messages back in the second server (if something goes wrong) and discard all messages after received. This way is like the "clean" solution to ensure that the always_bcc destination never bounces or refuses a message. It seems weird, but is only a test that I need to do. 1st problem: aways_bcc is not working. 2nd problem: I have no idea how to disable notification messages. My main.cf : http://dpaste.com/782638/ My master.cf : http://dpaste.com/782639/ Thank you. </blockquote>