The first option specifies what notifications are sent
for mail that is submitted via the Postfix
sendmail(1) command line:
$ sendmail -N success,delay,failure ... (one or more of these)
$ sendmail -N never ... (or just this by itself)
The built-in default corresponds with "delay,failure".