On 11/8/2022 2:58 PM, Wietse Venema wrote:
Markus E.:
Hi!
Is it possible to silently reject messages from a specific sender or
domain in Postfix?
Somthing like:
us...@domain.tld OK
us...@domain.tld REJECT
us...@domain.tld REJECT:nolog
It's called DISCARD
Wietse
Note DISCARD will still log the action. There is no option to REJECT
or DISCARD without logging.
Some log systems have the ability to ignore certain entries, or you
can use grep etc. to preprocess a log file before analysis. That's
outside the scope of postfix.
-- Noel Jones