nMail 스팸메일 발송 처리.

//메일 대량 스팸처리.. test@ 메일은 삭제...

find /var/MailRoot/spool -type f -exec grep ‘test@‘ {} \; -exec rm -f {} \;

//발송대기중인 메일 헤더확인

find /var/MailRoot/spool -type f -exec grep 'abc@' {} \; -exec ls -la {} \;

find /var/MailRoot/spool -type f -exec grep 'abc@' {} \; -exec rm -f {} \;

//도메인 알리어스

./CtrlClnt -s localhost -u admin -p "비밀번호" "aliasdomainlist"

./CtrlClnt -s localhost -u admin -p "비밀번호" "aliasdomainadd" "abc.com"