I have restrictions set up to block certain sender addresses. Why aren messages from restricted senders blocked as soon as the client issues the MAIL FROM command?
By default Postfix does not reject clients until after it receives the RCPT TO command. The reason is that some SMTP clients do not recognize that they have been rejected, and they keep trying to send the message, causing connections to last longer than they should and a log full of warning messages. Another advantage to the default is that you get complete information about the connecting client before rejecting the message. You can change the default behavior by setting smtpd_delay_reject = no.
Related Questions
- I have restrictions set up to block certain sender addresses. Why aren messages from restricted senders blocked as soon as the client issues the MAIL FROM command?
- How can I filter my e-mail to discard messages from certain senders, or containing certain keywords?
- How do I allow or block certain e-mail addresses within the Charter Security Suite�