2 msgMASQUERADING FROM BUT NOT TO
3 msgProbably not a Postfix problem...?
3 msgQuick question with user/virtual aliases.

Sending healty batch emails
\ Burak Yżlmaz (14 Mar 2008)
. \ Evan Platt (14 Mar 2008)
. . \ Andrew Long (15 Mar 2008)
. . . \ (Wietse Venema) (15 Mar 2008)

5 msguse of relayhost, relaydomain?
6 msgnaming the mail server
1 msgRe: statistics by client ip address - SOLVED
3 msgquestion marks on permissions/owner
2 msgConfiguring Postfix to Receive Mail from Outloo...
3 msgtcp_table and propose for new lookup table 'pip...
12 msgAbout date spoofing
3 msgOverriding DNS lookups for a specific domain
2 msgredirecting a single email address/alias (not a...
1 msgstatistics by client ip address
2 msgsender+ip restrictions
14 msgpostfix-2.5 RPMs available
1 msgSetting up Postfix on Solaris 10
8 msgYet another virtual domain problem - do not lis...
2 msggetting a user permissions error
2 msg551 mail refused
Subject:Re: Sending healty batch emails
Group:Postfix-users
From:(Wietse Venema)
Date:15 Mar 2008


 
Andrew Long:
> > if you send say to 40 addresses at once is a good question for that provider.
>
> Sorry to jump thread, but...
>
> I would very interested to see the outline of how to implement
> limiting like this, for instance restricting outbound mail to yahoo
> and hotmail to no more than 40 recips within say 30 minutes while
> allowing a heavier stream to other domains.

There is no example, but there is documentation on the pieces.

Wietse

http://www.postfix.org/postconf.5.html#default_destination_rate_delay
http://www.postfix.org/postconf.5.html#transport_destination_rate_delay
http://www.postfix.org/postconf.5.html#default_destination_recipient_limit
http://www.postfix.org/postconf.5.html#transport_destination_recipient_limit
http://www.postfix.org/transport.5.html
http://www.postfix.org/master.5.html

default_destination_rate_delay (default: 0s)
The default amount of delay that is inserted between indi-
vidual deliveries to the same destination; with per-desti-
nation recipient limit > 1, a destination is a domain,
otherwise it is a recipient.

To enable the delay, specify a non-zero time value (an
integral value plus an optional one-letter suffix that
specifies the time unit).

Time units: s (seconds), m (minutes), h (hours), d (days),
w (weeks). The default time unit is s (seconds).

NOTE: the delay is enforced by the queue manager. The
delay timer state does not survive "postfix reload" or
"postfix stop".

Use transport_destination_rate_delay to specify a trans-
port-specific override, where transport is the master.cf
name of the message delivery transport.

This feature is available in Postfix 2.5 and later.

default_destination_recipient_limit (default: 50)
The default maximal number of recipients per message
delivery. This is the default limit for delivery via the
lmtp(8), pipe(8), smtp(8) and virtual(8) delivery agents.

Setting this parameter to a value of 1 changes the meaning
of the corresponding per-destination concurrency limit
from concurrency per domain into concurrency per recipi-
ent.

Use transport_destination_recipient_limit to specify a
transport-specific override, where transport is the mas-
ter.cf name of the message delivery transport.


© 2004-2008 readlist.com