Our use case is that we send a lot of email with made-up from addresses (sytem-alerts@abc.com, etc.), and I want to configure Proxmox to drop all bounces.
From what I can tell, editing these two lines to this in the /etc/postfix/master.cf should do it:
bounce unix - - - - 0 discard
defer unix - - - - 0 discard
Is that accurate? What is the function of the master.cf.proto? Is that where I should be making the change?
From what I can tell, editing these two lines to this in the /etc/postfix/master.cf should do it:
bounce unix - - - - 0 discard
defer unix - - - - 0 discard
Is that accurate? What is the function of the master.cf.proto? Is that where I should be making the change?