Purpose of the postfix.sendmail -n option
- by DoesNotCompute
I'm using a PHP librairy to send email through postfix.
But i'm keep getting this message in the logs when i try to send emails : postfix/sendmail[15782]: fatal: -n option not supported
I will remove this flag from my code but i'm curious about the purpose of this flag which seems to be useless (http://linux.die.net/man/1/sendmail.postfix).
I can't find any information about it on google, any idea about the purpose of this option?