open:sendmail

Sendmail

zgrep "auth=" /var/log/maillog* | awk '{print $8}' | sort | uniq -c | grep authid | sort -r

위 명령어는 메일 로그상 아웃룩 같은 메일 클라이언트에서 정상적으로 계정에 로그인한 정보를 추출하여 각 계정별로 횟수를 측정하는 방법이다.

  • open/sendmail.txt
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1