Something is playing aroung with my SMTPD (Postfix) I got my log full with things like
So what I would like to do is block everything that comes from onlinehome-server.com and *.onlinehome-server.com I was initially thinking about /etc/hosts.allow or PF.
I know I can do smtpd_client_restrictions on the Postfix side but that's not the same plus it won't prevent my log being filled with crap.
What is the "handbook" way of doing this?
Code:
connect from s15435057.onlinehome-server.com[74.208.73.121]
lost connection after AUTH from s15435057.onlinehome-server.com[74.208.73.121]
I know I can do smtpd_client_restrictions on the Postfix side but that's not the same plus it won't prevent my log being filled with crap.
What is the "handbook" way of doing this?