Wietse:
> Look for these settings:
>
> $ postconf -n | grep smtpd_client
>
> Someone put these settings into your
main.cf.
Frank Barcenas:
> Awesome! Thank you. Can't wait to see if it happens again this month.
Note the default smtpd_client_message_rate_limit is zero, i.e. no limit.
If you need finer control, for example, by sender address, you would
need to use a policy server (postfwd, for example).
Wietse