質問編集履歴

2

transportファイル内容追記

2020/07/11 13:55

投稿

Jiro-maru
Jiro-maru

スコア6

test CHANGED
File without changes
test CHANGED
@@ -136,4 +136,128 @@
136
136
 
137
137
 
138
138
 
139
+ ### /etc/postfix/transport
140
+
141
+ ```
142
+
143
+ # TCP-BASED TABLES
144
+
145
+ # This section describes how the table lookups change when
146
+
147
+ # lookups are directed to a TCP-based server. For a descrip-
148
+
149
+ # tion of the TCP client/server lookup protocol, see tcp_ta-
150
+
151
+ # ble(5). This feature is not available up to and including
152
+
153
+ # Postfix version 2.4.
154
+
155
+ #
156
+
157
+ # Each lookup operation uses the entire recipient address
158
+
159
+ # once. Thus, some.domain.hierarchy is not looked up via
160
+
161
+ # its parent domains, nor is user+foo@domain looked up as
162
+
163
+ # user@domain.
164
+
165
+ #
166
+
167
+ # Results are the same as with indexed file lookups.
168
+
169
+ #
170
+
171
+ # CONFIGURATION PARAMETERS
172
+
173
+ # The following main.cf parameters are especially relevant.
174
+
175
+ # The text below provides only a parameter summary. See
176
+
177
+ # postconf(5) for more details including examples.
178
+
179
+ #
180
+
181
+ # empty_address_recipient
182
+
183
+ # The address that is looked up instead of the null
184
+
185
+ # sender address.
186
+
187
+ #
188
+
189
+ # parent_domain_matches_subdomains
190
+
191
+ # List of Postfix features that use domain.tld pat-
192
+
193
+ # terns to match sub.domain.tld (as opposed to
194
+
195
+ # requiring .domain.tld patterns).
196
+
197
+ #
198
+
199
+ # transport_maps
200
+
201
+ # List of transport lookup tables.
202
+
203
+ aki.local smtp:[192.168.11.159]
204
+
205
+ #
206
+
207
+ # SEE ALSO
208
+
209
+ # trivial-rewrite(8), rewrite and resolve addresses
210
+
211
+ # master(5), master.cf file format
212
+
213
+ # postconf(5), configuration parameters
214
+
215
+ # postmap(1), Postfix lookup table manager
216
+
217
+ #
218
+
219
+ # README FILES
220
+
221
+ # Use "postconf readme_directory" or "postconf html_direc-
222
+
223
+ # tory" to locate this information.
224
+
225
+ # ADDRESS_REWRITING_README, address rewriting guide
226
+
227
+ # DATABASE_README, Postfix lookup table overview
228
+
229
+ # FILTER_README, external content filter
230
+
231
+ #
232
+
233
+ # LICENSE
234
+
235
+ # The Secure Mailer license must be distributed with this
236
+
237
+ # software.
238
+
239
+ #
240
+
241
+ # AUTHOR(S)
242
+
243
+ # Wietse Venema
244
+
245
+ # IBM T.J. Watson Research
246
+
247
+ # P.O. Box 704
248
+
249
+ # Yorktown Heights, NY 10598, USA
250
+
251
+ #
252
+
253
+ #
254
+
255
+ TRANSPORT(5)
256
+
257
+ [root@test ~]#
258
+
259
+ ```
260
+
261
+
262
+
139
263
  なにか考えられる原因は御座いますでしょうか。

1

すいません、修正致しました。transport.db作成済、systemctl restart postfixの誤記です。

2020/07/11 13:55

投稿

Jiro-maru
Jiro-maru

スコア6

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,41 @@
40
40
 
41
41
  # postmap transport
42
42
 
43
+ # ls -l
44
+
45
+ 合計 268
46
+
47
+ -rw-r--r--. 1 root root 20876 10月 31 2018 access
48
+
49
+ -rw-r--r--. 1 root root 11883 10月 31 2018 canonical
50
+
51
+ -rw-r--r--. 1 root root 10106 10月 31 2018 generic
52
+
53
+ -rw-r--r--. 1 root root 21545 10月 31 2018 header_checks
54
+
55
+ -rw-r--r-- 1 root root 27973 7月 8 15:16 main.cf
56
+
57
+ -rw-r--r--. 1 root root 27176 10月 31 2018 main.cf.org
58
+
59
+ -rw-r--r--. 1 root root 27408 8月 20 2019 main.cf.org2
60
+
61
+ -rw-r--r-- 1 root root 27777 9月 25 2019 main.cf_bk
62
+
63
+ -rw-r--r--. 1 root root 6104 8月 27 2019 master.cf
64
+
65
+ -rw-r--r--. 1 root root 6104 9月 25 2019 master.cf.org
66
+
67
+ -rw-r--r--. 1 root root 6816 10月 31 2018 relocated
68
+
69
+ -rw-r--r-- 1 root root 12640 7月 8 15:18 transport
70
+
71
+ -rw-r--r-- 1 root root 12288 7月 8 15:18 transport.db
72
+
73
+ -rw-r--r-- 1 root root 12549 10月 31 2018 transport_bk
74
+
75
+ -rw-r--r--. 1 root root 12696 10月 31 2018 virtual
76
+
43
- # systemctl restart transport
77
+ # systemctl restart postfix
44
78
 
45
79
  ```
46
80