Eminem 199 [hide] Does that script burn? grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n ------------------------------ This script is scrambling away zgrep "cwd=/home" /var/log/exim_mainlog* | awk '{for(i=1;i<=10;i++){print $i}}' | sort | uniq -c | grep cwd | sort -n ------------------------------- what is spam and where to go for i in `exim -bp | grep \< | grep -v "<>" | awk '{print $3}'`; do echo -n "Message ID: $i | "; exim -Mvh $i | grep auth_id | tr -d '\n'; echo -n ' | ';exim -Mvh $i | grep -w "Subject:" | cut -c 4-; done | grep auth_id ; echo -e "\n=========================================Folders FROM emails were sent=========================================\n" ; grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n | tail -100; echo -e "\n========================================= Amount of emails sent from AUTH logins===============================\n"; cat /var/log/exim_mainlog | egrep -o 'dovecot_login[^ ]+' | cut -d: -f2 | sort | uniq -c | sort -n | tail -100 -------------------------------- [/hide] Quote Share this post Link to post Share on other sites
Eminem 199 Thanks for sharing this method No problem :) Quote Share this post Link to post Share on other sites
ManUPtrYharD 2 Must be a good guide, thanks for share Quote Share this post Link to post Share on other sites
Raved 0 Thanks for sharing dude! I hope this works... Kepp your work up man! Quote Share this post Link to post Share on other sites
gizmodo 0 hey man appreciate your share..dont know what it is but i live pretty much in the casino city. Quote Share this post Link to post Share on other sites