I'm trying to figure out how to reject spam at SMTP time. There doesn't seem to be a "reject" option, and the "block" action simply discards the mail without any notification.
I also want to avoid using "block + notify sender," as this can result in bounce messages being sent to forged email addresses, potentially getting my server blacklisted or caught in honeypots.
I don't want to use the quarantine feature either.
Is there a way to implement a proper reject action based on WHAT objects, which IMO should be a primary functionality of a mail filtering system?
I also want to avoid using "block + notify sender," as this can result in bounce messages being sent to forged email addresses, potentially getting my server blacklisted or caught in honeypots.
I don't want to use the quarantine feature either.
Is there a way to implement a proper reject action based on WHAT objects, which IMO should be a primary functionality of a mail filtering system?