2024. 3. 20. 15:55 WorkHolic
메일을 지연 전송 하기 (postfix, MailScanner)
728x90
반응형
메일을 지연 전송 하기 (postfix, MailScanner)
메일 발송을 하고 아차 할 때가 있다. 수신자가 잘못되었다던가, 쓰지 말아야 할 내용을 썼다던가..
그런 경우를 위해서 MSExchange에는 메일 회수 기능이 있고, outlook 같은 클라이언트 프로그램에는 지연 전송 설정이 있다.
클라이언트에서 이런 기능을 이용하지 않고 메일 관리자에게 발송을 막아줄 수 있냐는 문의를 할 때가 있다.
보통은 발송 즉시 메일서버를 떠나기 때문에 불가능하다.
그래서 서버에서 일정 시간 잡아두는 것을 검토하고 있다.
postfix에서 master.cf의 qmgr이나 pickup의 파라미터를 조정해 볼 수 있을것 같은데,
정확히 모르겠다.
다행히 MailScanner에서 가능한 방법을 확인했다.
참고로 남겨둔다.
Description:
Attempt immediate delivery of messages, or just place them in the outgoing
queue for the MTA to deliver when it wants to?
batch -- attempt delivery of messages, in batches of up to 20 at once.
queue -- just place them in the queue and let the MTA find them.
This can also be the filename of a ruleset. For example, you could use a
ruleset here so that messages coming to you are immediately delivered,
while messages going to any other site are just placed in the queue in
case the remote delivery is very slow.
https://www.mailscanner.info/MailScanner.conf.index.html#Delivery%20Method
728x90
SMALL
'WorkHolic' 카테고리의 다른 글
윈도우 라우팅 테이블 설정 / 유틸리티 (0) | 2024.03.28 |
---|---|
Postfix 5분 지연 발송 (0) | 2024.03.27 |
보안업데이트 - Mozilla 제품 보안 업데이트 권고 (0) | 2024.02.27 |
리눅스 파일/디렉토리 크기별로 정렬해서 출력하기 (0) | 2024.01.20 |
메일 서버 대기중인 메일 바로 발송하기 (Sendmail, Postfix flush queue) (0) | 2024.01.15 |