Hello List, I have configured rate delays for different domains, but it seems that rate delays are not working. Please help me understand if there is any problem in the configuration. The case in question is rediffmail.
-------------------- postconf -n output --------------------- bounce_queue_lifetime = 0 command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 default_destination_concurrency_limit = 2 disable_vrfy_command = yes domain1_destination_rate_delay = 1s domain2_destination_rate_delay = 10s *domain3_destination_rate_delay = 30s* *domain3_destination_recipient_limit = 1* header_checks = regexp:/etc/postfix/header_checks home_mailbox = Maildir/ html_directory = no in_flow_delay = 1s inet_interfaces = all inet_protocols = ipv4 mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mynetworks = 127.0.0.0/8 newaliases_path = /usr/bin/newaliases.postfix non_smtpd_milters = inet:localhost:20209 queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.9.3/README_FILES sample_directory = /usr/share/doc/postfix-2.9.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtp_connection_cache_destinations = yahoo.co.in yahoo.com smtp_connection_cache_on_demand = yes smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated smtpd_milters = inet:localhost:20209 smtpd_recipient_restrictions = reject_rhsbl_recipient rhsbl.sorbs.net, reject_rhsbl_recipient bogusmx.rfc-ignorant.org, reject_unknown_recipient_domain, permit_mynetworks, permit_inet_interfaces, reject smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 --------------------- Transport Map: --------------------- yahoo.com domain1: yahoo.co.in domain1: yahoo.in domain1: rediffmail.com domain3: rediff.com domain3: hotmail.com domain1: live.com domain1: --------------------- Master.cf entries: --------------------- domain1 unix - - n - - smtp domain2 unix - - n - - smtp domain3 unix - - n - - smtp -------------------- Log sample: -------------------- Sep 10 13:29:03 hostname postfix/smtp[6906]: 51A0A4C7115: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=2.7, delays=1.1/0.01/1.3/0.25, dsn=2.0.0, status=sent (250 ok 1347263943 qp 17444) Sep 10 13:29:04 hostname postfix/smtp[6905]: 4A5D14C7114: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[119.252.147.10]:25, delay=3.9, delays=2/0.01/1.2/0.64, dsn=2.0.0, status=sent (250 ok 1347263944 qp 14538) Sep 10 *13:29:31* hostname postfix/smtp[6905]: C77584C7111: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=0.94, delays=0.3/0/0.27/0.37, dsn=2.0.0, status=sent (250 ok 1347263971 qp 23985) Sep 10 *13:29:32* hostname postfix/smtp[6906]: 829794C710A: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=3.1, delays=0.61/0/1.4/1.1, dsn=2.0.0, status=sent (250 ok 1347263971 qp 29266) Sep 10 *13:30:01* hostname postfix/smtp[6906]: 213C34C7110: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1.5, delays=0.3/0/0.28/0.91, dsn=2.0.0, status=sent (250 ok 1347264001 qp 32638) Sep 10 *13:30:01* hostname postfix/smtp[6905]: BF3D64C710F: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1.9, delays=0.3/0/1.2/0.42, dsn=2.0.0, status=sent (250 ok 1347264001 qp 12994) Sep 10 *13:30:02* hostname postfix/smtp[6917]: 71FAA4C7111: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=2.1, delays=0.61/0.01/0.29/1.2, dsn=2.0.0, status=sent (250 ok 1347264001 qp 17101) Sep 10 *13:30:02* hostname postfix/smtp[6905]: 9745B4C7119: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1.1, delays=0.3/0/0.27/0.53, dsn=2.0.0, status=sent (250 ok 1347264002 qp 12485) Sep 10 *13:30:02* hostname postfix/smtp[6906]: 7346E4C710F: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1.6, delays=0.3/0/0.28/0.97, dsn=2.0.0, status=sent (250 ok 1347264002 qp 4121) ---------------------- Please notice the simultaneous deliveries, which shouldn't have been the case. Sorry for the lengthy mail. Thanks in advance.