質問編集履歴

2

fix

2019/02/09 08:45

投稿

daiki002
daiki002

スコア68

test CHANGED
File without changes
test CHANGED
@@ -70,28 +70,30 @@
70
70
 
71
71
  ### エラー内容
72
72
 
73
+ - /var/log/maillog
74
+
73
75
  ```
74
76
 
75
- Feb 9 16:53:36 150-95-203-138 postfix/smtpd[32197]: disconnect from localhost[::1]
77
+ Feb 9 16:53:36 150-xxx-xxx-xxx postfix/smtpd[32197]: disconnect from localhost[::1]
76
78
 
77
- Feb 9 16:53:39 150-95-203-138 postfix/smtpd[32197]: connect from localhost[::1]
79
+ Feb 9 16:53:39 150-xxx-xxx-xxx postfix/smtpd[32197]: connect from localhost[::1]
78
80
 
79
- Feb 9 16:53:58 150-95-203-138 postfix/smtpd[32197]: AB35840AE6: client=localhost[::1]
81
+ Feb 9 16:53:58 150-xxx-xxx-xxx postfix/smtpd[32197]: AB35840AE6: client=localhost[::1]
80
82
 
81
- Feb 9 16:54:04 150-95-203-138 postfix/cleanup[32267]: AB35840AE6: message-id=<20190209075358.AB35840AE6@150-xxx-xxx-xxx.localdomain>
83
+ Feb 9 16:54:04 150-xxx-xxx-xxx postfix/cleanup[32267]: AB35840AE6: message-id=<20190209075358.AB35840AE6@150-xxx-xxx-xxx.localdomain>
82
84
 
83
- Feb 9 16:54:04 150-95-203-138 postfix/qmgr[4188]: AB35840AE6: from=<my_yahoo_user_name@yahoo.co.jp>, size=364, nrcpt=1 (queue active)
85
+ 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)
84
86
 
85
- Feb 9 16:54:04 150-95-203-138 postfix/smtp[32268]: fatal: unknown service: /etc/postfix/transport/tcp
87
+ Feb 9 16:54:04 150-xxx-xxx-xxx postfix/smtp[32268]: fatal: unknown service: /etc/postfix/transport/tcp
86
88
 
87
- Feb 9 16:54:05 150-95-203-138 postfix/qmgr[4188]: warning: private/smtp socket: malformed response
89
+ Feb 9 16:54:05 150-xxx-xxx-xxx postfix/qmgr[4188]: warning: private/smtp socket: malformed response
88
90
 
89
- Feb 9 16:54:05 150-95-203-138 postfix/qmgr[4188]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
91
+ 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
90
92
 
91
- Feb 9 16:54:05 150-95-203-138 postfix/master[3360]: warning: process /usr/libexec/postfix/smtp pid 32268 exit status 1
93
+ Feb 9 16:54:05 150-xxx-xxx-xxx postfix/master[3360]: warning: process /usr/libexec/postfix/smtp pid 32268 exit status 1
92
94
 
93
- Feb 9 16:54:05 150-95-203-138 postfix/master[3360]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
95
+ Feb 9 16:54:05 150-xxx-xxx-xxx postfix/master[3360]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling
94
96
 
95
- Feb 9 16:54:05 150-95-203-138 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)
97
+ 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)
96
98
 
97
99
  ```

1

OS追記

2019/02/09 08:45

投稿

daiki002
daiki002

スコア68

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- ### 設定内容
17
+ ### 環境、設定内容
18
+
19
+ - CentOS 7.6
18
20
 
19
21
  - postfixはchrootで動いていません。
20
22