2024. 1. 15. 12:25 WorkHolic
메일 서버 대기중인 메일 바로 발송하기 (Sendmail, Postfix flush queue)
728x90
반응형
메일 서버 대기중인 메일 바로 발송하기 (Sendmail, Postfix flush queue)
가끔 쓸 일이 생기다 보니 자꾸 잊어 버린다. 한 곳에 정리해 둔다.
To flush the sendmail queue, you can use the following command:
sendmail -q
To flush or purge the postfix mail queue, run:
postfix flush
## OR ##
postfix -f
## OR ##
postqueue -f
Do you need to retry all messages in the deferred queue? Try:
postsuper -r ALL
To remove all mail from the queue, enter:
postsuper -d ALL
To remove all mails in the deferred queue, enter:
postsuper -d ALL deferred
728x90
SMALL
'WorkHolic' 카테고리의 다른 글
보안업데이트 - Mozilla 제품 보안 업데이트 권고 (0) | 2024.02.27 |
---|---|
리눅스 파일/디렉토리 크기별로 정렬해서 출력하기 (0) | 2024.01.20 |
아파치 - 나쁜 봇과 크롤러를 차단 (0) | 2024.01.12 |
아파치 - 특정 쿼리 단어로 URL 차단 (0) | 2024.01.12 |
CentOS 5 fail2ban 설치 (0) | 2023.12.21 |