Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
hotmail - 552 Too many recipients (in reply to RCPT TO command)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
techlist06  
View profile  
 More options Oct 3 2007, 6:01 pm
Newsgroups: list.postfix.users
From: "techlist06" <techlis...@msws.org>
Date: Wed, 3 Oct 2007 17:01:27 -0500
Local: Wed, Oct 3 2007 6:01 pm
Subject: hotmail - 552 Too many recipients (in reply to RCPT TO command)
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?

Here is my postconf -n:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
html_directory = no
inet_interfaces = $myhostname, localhost
local_recipient_maps = hash:/etc/postfix/local_recipient
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = [medium]
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = [mediumplus]
mydestination = $myhostname,  localhost.$mydomain,  localhost,  $mydomain
mydomain = mydomain.com
myhostname = host1.mydomain.com
mynetworks = localhost,$localdomain, x.x.x.x/32,  x.x.x.x/32
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases.postfix
parent_domain_matches_subdomains = smtpd_access_maps
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
relay_domains = anotherdomain.com
relay_recipient_maps = hash:/etc/postfix/relay_recipients
sample_directory = /usr/share/doc/postfix-2.2.10/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_data_restrictions = reject_unauth_pipelining,  permit
smtpd_helo_required = yes
smtpd_recipient_limit = 1500
smtpd_recipient_restrictions = reject_invalid_hostname,
reject_non_fqdn_hostname,  reject_non_fqdn_sender,
reject_non_fqdn_recipient,  permit_mynetworks,  reject_unauth_destination,
check_recipient_mx_access hash:/etc/postfix/mx_access,
check_sender_mx_access hash:/etc/postfix/mx_access,
reject_unknown_sender_domain,  check_recipient_access
pcre:/etc/postfix/recipient_checks.pcre,  check_helo_access
hash:/etc/postfix/helo_checks,  check_sender_access
hash:/etc/postfix/sender_checks,  check_client_access
hash:/etc/postfix/client_checks,  check_client_access
pcre:/etc/postfix/client_checks.pcre,  reject_rbl_client list.dsbl.org,
reject_rbl_client sbl-xbl.spamhaus.org,  reject_rbl_client cbl.abuseat.org,
reject_rbl_client dul.dnsbl.sorbs.net,  permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/certificate/MyCertAuthority.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/certificate/MyPublicCert.pem
smtpd_tls_key_file = /etc/certificate/MyPrivateKey.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
soft_bounce = no
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/virtual_domains
virtual_alias_maps = hash:/etc/postfix/virtual_users

Thanks very much for any pointers.

Best,
Scott


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Victor Duchovni  
View profile  
 More options Oct 3 2007, 6:05 pm
Newsgroups: list.postfix.users
From: Victor Duchovni <Victor.Ducho...@MorganStanley.com>
Date: Wed, 3 Oct 2007 18:05:41 -0400
Local: Wed, Oct 3 2007 6:05 pm
Subject: Re: hotmail - 552 Too many recipients (in reply to RCPT TO command)

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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
techlist06  
View profile  
 More options Oct 4 2007, 7:52 am
Newsgroups: list.postfix.users
From: "techlist06" <techlis...@msws.org>
Date: Thu, 4 Oct 2007 06:52:54 -0500
Local: Thurs, Oct 4 2007 7:52 am
Subject: Re: hotmail - 552 Too many recipients (in reply to RCPT TO command)
Thanks Victor.  I'll give that a shot.  Help much appreciated.
Best,
Scott


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google