Ralf Hildebrandt via Postfix-users: > * Viktor Dukhovni via Postfix-users <postfix-users@postfix.org>: > > > Note that if you want the actual recipient addresses, (not just a > > count), > > I just need the count in this case > > > you'll need to also intercept recipient restrictions. > > oh! > > > The Postfix smtpd(8) server does not keep the recipient list in memory, the > > list is streamed out into the queue file (really cleanup service or > > pre-queue proxy filter).
The Postfix SMTP server counts only the recipients that it accepts, not the ones that it rejects. That is, a DATA or BDAT command after all recipients are rejected will result in a "554 5.5.1 Error: no valid recipients". Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org