tatiana philippova wrote:
Joel, hi again
Also question:
"Use DISCARD if you want to accept a message and silently discard it.
Note this affects ALL recipients of a multi-recipient message."
How exactly postfix deals with multi-recipient messages? Are there
any differences from simple telnet smtp session where I send multiple
"rcpt to: " ?
DISCARD always affects all recipients of a multi-recipient
message. Postfix will indicate the message has been accepted,
then later silently discard it.
REJECT usually affects only the "current" recipient of a
multi-recipient message, but this behavior can be affected by
which smtpd_*_restrictions section the REJECT appears in, and
the setting of smtpd_delay_reject.
See the archives and postfix docs for further details.
-- Noel Jones