postfixでrelayhost:583経由で メール送信したい
- Reply: Kaoru Kusachi : "Re: postfixでrelayhost:583経由でメー ル送信したい"
- Reply: Yoshida Kazuhito : "Re: postfixでrelayhost:583経由でメー ル送信したい"
- Reply: rse85208@nifty.com: "Re: postfixでrelayhost:583経由 でメール送信したい"
- Reply: Kouichi ABE (WALL): "Re: postfixで relayhost:583経由でメール送信したい" {{#reference}}
- In reply to: {{ref.name}}: "{{ref.subject}}"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 02:01:42 UTC
佐久間と申します プロバイダがOP25Bしているため、 postfixでrelayhost経由でメール送信したいのですが MX配送から変わってくれません どこが悪いのか、ヒント等いただけますでしょうか 環境は以下です。 FreeBSD 14.2-RELEASE-p2 cyrus-sasl-2.1.28_5 postfix-sasl-3.10.1,1 設定は以下を実施してます /usr/local/etc/postfix/main.cf (=main.cf.sample)に以下を追加 relayhost = [## プロバイダSMTPサーバFQDN ##]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_sasl_mechanism_filter = login, plain, cram-md5 /usr/local/etc/postfix/sasl_passwdの内容は以下。postmap実行済 [## プロバイダSMTPサーバFQDN ##]:587 ##ユーザ名##:##パスワード## 上記設定のあと、postfixをrestart /var/log/maillogを参照すると、配送しようとはしていますが relayhostではなく、MXレコードで引ける先にconnectしようとしてます 当然つながらないので、Operation timed outになっています よろしくお願いいたします。