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 < [email protected]> wrote: > Thank you, but how about to disable bounce messages? > > > > ------------------------------ > *De: *"Fernando Maior" <[email protected]> > *Para: *"Alfredo Saldanha" <[email protected]> > *Cc: *"postfix-users" <[email protected]> > *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 = [email protected] > > 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 <http://labmail.test.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 > [email protected] <[email protected]> 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 < > [email protected]> wrote: > >> 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. >> > > >
