[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 4294] PostfixããSMTPSæçãåèãããããããããéäãããã
- Subject: [postfix-jp: 4294] PostfixããSMTPSæçãåèãããããããããéäãããã
- From: åç <potatobon66@xxxxxxxxx>
- Date: Tue, 2 Dec 2014 11:24:57 +0900
お世話になります。
反町と申します。
※何度も失礼します。うーん。サブジェクトが文字化けしてしまう。。メーラーか。。
PostfixにてドコモメールにSMTP(SMTPS)接続しメールの送信をしたいと
考えており、検証をしております。
[ドコモメール]
https://www.nttdocomo.co.jp/service/docomo_cloud/docomo_mail/other/
色々Google検索等しまして情報を確認すると
stunnelを使ってドコモメールにSMTPS接続をするといった方法が
ありましたので試してみましたが残念ながらうまくいきません。
特殊な例のお話で恐縮ですがどなたか同じような環境で送信できている方は居ますでしょうか?
どなたかお知恵をお貸し頂けると幸いです。
ちなみに
- opensslコマンドでの送信(下記検証1)は問題なく完了
- telnetコマンドにてstunnelを使った送信(下記検証2)は問題なく完了
- 本題のpostfixを使ったドコモメールの送信(下記検証3)ができない。。
- その他、プログラム(PHPやRuby等のソケット接続での送信は問題なくできます。
[当方の環境]
OS: CentOS 6.6
Postfix: 2.6.6
============================================================
* 検証1: [OK]opensslコマンドでのドコモメール送信
============================================================
$ openssl s_client -quiet -connect smtp.spmode.ne.jp:465
... ssl接続のメッセージ省略
220 ESMTP Server Ready
EHLO test
250-docomo.ne.jp
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-SIZE 15727616
250 8BITMIME
auth login
334 VXNlcm5hbWU6
ドコモID(BASE64エンコード済み)
334 UGFzc3dvcmQ6
ドコモパスワード(BASE64エンコード済み)
235 Authentication successful
MAIL FROM: <アカウント@xxxxxxxxxxxx>
250 Requested mail action okay, completed
RCPT TO: <アカウント@xxxxxxxxxxxx>
250 Requested mail action okay, completed
DATA
354 End data with <CR><LF>.<CR><LF>
From: <アカウント@xxxxxxxxxxxx>
To: <アカウント@xxxxxxxxxxxx>
Subject: testSubject
testBody
.
250 Requested mail action okay, completed
QUIT
221 Service closing transmission channel
read:errno=0
============================================================
* 検証2: [OK]telnetにてstunnel経由でのドコモメール送信
============================================================
#
# telnetにてlocalhostのstunnel(10465) ----> smtp.spmode.ne.jp:465 での送信
#
# ## stunnelの設定
# [docomo-mail]
# accept = 127.0.0.1:10465
# client = yes
# connect = smtp.spmode.ne.jp:465
#
$ telnet 127.0.0.1 10465
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 ESMTP Server Ready
EHLO test
250-docomo.ne.jp
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-SIZE 15727616
250 8BITMIME
auth login
334 VXNlcm5hbWU6
ドコモID(BASE64エンコード済み)
334 UGFzc3dvcmQ6
ドコモパスワード(BASE64エンコード済み)
235 Authentication successful
MAIL FROM: <アカウント@xxxxxxxxxxxx>
250 Requested mail action okay, completed
RCPT TO: <アカウント@xxxxxxxxxxxx>
250 Requested mail action okay, completed
DATA
354 End data with <CR><LF>.<CR><LF>
From: <アカウント@xxxxxxxxxxxx>
To: <アカウント@xxxxxxxxxxxx>
Subject: testSubject
testBody
.
250 Requested mail action okay, completed
QUIT
221 Service closing transmission channel
Connection closed by foreign host.
============================================================
* 検証3: [NG]postfixでのドコモメール送信
============================================================
# main.cfにて依存箇所としてはこちらを設定
relayhost = 127.0.0.1:10465
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
# /etc/postfix/sasl_passwd の記述。postmapにてhash化済み
[127.0.0.1]:10465 ドコモID:パスワード
# メールログ (便宜改行しています)。バウンスで送信できない。
Dec 2 10:29:54 ホスト名 postfix/smtp[24381]: 893A3200934: to=<アカウント@xxxxxxxxxxxx>,
relay=127.0.0.1[127.0.0.1]:10465, delay=0.19, delays=0/0/0.16/0.02, dsn=5.0.0,
status=bounced (host 127.0.0.1[127.0.0.1]
said: 504 Command Parameter not implemented (in reply to MAIL FROM command))
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
-
- [postfix-jp: 4296] Re: PostfixããSMTPSæçãåèãããããããããéäãããã, SATOH Fumiyasu
[検索ページ]
[Postfix-JP ML Home]