Tech

qmail 로그 확인, 큐 삭제

ohrohi 2017. 1. 10. 11:30
반응형
SMTP 로그(메일 수신 확인) 
tail -f /var/log/qmail/smtpd/current 
 
POP3 로그(POP3 접속 유무 확인) 
tail -f /var/log/qmail/pop3/current 
 
발송 로그(메일 발송 확인) 
tail -f /var/log/qmail/send/current 


큐메일 큐삭제참고
http://egloos.zum.com/sig3067/v/5695514


반응형