双休日回家pull在公司修改的代码。。。因而菜鸟的linux探索之路开始了node
一、df -f发现磁盘又占满了(以前是node的error)
二、发现maillog整整10个G,无数条(Jul 7 04:08:15 tangxu postfix/error[4318]: B1612103F04: to=milalavertu@hotmail.com, relay=none, delay=361517, delays=361504/14/0/0, dsn=4.4.3, status=deferred (delivery temporarily suspended: Host or domain name not found. Name service error for name=hotmail.com type=MX: Host not found, try again)
)linux
三、百度了好久:貌似是个人postfix服务器被入侵,且被看成垃圾邮件的中继者!!!(CNM啊)
我也不知道怎么办了,我都没装过postfix这个服务,因此决定先关闭服务(不知道还会不会被人开启而后继续做垃圾邮件的中继者。。。之后有空了备个案仍是用阿里云什么的好了 T T)服务器
#service postfix stop
#yum -y remove postfix
参考:https://blog.csdn.net/ayumiwang/article/details/8590369
很专业啊,不少都看不懂,有没有linux大神教教我dom