前提・実現したいこと
AmazonのAWSよりpostfixにてbiglobeの会社メールにリレーしようとしておりますが
エラーが出力し送信できなくて困っております。
■クラウド
AWS EC2
■OS
Amazon Linux release 2 (Karoo)
■postfix のバージョン
mail_version = 2.10.1
■送信先メール
biglobeメール(自社の自分用メール)
発生している問題・エラーメッセージ
メールコマンドでメールを送信すると下記のエラーが出る sendmail abc@hoge.co.jp From:abc@hoge.co.jp To:abc@hoge.co.jp Subject:test . /var/log/maillog postfix/smtp[23964]: initializing the client-side TLS engine postfix/smtp[23964]: CLIENT wrappermode (port smtps/465) is unimplemented postfix/smtp[23964]: instead, send to (port submission/587) with STARTTLS postfix/smtp[21629]: 27DFCDF403: to=<abc@hoge.co.jp>, relay=mail.moss.biglobe.ne.jp[133.205.22.109]:465, delay=1098, delays=1088/0.04/10/0, dsn=4.4.2, status=deferred (lost connection with mail.moss.biglobe.ne.jp[133.205.22.109] while receiving the initial server greeting)
postconf -n の内容
relay用のファイルも設定しておりハッシュ化もしております。
[mail.moss.biglobe.ne.jp]:465 送信専用メールアドレス:パスワード
# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases allow_percent_hack = yes append_at_myorigin = yes append_dot_mydomain = yes broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 disable_vrfy_command = yes header_checks = regexp:/etc/postfix/header_checks home_mailbox = Maildir/ html_directory = no inet_interfaces = localhost inet_protocols = ipv4 mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man message_size_limit = 5242880 mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = www.example.co.jp ←弊社のWebシステムのドメイン myhostname = abc.example.co.jp mynetworks = 127.0.0./8 myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES relay_domains = $mydestination relayhost = [mail.moss.biglobe.ne.jp]:465 sample_directory = /usr/share/doc/postfix-2.6.6/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtp_helo_name = $myhostname smtp_sasl_auth_enable = yes smtp_sasl_mechanism_filter = plain, login smtp_sasl_password_maps = hash:/etc/postfix/relay_password smtp_sasl_security_options = noanonymous smtp_sasl_type = cyrus smtp_tls_loglevel = 3 smtp_tls_security_level = may smtpd_banner = $myhostname ESMTP smtpd_helo_required = yes smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_use_tls = yes swap_bangpath = yes unknown_local_recipient_reject_code = 550
master.cf の内容(変更点)
# ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== smtp inet n - n - - smtpd submission inet n - n - - smtpd -o smtpd_tls_security_level=may -o smtpd_sasl_auth_enable=yes -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes smtp unix - - n - - smtp relay unix - - n - - smtp
試したこと
mailxコマンドによる465のメール送信は問題なくできております。
mail -v -s "Test mail." abc@hoge.co.jp test mail. . EOT ・・・ 250 2.1.5 <abc@hoge.co.jp>... Recipient ok ・・・ 221 2.0.0 mail.biglobe.ne.jp closing connection
opensslによる接続も問題なくできております。
openssl s_client -connect mail.moss.biglobe.ne.jp:465 接続情報 ・・・ 220 mail.biglobe.ne.jp SMTP-Gateway Version 1.01 at Sun, 04 Oct 2020 20:58:36 +0900 (JST) 500 5.5.1 Command unrecognized: "" read:errno=0 エラーは無し
ご教示頂きたい事
biglobeではTLSでの接続を行いたいと思います。
「lost connection」に対処する方法をご教示いただけないでしょうか。
この後CMSを使用してCMS側のメール送信を予定しております。
何か不足している情報等ございましたらご指摘下さい。
※ちなみにFWの設定等もしておりません
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/05 00:27
2020/10/05 00:35
2020/10/05 04:04
2020/10/05 04:23
2020/10/05 06:10
2020/10/05 06:36
2020/10/05 10:24 編集
2020/10/05 11:35
2020/10/05 12:34
2020/10/08 01:11
2020/10/08 03:17
2020/10/08 04:15
2020/10/10 02:55
2020/10/12 00:36