質問編集履歴
2
fix
title
CHANGED
File without changes
|
body
CHANGED
@@ -34,16 +34,17 @@
|
|
34
34
|
```
|
35
35
|
|
36
36
|
### エラー内容
|
37
|
+
- /var/log/maillog
|
37
38
|
```
|
38
|
-
Feb 9 16:53:36 150-
|
39
|
-
Feb 9 16:53:39 150-
|
40
|
-
Feb 9 16:53:58 150-
|
41
|
-
Feb 9 16:54:04 150-
|
42
|
-
Feb 9 16:54:04 150-
|
43
|
-
Feb 9 16:54:04 150-
|
44
|
-
Feb 9 16:54:05 150-
|
45
|
-
Feb 9 16:54:05 150-
|
46
|
-
Feb 9 16:54:05 150-
|
47
|
-
Feb 9 16:54:05 150-
|
48
|
-
Feb 9 16:54:05 150-
|
39
|
+
Feb 9 16:53:36 150-xxx-xxx-xxx postfix/smtpd[32197]: disconnect from localhost[::1]
|
40
|
+
Feb 9 16:53:39 150-xxx-xxx-xxx postfix/smtpd[32197]: connect from localhost[::1]
|
41
|
+
Feb 9 16:53:58 150-xxx-xxx-xxx postfix/smtpd[32197]: AB35840AE6: client=localhost[::1]
|
42
|
+
Feb 9 16:54:04 150-xxx-xxx-xxx postfix/cleanup[32267]: AB35840AE6: message-id=<20190209075358.AB35840AE6@150-xxx-xxx-xxx.localdomain>
|
43
|
+
Feb 9 16:54:04 150-xxx-xxx-xxx postfix/qmgr[4188]: AB35840AE6: from=<my_yahoo_user_name@yahoo.co.jp>, size=364, nrcpt=1 (queue active)
|
44
|
+
Feb 9 16:54:04 150-xxx-xxx-xxx postfix/smtp[32268]: fatal: unknown service: /etc/postfix/transport/tcp
|
45
|
+
Feb 9 16:54:05 150-xxx-xxx-xxx postfix/qmgr[4188]: warning: private/smtp socket: malformed response
|
46
|
+
Feb 9 16:54:05 150-xxx-xxx-xxx postfix/qmgr[4188]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
|
47
|
+
Feb 9 16:54:05 150-xxx-xxx-xxx postfix/master[3360]: warning: process /usr/libexec/postfix/smtp pid 32268 exit status 1
|
48
|
+
Feb 9 16:54:05 150-xxx-xxx-xxx postfix/master[3360]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
|
49
|
+
Feb 9 16:54:05 150-xxx-xxx-xxx postfix/error[32269]: AB35840AE6: to=<my_gmail_user_name@gmail.com>, relay=none, delay=9, delays=7.9/1/0/0.01, dsn=4.3.0, status=deferred (unknown mail transport error)
|
49
50
|
```
|
1
OS追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,8 @@
|
|
6
6
|
エラーが出ているのですが解決方法がわかりません。
|
7
7
|
解決方法について助言をいただければと思います。
|
8
8
|
|
9
|
-
### 設定内容
|
9
|
+
### 環境、設定内容
|
10
|
+
- CentOS 7.6
|
10
11
|
- postfixはchrootで動いていません。
|
11
12
|
(/etc/postfix/master.cfで確認しました。)
|
12
13
|
- /etc/postfix/main.cf
|