(11-14-2018, 08:25 AM)republicus Wrote: It turns out POSTFIX should be listening to 0.0.0.0:25 and this is normal behavior:
Note: netstat on CentOS requires yum install net-toolsCode:[root@sentora-dev ~]# netstat -lnp | grep :25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 612/master
tcp6 0 0 :::25 :::* LISTEN 612/master
Yes, it is CSF generating the alerts.
Ah great.
So all this is a normal behavior. Then to make it stop I should put postfix in the ignore file of CSF? I don't want to delete the file once a day to stop it to eat up my hard drive lol