I have some hosts in mynetworks.  They cannot handle authentication but I
want to apply the rate limits to them too.  Is there anyway I can allow them
to relay but apply the rate limits to them?  Below is my current config.

#150 Recipients/Mail mesasge
smtpd_recipient_limit = 150
#Exclude these dudes.
smtpd_client_event_limit_exceptions=111.111.111.111/32, 111.111.111.112/32
#Limit to 2 Connections Per Client
smtpd_client_connection_count_limit=2
#Limit to 10 Connection attempts/Client/anvil_rate_time_unit
smtpd_client_connection_rate_limit=10
#Limit to 15 messages every anvil_rate_time_unit
smtpd_client_message_rate_limit=15
#Unit Time is 240 Seconds
anvil_rate_time_unit=240

Reply via email to