対象
grep “postfix” /var/log/maillog | grep “warning”
does not resolve to address 137.184.32.56
postfix/smtpd Blocked accessメールより
103.67.163.179
141.98.9.106
iptablesで、特定ipアドレスをブロック
[root@falcon21 ~]# iptables -A INPUT -s 137.184.32.56 -j DROP
[root@falcon21 ~]# iptables -A INPUT -s 103.67.163.179 -j DROP
[root@falcon21 ~]# iptables -A INPUT -s 141.98.9.106 -j DROP