質問編集履歴
2
関連情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,6 +23,21 @@
|
|
23
23
|
|
24
24
|
Aug 28 19:04:16 tk2-219-19015 postfix/smtp[23048]: DC910C6DD0F: to=<1445951342@qq.com>, relay=mx3.qq.com[103.7.30.40]:25, delay=1.7, delays=0.01/0/0.24/1.4, dsn=2.0.0, status=sent (250 Ok: queued as )
|
25
25
|
|
26
|
+
※追記
|
27
|
+
上記の送信痕跡の関連ログと思われるものを以下に記します
|
28
|
+
(一部伏せ字にしていますが、XXXX@XXXXXX.xxxの箇所はアプリにて設定している送信アドレスです。
|
29
|
+
```
|
30
|
+
Aug 28 19:04:14 xxxxxxxxxxxxx postfix/pickup[23184]: E4A39C6D942: uid=48 from=<1445951342@qq.com>
|
31
|
+
Aug 28 19:04:14 xxxxxxxxxxxxx postfix/cleanup[23044]: E4A39C6D942: message-id=<5b851e1edcff0@qq.com>
|
32
|
+
Aug 28 19:04:14 xxxxxxxxxxxxx postfix/qmgr[1305]: E4A39C6D942: from=<1445951342@qq.com>, size=1358, nrcpt=1 (queue active)
|
33
|
+
Aug 28 19:04:15 xxxxxxxxxxxxx postfix/smtp[23270]: E4A39C6D942: to=<XXXX@XXXXXX.xxx>, relay=aspmx.l.google.com[74.125.204.26]:25, delay=0.89, delays=0/0.01/0.53/0.34, dsn=5.7.1, status=bounced (host aspmx.l.google.com[74.125.204.26] said: 550-5.7.1 This message does not have authentication information or fails to pass 550-5.7.1 authentication checks. To best protect our users from spam, the 550-5.7.1 message has been blocked. Please visit 550-5.7.1 https://support.google.com/mail/answer/81126#authentication for more 550 5.7.1 information. g2-v6si693662pgg.83 - gsmtp (in reply to end of DATA command))
|
34
|
+
Aug 28 19:04:15 xxxxxxxxxxxxx postfix/cleanup[23044]: C9ADAC6DD10: message-id=<20180828100415.C9ADAC6DD10@xxxxxxxxxx.vs.sakura.ne.jp>
|
35
|
+
Aug 28 19:04:15 xxxxxxxxxxxxx postfix/qmgr[1305]: C9ADAC6DD10: from=<>, size=3998, nrcpt=1 (queue active)
|
36
|
+
Aug 28 19:04:15 xxxxxxxxxxxxx postfix/bounce[23054]: E4A39C6D942: sender non-delivery notification: C9ADAC6DD10
|
37
|
+
Aug 28 19:04:15 xxxxxxxxxxxxx postfix/qmgr[1305]: E4A39C6D942: removed
|
38
|
+
Aug 28 19:04:16 xxxxxxxxxxxxx postfix/smtp[23083]: C9ADAC6DD10: to=<1445951342@qq.com>, relay=mx3.qq.com[103.7.30.40]:25, delay=0.5, delays=0/0/0.18/0.31, dsn=5.0.0, status=bounced (host mx3.qq.com[103.7.30.40] said: 550 Mail content denied [MFWduTTi91Eb1HPFJ+UWKg4pos6tjc5tIgYswoNgJx7ruPSgT3qvPMs= IP: 160.16.86.19]. http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=20022&&no=1000726 (in reply to end of DATA command))
|
39
|
+
Aug 28 19:04:16 xxxxxxxxxxxxx postfix/qmgr[1305]: C9ADAC6DD10: removed
|
40
|
+
```
|
26
41
|
|
27
42
|
### 試したこと
|
28
43
|
|
1
不足情報を追記しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,17 @@
|
|
6
6
|
理由がわからないので根本的な対策が受けられているのか自信がもてません。
|
7
7
|
smtpポートを閉じていても、踏み台になることはあり得るのでしょうか?
|
8
8
|
|
9
|
+
※指摘を受けて追記致します。
|
10
|
+
smtpポートを閉じている、というのは
|
11
|
+
25番ポートはfirewalldにて開放しておらず、外部からコネクトされないよう設定している、という意味です。
|
12
|
+
参考までに、開放しているポートは
|
13
|
+
http
|
14
|
+
https
|
15
|
+
ssh
|
16
|
+
ftp
|
17
|
+
dhcpv6-client
|
18
|
+
です。
|
19
|
+
|
9
20
|
### 発生している問題・エラーメッセージ
|
10
21
|
|
11
22
|
設定を追記する前の送信痕跡は以下です
|