Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 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:15by 127.0.0.1