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
in Linux
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
Tagged:
0