Sendmail Rate Limit [SOLVED]
Sendmail Rate Limit
Can I have information where we can set limit (loosening or tightening) the rate of email sending? Like maybe from 4 mail/sec to 1 mail/sec for users?
Re: Sendmail Rate Limit [SOLVED]
you can install policyd-rate-limit
apt install policyd-rate-limit
http://manpages.ubuntu.com/manpages/foc ... mit.8.html
Or try it with:
smtpd_client_message_rate_limit
https://beamtic.com/rate-limiting-postfix
Florian Cheno
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Sendmail Rate Limit
I set this on /etc/postfix/main.cf
Code: Select all
# Prevent SPAM from bcc
smtpd_recipient_limit = 3
smtpd_recipient_overshoot_limit = 3
# Rate-limit mail sending to prevent ABUSE & SPAM (3 mails/60s)
smtpd_client_message_rate_limit = 3
anvil_rate_time_unit = 60s