Thanks Victor. I'll give that a shot. Help much appreciated.
----- Original Message -----
From: "Victor Duchovni" <Victor.Ducho
...@MorganStanley.com>
To: <postfix-us
...@postfix.org>
Sent: Wednesday, October 03, 2007 5:05 PM
Subject: Re: hotmail - 552 Too many recipients (in reply to RCPT TO command)
> On Wed, Oct 03, 2007 at 05:01:27PM -0500, techlist06 wrote:
>> Hi guys:
>> I have a realtively small maillist we maintain by hand in outlook and use
>> to send messages to a group of club members. It is about 1300 addresses
>> in
>> size. Last time I sent a message out I had a handful of them bounce from
>> hotmail with the error:
>> ...host mx2.hotmail.com[65.54.244.40] said: 552 Too many
>> recipients (in reply to RCPT TO command)
>> I don't know what the limit with hotmail (and msn.com) but apparently I
>> hit
>> it.
>> On the postfix box that sends this mail, is there a way I can throttle
>> down
>> what my postfix server will send out to bites that hotmail will eat?
> Yes,
> main.cf:
> transport_maps = hash:/etc/postfix/transport
> # Tune as necessary, the defaults are 20 and 50
> slow_destination_concurrency_limit = 5
> slow_destination_recipient_limit = 10
> transport:
> hotmail.com slow:hotmail.com
> master.cf:
> slow unix - - n - - smtp
> Then postmap the transport table, and reload.
> --
> Viktor.
> Disclaimer: off-list followups get on-list replies or get ignored.
> Please do not ignore the "Reply-To" header.
> To unsubscribe from the postfix-users list, visit
> http://www.postfix.org/lists.html or click the link below:
> <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>
> If my response solves your problem, the best way to thank me is to not
> send an "it worked, thanks" follow-up. If you must respond, please put
> "It worked, thanks" in the "Subject" so I can delete these quickly.