Tôi không thể gửi thư đến địa chỉ Gmail bằng Postfix


10

Tôi đang cố gắng gửi thư đến tài khoản GMail thử nghiệm của mình bằng Postfix (thiết lập Debian mặc định) và tôi không thành công (" /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=<tshepang.test@gmail.com>, 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 nghĩ rằng đây có thể là thư rác và do đó không thể gửi được. Đây là thông điệp cụ thể:

<tshepang.test@gmail.com>: 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)

Lưu ý rằng exim4 hoạt động (với internet sitecài đặt gỡ lỗi , nhưng mọi thứ khác được để mặc định), mặc dù Gmail đặt thư vào thư mục Spam (" / var / log / exim4 / mainlog "):

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 ** tshepang.test@gmail.com 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

Một lưu ý khác là giao hàng địa phương hoạt động mà không có vấn đề.

Vì vậy, câu hỏi, Exim4 là gì cho phép nó đi qua các máy chủ Gmail trong khi Postfix không thành công.


Câu trả lời:


7

Gmail yêu cầu bạn phải có xác thực SASL và mã hóa SLS để gửi thư đến nó. Tôi đã dành một số giờ vô duyên để cố gắng làm cho nó hoạt động khi lần đầu tiên tôi bắt đầu sử dụng postfix. OpenSSL đặc biệt không có.

http://souptonuts.sourceforge.net/postfix_tutorial.html có một hướng dẫn để có được tất cả các cấu hình đó.

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.