Oracle Linux - How to disable "sender non-delivery notification" for bounce mail in postfix — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
Get Started with Redwood: Oracle Cloud SCM and Purchasing

Oracle Linux - How to disable "sender non-delivery notification" for bounce mail in postfix

Applies To:

Oracle Cloud Infrastructure

Linux x86-64

Goal:

This document describes how to disable "sender non-delivery notification" for bounce mail in postfix.

Solution:

To disable "sender non-delivery notification" for bounce mail in postfix:

  • Edit /etc/postfix/master.cf file:
change from:

bounce    unix    -    -    n    -    0    bounce

to:

bounce    unix    -    -    n    -    0    discard
  • Restart postfix service:
$ sudo systemctl restart postfix.service


Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!