728x90
반응형
아래의 방법은 작동하지 않는다.
POSTFIX가 2개의 헤더를 처리하지 않기 때문이다.

 

POSTFIX 특정 메일 주소에서 온 메일 전달하기

 

어떤 문제로 인해 특정인이 보내는 메일을 다른 메일 주소로 전달해 달라는 요청을 받았다.

처음에는 sender_bcc를 이용해서 전달을 했고 잘 되었다.

하지만 보내는 사람만 확인하고 무조건 전달하는 것이라 수신자가 요청자가 아닐경우에도 동일하게 전달되는 문제가 발생할 수 있었다.

procmail을 사용하고자 하였으나 문서화 된 것이 없었고 어려워 보였다.

 

간단히 할 수 있는 방법을 찾았다.

/To:.*@(?!mail.domain.com) && From:.*@?!extdomain.com/ REDIRECT mailbox@mail.other.domain.com

 

위 예제는 도메인을 기준으로 전달하고 있지만 조금만 수정하면 메일 주소로 적용할 수 있다.

또한 REDIRECT 를 BCC, REJECT 등으로 적용할 수 있다.

 

참고사이트

https://copyprogramming.com/howto/redirect-specific-e-mail-address-sent-to-a-user-to-another-user

 

#postfix #mail #redirect

 

728x90
SMALL
Posted by gromet
728x90
반응형

https://key0.cc/ko/336678-Ssl-tls-%ED%95%B8%EB%93%9C%EC%85%B0%EC%9D%B4%ED%81%AC

 

최근들어 SSL 도입이 늘어나면서 조금씩 문제들이 발생하고 있다.

 

메일을 보냈는데 회신이 없어 확인해 보니 반송 메일이 스팸함에 들어 있었다.

 ----- Transcript of session follows -----
<
xxxxx@xxxxxxxxx.co.kr
>... Deferred: 403 4.7.0 TLS handshake failed.
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old

 

해결방법은
/etc/mail/access에 아래를 추가해 주면 된다.

Try_TLS:xxxxxxxxx.co.kr NO

 

How to fix the error ‘403 4.7.0 TLS handshake failed’ in RedHat, CentOS and OpenSuse servers with Sendmail

Along with the error message “403 4.7.0 TLS handshake failed”, it is possible to identify the recipient domain which has the TLS connectivity issue.

Edit the configuration file “/etc/mail/access” and add the line:

Try_TLS:domain.com NO

Since “/etc/mail/access” is a database, after creating that text file and editing it, use ‘makemap‘ to create the database map.

makemap hash /etc/mail/access.db < /etc/mail/access

Restart the mail server. This will exempt that domain from TLS email transmission and the mails would deliver fine without errors.

 

<참고사이트>
https://www.raramuridesign.com/kb/articles/hes-how-to-fix-email-error-403-4-7-0-tls-handshake-failed-in-cpanel-plesk-exim-qmail-exchange-and-sendmail-servers.html

 

How to fix email error ‘403 4.7.0 TLS handshake failed’ in cPanel, Plesk, Exim, Qmail, Exchange and SendMail servers

Debugging and fixing email errors is a common task we perform in our Outsourced Web Hosting Support services provided to shared server owners. Among the common mail server errors, ‘403 4.7.0 TLS handshake failed’ error happens when a sender tries t

www.raramuridesign.com

 

#메일 #mail #TLS #HandshakeFailed #CentOS

 

728x90
SMALL
Posted by gromet
이전버튼 1 이전버튼

블로그 이미지
나는 운이 좋은 사람이다 나는 나날이 점점 더 좋아진다 내가 하는 선택과 행동은 반드시 성공으로 이어진다 내게는 인내력과 지속력이 있다 네게는 좋은것들만 모여든다
gromet

공지사항

Yesterday
Today
Total
반응형

달력

 « |  » 2025.1
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

160x600