Postfix를 사용하여 Gmail 주소로 메일을 보낼 수 없습니다

Postfix를 사용하여 Gmail 주소로 메일을 보낼 수 없습니다

Postfix(기본 Debian 설정)를 사용하여 테스트 GMail 계정으로 메일을 보내려고 하는데 실패합니다("/var/log/mail.log"):

Sep 26 16:13:43 sugarmailer postfix/smtpd[1473]: connect from localhost[127.0.0.1]
Sep 26 16:13:44 sugarmailer postfix/smtpd[1473]: 07C8C3C04BE: client=localhost[127.0.0.1]
Sep 26 16:13:44 sugarmailer postfix/cleanup[1478]: 07C8C3C04BE: message-id=<20110926141344.07C8C3C04BE@sugarmailer>
Sep 26 16:13:44 sugarmailer postfix/qmgr[1446]: 07C8C3C04BE: from=<wena@sugarmailer>, size=356, nrcpt=1 (queue active)
Sep 26 16:13:44 sugarmailer postfix/smtpd[1473]: disconnect from localhost[127.0.0.1]
Sep 26 16:13:52 sugarmailer postfix/smtp[1479]: 07C8C3C04BE: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[209.85.227.26]:25, delay=8.4, delays=0.07/0.03/0.73/7.6, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[209.85.227.26] said: 550 5.7.1 smtp-proxy1.wa.co.za Message marked as SPAM, denied [7.600000] (in reply to end of DATA command))
Sep 26 16:13:52 sugarmailer postfix/cleanup[1478]: 822113C04D3: message-id=<20110926141352.822113C04D3@sugarmailer>
Sep 26 16:13:52 sugarmailer postfix/qmgr[1446]: 822113C04D3: from=<>, size=2334, nrcpt=1 (queue active)
Sep 26 16:13:52 sugarmailer postfix/bounce[1480]: 07C8C3C04BE: sender non-delivery notification: 822113C04D3
Sep 26 16:13:52 sugarmailer postfix/qmgr[1446]: 07C8C3C04BE: removed
Sep 26 16:13:52 sugarmailer postfix/local[1482]: 822113C04D3: to=<wena@sugarmailer>, relay=local, delay=0.08, delays=0.03/0.03/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox)
Sep 26 16:13:52 sugarmailer postfix/qmgr[1446]: 822113C04D3: removed

Gmail에서는 이 내용이 스팸일 수 있다고 판단하여 전달할 수 없습니다. 구체적인 소식은 다음과 같습니다.

<[email protected]>: host gmail-smtp-in.l.google.com[209.85.229.26] said:
    550 5.7.1 smtp-proxy1.wa.co.za Message marked as SPAM, denied [7.600000]
    (in reply to end of DATA command)

Gmail 은 internet site메시지를 스팸 폴더("/var/log/exim4/메인로그"):

2011-09-26 16:20:24 1R8C2i-0000cr-QV <= wena@sugarmailer H=localhost ([127.0.1.1]) [127.0.0.1] P=esmtp S=370
2011-09-26 16:20:25 1R8C2i-0000cr-QV ** [email protected] R=nonlocal: Mailing to remote domains not supported
2011-09-26 16:20:25 1R8C2j-0000ct-H4 <= <> R=1R8C2i-0000cr-QV U=Debian-exim P=local S=1189
2011-09-26 16:20:25 1R8C2i-0000cr-QV Completed
2011-09-26 16:20:26 1R8C2j-0000ct-H4 => wena <wena@sugarmailer> R=local_user T=mail_spool
2011-09-26 16:20:26 1R8C2j-0000ct-H4 Completed

주목할만한 또 다른 점은 지역 배송이 문제없이 작동한다는 것입니다.

그렇다면 문제는 Postfix가 실패하더라도 Gmail 서버를 통과할 수 있게 해주는 Exim4의 기능이 무엇인지입니다.

답변1

Gmail로 메일을 보내려면 SASL 인증과 SLS 암호화가 필요합니다. 처음 postfix를 사용하기 시작했을 때, 나는 그것을 작동시키려고 많은 시간을 보냈습니다. OpenSSL은 특히 지루합니다.

http://souptonuts.sourceforge.net/postfix_tutorial.html이 모든 것을 구성하는 연습이 있습니다.

관련 정보