Why Sendmail always responds by “Recipient ok” in RCPT TO: fake, non-existent absent@adress?
Such fraud is dangerous because it opens the door for backscattering (outscatter, blowback, misdirected bounces, collateral spam) — always replying by mailer-daemon undelivered notifications to real addresses, quoting URLs and other spam stuff.
I have studied Sendmail/cf/README twice, and did not find yet appropriate settings to avoid such false response. Some advices on the net seems misleading to me. I think Sendmail (like Exim does by default) should first check for existence of mailbox immediately after receiving RCPT TO, and return permanent error before disconnecting submission, thus letting a remote server to inform its local sender about an invalid address and undelivered email.
What have I missed that is obvious? Thank you in advance.
Such fraud is dangerous because it opens the door for backscattering (outscatter, blowback, misdirected bounces, collateral spam) — always replying by mailer-daemon undelivered notifications to real addresses, quoting URLs and other spam stuff.
I have studied Sendmail/cf/README twice, and did not find yet appropriate settings to avoid such false response. Some advices on the net seems misleading to me. I think Sendmail (like Exim does by default) should first check for existence of mailbox immediately after receiving RCPT TO, and return permanent error before disconnecting submission, thus letting a remote server to inform its local sender about an invalid address and undelivered email.
What have I missed that is obvious? Thank you in advance.
Last edited: