I recently had a problem with emails being sent to an email address that is hosted on my server.
Emails were sent to an email box that was from an external address. When the user noticed the email there were thousands in the inbox from the one address. We reacted to the email blast but by the time we had updated the blocked email address file there were thousands more.
We use postfix to filter and allow email into our system by entering valid email address into relay_recipients file.
We would like to stop the kind of external email storm that we experienced automatically without effecting internal email clients
In our research we found that the version of postfix that we are running as the following options.
smtpd_client_event_limit_exceptions = mynetworks
anvil_rate_time_unit = 60s
anvil_status_update_time = 120s
smtpd_client_message_rate_limit=500
Will this limit the external emails that meet the setting above?
Also I would not like to have the postfix server send emails back to the original sender because if the sender is not a real address I don’t want to escalate the email storm with non deliveries.
Jlh1
Emails were sent to an email box that was from an external address. When the user noticed the email there were thousands in the inbox from the one address. We reacted to the email blast but by the time we had updated the blocked email address file there were thousands more.
We use postfix to filter and allow email into our system by entering valid email address into relay_recipients file.
We would like to stop the kind of external email storm that we experienced automatically without effecting internal email clients
In our research we found that the version of postfix that we are running as the following options.
smtpd_client_event_limit_exceptions = mynetworks
anvil_rate_time_unit = 60s
anvil_status_update_time = 120s
smtpd_client_message_rate_limit=500
Will this limit the external emails that meet the setting above?
Also I would not like to have the postfix server send emails back to the original sender because if the sender is not a real address I don’t want to escalate the email storm with non deliveries.
Jlh1