質問編集履歴

5

ログが変わりました

2019/03/12 04:54

投稿

kaicho2015to18
kaicho2015to18

スコア15

test CHANGED
File without changes
test CHANGED
@@ -221,3 +221,43 @@
221
221
  Mar 12 13:03:42 ???-???-???-??? postfix/qmgr[4302]: 5490B405B7: removed
222
222
 
223
223
  ```
224
+
225
+
226
+
227
+ #ログの内容が変わりました3
228
+
229
+
230
+
231
+ 最後の方のログにOKと出ているので、成功のような気がしますが、メールは送られてきません...まだ成功していない感じ(涙
232
+
233
+
234
+
235
+ ```
236
+
237
+ Mar 12 13:48:15 ???-???-???-??? postfix/smtpd[4574]: connect from localhost[::1]
238
+
239
+
240
+
241
+ Mar 12 13:48:15 ???-???-???-??? postfix/smtpd[4574]: D151040824: client=localhost[::1], sasl_method=LOGIN, sasl_username=???????@arukisoft2020.com
242
+
243
+
244
+
245
+ Mar 12 13:48:15 ???-???-???-??? postfix/cleanup[4577]: D151040824: message-id=<2a3d53744a4773b31b672cc59dbe4df8@swift.generated>
246
+
247
+
248
+
249
+ Mar 12 13:48:15 ???-???-???-??? postfix/qmgr[4551]: D151040824: from=<??????@arukisoft2020.com>, size=483, nrcpt=1 (queue active)
250
+
251
+
252
+
253
+ Mar 12 13:48:15 ???-???-???-??? postfix/smtpd[4574]: disconnect from localhost[::1]
254
+
255
+
256
+
257
+ Mar 12 13:48:17 ???-???-???-??? postfix/smtp[4578]: D151040824: to=<???????@icloud.com>, relay=mx6.mail.icloud.com[17.57.8.133]:25, delay=1.5, delays=0.05/0.02/0.38/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A9184B400A1)
258
+
259
+
260
+
261
+ Mar 12 13:48:17 ???-???-???-??? postfix/qmgr[4551]: D151040824: removed
262
+
263
+ ```

4

ログが変わった

2019/03/12 04:54

投稿

kaicho2015to18
kaicho2015to18

スコア15

test CHANGED
File without changes
test CHANGED
@@ -84,7 +84,9 @@
84
84
 
85
85
 
86
86
 
87
- #ログの内容が変わりました
87
+ #ログの内容が変わりました
88
+
89
+
88
90
 
89
91
  VPSを借りているConoHaのサポート担当さんがブロックを解除してくれました。
90
92
 
@@ -149,3 +151,73 @@
149
151
 
150
152
 
151
153
  ```
154
+
155
+
156
+
157
+ #ログの内容が変わりました2
158
+
159
+
160
+
161
+ postfixの設定をしている `main.cf`の一部に不正な設定を発見しました。
162
+
163
+ それを修正したところ、メール送信時のログが、以下の内容へと変わりました。
164
+
165
+
166
+
167
+ ```
168
+
169
+ Mar 12 13:03:24 ???-???-???-??? postfix/postfix-script[4219]: stopping the Postfix mail system
170
+
171
+
172
+
173
+ Mar 12 13:03:24 ???-???-???-??? postfix/master[3497]: terminating on signal 15
174
+
175
+
176
+
177
+ Mar 12 13:03:25 ???-???-???-??? postfix/postfix-script[4298]: starting the Postfix mail system
178
+
179
+
180
+
181
+ Mar 12 13:03:25 ???-???-???-??? postfix/master[4300]: daemon started -- version 2.10.1, configuration /etc/postfix
182
+
183
+
184
+
185
+ Mar 12 13:03:25 ???-???-???-??? postfix/qmgr[4302]: E732E409D6: from=<apache@???-???-???-???.localdomain>, size=1029, nrcpt=1 (queue active)
186
+
187
+
188
+
189
+ Mar 12 13:03:27 ???-???-???-??? postfix/smtp[4304]: E732E409D6: host mx3.mail.icloud.com[17.57.8.141] said: 450 4.1.8 <apache@???-???-???-???.localdomain>: Sender address rejected: Domain not found (in reply to RCPT TO command)
190
+
191
+
192
+
193
+ Mar 12 13:03:28 ???-???-???-??? postfix/smtp[4304]: E732E409D6: to=<????????@icloud.com>, relay=mx1.mail.icloud.com[17.142.163.13]:25, delay=230561, delays=230558/0.02/2.9/0.13, dsn=4.1.8, status=deferred (host mx1.mail.icloud.com[17.142.163.13] said: 450 4.1.8 <apache@???-???-???-???.localdomain>: Sender address rejected: Domain not found (in reply to RCPT TO command))
194
+
195
+
196
+
197
+ Mar 12 13:03:40 ???-???-???-??? postfix/smtpd[4308]: connect from localhost[::1]
198
+
199
+
200
+
201
+ Mar 12 13:03:40 ???-???-???-??? postfix/smtpd[4308]: 5490B405B7: client=localhost[::1], sasl_method=LOGIN, sasl_username=?????@???-???-???-???.localhost
202
+
203
+
204
+
205
+ Mar 12 13:03:40 ???-???-???-??? postfix/cleanup[4311]: 5490B405B7: message-id=<5fd42f54b4c445d83016887ed736c127@swift.generated>
206
+
207
+
208
+
209
+ Mar 12 13:03:40 ???-???-???-??? postfix/qmgr[4302]: 5490B405B7: from=<??????@arukisoft2020.com>, size=483, nrcpt=1 (queue active)
210
+
211
+
212
+
213
+ Mar 12 13:03:40 ???-???-???-??? postfix/smtpd[4308]: disconnect from localhost[::1]
214
+
215
+
216
+
217
+ Mar 12 13:03:42 ???-???-???-??? postfix/smtp[4304]: 5490B405B7: to=<????????@icloud.com>, relay=mx5.mail.icloud.com[17.178.97.78]:25, delay=2.5, delays=0.06/0/0.5/2, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as ED747A40086)
218
+
219
+
220
+
221
+ Mar 12 13:03:42 ???-???-???-??? postfix/qmgr[4302]: 5490B405B7: removed
222
+
223
+ ```

3

誤字修正

2019/03/12 04:13

投稿

kaicho2015to18
kaicho2015to18

スコア15

test CHANGED
File without changes
test CHANGED
@@ -100,7 +100,7 @@
100
100
 
101
101
 
102
102
 
103
- Mar 12 12:30:00 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "118.27.6.0/23" instead
103
+ Mar 12 12:30:00 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "???.???.???.0/23" instead
104
104
 
105
105
 
106
106
 
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
 
111
- Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "118.27.6.0/23" instead
111
+ Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "???.???.???.0/23" instead
112
112
 
113
113
 
114
114
 

2

ログの内容が変わりました。

2019/03/12 03:51

投稿

kaicho2015to18
kaicho2015to18

スコア15

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,71 @@
81
81
  Mar 11 08:40:28 ???-???-???-??? postfix/smtp[5305]: E4E8140B01: to=<????????@icloud.com>, relay=mx2.mail.icloud.com[17.178.102.83]:25, delay=1.4, delays=0.05/0.02/1.4/0, dsn=4.7.0, status=deferred (host mx2.mail.icloud.com[17.178.102.83] refused to talk to me: 550 5.7.0 Blocked - see https://support.proofpoint.com/dnsbl-lookup.cgi?ip=???.???.???)
82
82
 
83
83
  ```
84
+
85
+
86
+
87
+ #ログの内容が変わりました
88
+
89
+ VPSを借りているConoHaのサポート担当さんがブロックを解除してくれました。
90
+
91
+ こんなことまでサポートさんはやってくれるんですね。
92
+
93
+ そしたらログの内容が変わりました。まだ送信できていません。。。
94
+
95
+
96
+
97
+ ```
98
+
99
+ Mar 12 12:30:00 ???-???-???-??? postfix/smtpd[4107]: connect from unknown[185.234.219.61]
100
+
101
+
102
+
103
+ Mar 12 12:30:00 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "118.27.6.0/23" instead
104
+
105
+
106
+
107
+ Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: warning: unknown[185.234.219.61]: SASL LOGIN authentication failed: authentication failure
108
+
109
+
110
+
111
+ Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: warning: non-null host address bits in "???.???.???.???/23", perhaps you should use "118.27.6.0/23" instead
112
+
113
+
114
+
115
+ Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: lost connection after AUTH from unknown[185.234.219.61]
116
+
117
+
118
+
119
+ Mar 12 12:30:03 ???-???-???-??? postfix/smtpd[4107]: disconnect from unknown[185.234.219.61]
120
+
121
+
122
+
123
+ Mar 12 12:30:58 ???-???-???-??? postfix/smtpd[4107]: connect from localhost[::1]
124
+
125
+
126
+
127
+ Mar 12 12:30:58 ???-???-???-??? postfix/smtpd[4107]: B2D4F405B7: client=localhost[::1], sasl_method=LOGIN, sasl_username=kubiki@???-???-???-???.localhost
128
+
129
+
130
+
131
+ Mar 12 12:30:58 ???-???-???-??? postfix/cleanup[4156]: B2D4F405B7: message-id=<2669bf3bf05624264f8e405401fdf309@swift.generated>
132
+
133
+
134
+
135
+ Mar 12 12:30:58 ???-???-???-??? postfix/qmgr[3513]: B2D4F405B7: from=<??????@arukisoft2020.com>, size=483, nrcpt=1 (queue active)
136
+
137
+
138
+
139
+ Mar 12 12:30:58 ???-???-???-??? postfix/smtpd[4107]: disconnect from localhost[::1]
140
+
141
+
142
+
143
+ Mar 12 12:31:00 ???-???-???-??? postfix/smtp[4157]: B2D4F405B7: to=<?????@icloud.com>, relay=mx5.mail.icloud.com[17.178.97.74]:25, delay=1.7, delays=0.05/0.01/0.39/1.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as CCD2BA40051)
144
+
145
+
146
+
147
+ Mar 12 12:31:00 ???-???-???-??? postfix/qmgr[3513]: B2D4F405B7: removed
148
+
149
+
150
+
151
+ ```

1

環境と、???が文字化けではない事を追記しました。

2019/03/12 03:49

投稿

kaicho2015to18
kaicho2015to18

スコア15

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
 
9
9
  #環境
10
+
11
+ Conoha VPS
10
12
 
11
13
  CentOS Linux release 7.6.1810 (Core)
12
14
 
@@ -36,7 +38,7 @@
36
38
 
37
39
 
38
40
 
39
- **※???の部分はサーバ情報のため、当方で編集しました。**
41
+ **※???の部分はサーバ情報のため、当方で編集しました。文字化けではありません**
40
42
 
41
43
  ````
42
44