Wietse Venema wrote: > Julian Mehnle: >> I have a transport "foo" defined in master.cf that delivers messages >> via a pipe command. In an edge case Postfix is receiving messages >> with multiple recipients (multiple RCPT TO commands). I'm looking >> for a way to have such messages delivered to the pipe command only >> once, period, not once per recipient. > > That is exactly what Postfix does by default, without any tweaking > of destination recipient settings.
Great! Now, if it currently *doesn't* (i.e., it invokes the pipe command once per RCPT TO, not once per message), what's the best way to debug my configuration? I don't have any …_destination_recipient_limit options in my configuration anywhere. -Julian