用户发邮件有两个来源:
1. 使用smtp
2. 使用sendmail,用程序发信
可以用命令
grep sasl_username /var/log/maillog | awk ‘{print $9}’|sort
查看那些用户用SMTP发信
可以用命令
grep uid= /var/log/maillog | grep -v uid=0 | awk ‘{printf(“%s %s
“, $7,$8)}’ | sort
察看那些用户用sendmail发信。继而可以用
grep :x:UID: /etc/passwd
命令查到该用户是那个站点的。
如无特殊说明,文章均为本站原创,转载请注明出处
- 转载请注明来源:怎么查才能知道谁在发垃圾邮件
- 本文永久链接地址:https://3v.org.cn/?p=104
Warning: Use of undefined constant PRC - assumed 'PRC' (this will throw an Error in a future version of PHP) in /www/wwwroot/3v.org.cn/wp-content/themes/Play-LM/comments.php on line 20