From: Stephan Maciej (no email)
Date: Wed Jul 31 2002 - 18:28:31 EDT
On Wednesday 31 July 2002 23:21, Wietse Venema wrote:
> fallback_transport is a feature in the local delivery agent. It
> will deliver one recipient at a time, because the local delivery
> agent delivers recipients one at a time.
>
> To have multi-recipient deliveries, recent Postfix versions allow
> you to specify user at domain entries in the transport map so you can
> route those recipients directly to the proper delivery agent.
>
> Wietse
Wietse,
first of all, many thanks for the quick reply. You also helped me to
understand why the transport_destination_recipient_limit setting didn't work
as expected from the documentation.
In our case, we do have the need for dynamic creation of email accounts. This
would mean that we must update the transport map each time an account gets
created or deleted. I don't think that would be a good idea, because it would
happen very often -- in a few month, some thousand users will be forcing our
software to create and delete *lots* of these dynamic addresses.
As the number of Unix accounts will stay the same almost forever, would it be
a possibility to setup the transport map like this:
: local
: local
: local
my.domain.de mytransport:
where mytransport is the transport mechanism specified in the master.cf (don't
forget, we're using pipe(8) to call our mail delivery agent...)
Thanks for your time,
Stephan
-- "That's interesting. Can it be disabled?" -- someone on LKML, after being told about the PIV hyperthreading features - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|