hello limit for sending emails but also to limit the improper use of mailboxes I wrote the following rules in the configuration file for postfix: anvil_rate_time_unit = 1800s anvil_status_update_time = 120s smtpd_client_message_rate_limit = 300 and it works, of course, the tests I have done on a lower setting. the strange thing is that it only works if I do it by sending local clients like outlook, the limit is not respected if I send directly via webmail Is this normal? thanks