-3

CENTOS で Postfix/Dovecot メールサーバーをセットアップし、Web メールを使用してメールを送受信できました。また、Google の設定を使用してサーバーからメールをプルすることもできますが、Google からメール アドレスを使用して Google からメールを送信しようとすると、メールサーバーが私のGmailではありません.554リレーアクセス拒否エラーが発生します

output of postconf -n
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
disable_vrfy_command = yes
enable_original_recipient = no
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
local_recipient_maps = 
mailbox_size_limit = 0
maximal_backoff_time = 8000s
maximal_queue_lifetime = 7d
minimal_backoff_time = 1000s
mydestination = $mydomain
myhostname = mail.mainewarmers.com
mynetworks = 127.0.0.0/8, <site IP>, [::1]/128, 209.85.216.43
mynetworks_style = host
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
smtp_helo_timeout = 60s
smtp_tls_note_starttls_offer = yes 
smtp_tls_security_level = may
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = reject_rbl_client sbl.spamhaus.org, reject_rbl_client      
blackholes.easynet.nl, reject_rbl_client dnsbl.njabl.org
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_delay_reject = yes
smtpd_hard_error_limit = 12
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, warn_if_reject reject_non_fqdn_hostname,   reject_invalid_hostname, permit
smtpd_recipient_limit = 16
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = 
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks,   warn_if_reject reject_non_fqdn_sender, reject_unknown_sender_domain,   reject_unauth_pipelining, permit
smtpd_soft_error_limit = 3
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 450
virtual_alias_maps = hash:/etc/postfix/virtual\

ポート 25 への telnet は、openssl s_client -connect mail.mainewarmers.com:25 -starttls smtp と同様に問題なく動作します。

ただし、Google アカウントを使用して外部のメール アドレスにメールを送信しようとすると、

永続的なエラーの技術的詳細: Google はメッセージを配信しようとしましたが、mail.mainewarmers.com によるリレー mail.mainewarmers.com によって拒否されました。[54.164.102.132]。

他のサーバーが返したエラー: 554 5.7.1 : リレー アクセスが拒否されました

メールログは私にこれを与える

Nov  7 19:54:39 ip-172-31-17-198 postfix/smtpd[5046]: NOQUEUE: reject: RCPT from   mail-qg0-f43.google.com[209.85.192.43]: 554 5.7.1 <a@mail>: Relay access denied;  from=<bhanscom@mainewarmers.$
Nov  7 19:54:39 ip-172-31-17-198 postfix/smtpd[5046]: disconnect from mail-qg0-f43.google.com[209.85.192.43]

過去 5 時間、postconf とセットアップを調べましたが、何も問題はありません。誰かが私を正しい方向に向けることができますか? 本当にありがとう!

4

1 に答える 1

-1

それを修正し、dig と ns を使用して、Google が mai を送信するために使用する IP を見つけ、それらを mynetworks に追加しました。一日の終わりに魅力のように機能します

于 2014-11-07T21:27:08.667 に答える