teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

transportファイル内容追記

2020/07/11 13:55

投稿

Jiro-maru
Jiro-maru

スコア6

title CHANGED
File without changes
body CHANGED
@@ -67,4 +67,66 @@
67
67
  Jul 10 14:08:35 test postfix/smtp[28764]: 0C5C88010FE: to=<bbb@aki.local>, relay=192.168.11.159[192.168.1.1]:25, delay=0.14, delays=0.04/0.02/0.02/0.06, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 4B31KH0ntbzNlDDS)
68
68
  ```
69
69
 
70
+ ### /etc/postfix/transport
71
+ ```
72
+ # TCP-BASED TABLES
73
+ # This section describes how the table lookups change when
74
+ # lookups are directed to a TCP-based server. For a descrip-
75
+ # tion of the TCP client/server lookup protocol, see tcp_ta-
76
+ # ble(5). This feature is not available up to and including
77
+ # Postfix version 2.4.
78
+ #
79
+ # Each lookup operation uses the entire recipient address
80
+ # once. Thus, some.domain.hierarchy is not looked up via
81
+ # its parent domains, nor is user+foo@domain looked up as
82
+ # user@domain.
83
+ #
84
+ # Results are the same as with indexed file lookups.
85
+ #
86
+ # CONFIGURATION PARAMETERS
87
+ # The following main.cf parameters are especially relevant.
88
+ # The text below provides only a parameter summary. See
89
+ # postconf(5) for more details including examples.
90
+ #
91
+ # empty_address_recipient
92
+ # The address that is looked up instead of the null
93
+ # sender address.
94
+ #
95
+ # parent_domain_matches_subdomains
96
+ # List of Postfix features that use domain.tld pat-
97
+ # terns to match sub.domain.tld (as opposed to
98
+ # requiring .domain.tld patterns).
99
+ #
100
+ # transport_maps
101
+ # List of transport lookup tables.
102
+ aki.local smtp:[192.168.11.159]
103
+ #
104
+ # SEE ALSO
105
+ # trivial-rewrite(8), rewrite and resolve addresses
106
+ # master(5), master.cf file format
107
+ # postconf(5), configuration parameters
108
+ # postmap(1), Postfix lookup table manager
109
+ #
110
+ # README FILES
111
+ # Use "postconf readme_directory" or "postconf html_direc-
112
+ # tory" to locate this information.
113
+ # ADDRESS_REWRITING_README, address rewriting guide
114
+ # DATABASE_README, Postfix lookup table overview
115
+ # FILTER_README, external content filter
116
+ #
117
+ # LICENSE
118
+ # The Secure Mailer license must be distributed with this
119
+ # software.
120
+ #
121
+ # AUTHOR(S)
122
+ # Wietse Venema
123
+ # IBM T.J. Watson Research
124
+ # P.O. Box 704
125
+ # Yorktown Heights, NY 10598, USA
126
+ #
127
+ #
128
+ TRANSPORT(5)
129
+ [root@test ~]#
130
+ ```
131
+
70
132
  なにか考えられる原因は御座いますでしょうか。

1

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

2020/07/11 13:55

投稿

Jiro-maru
Jiro-maru

スコア6

title CHANGED
File without changes
body CHANGED
@@ -19,7 +19,24 @@
19
19
  ~省略~
20
20
 
21
21
  # postmap transport
22
+ # ls -l
23
+ 合計 268
24
+ -rw-r--r--. 1 root root 20876 10月 31 2018 access
25
+ -rw-r--r--. 1 root root 11883 10月 31 2018 canonical
26
+ -rw-r--r--. 1 root root 10106 10月 31 2018 generic
27
+ -rw-r--r--. 1 root root 21545 10月 31 2018 header_checks
28
+ -rw-r--r-- 1 root root 27973 7月 8 15:16 main.cf
29
+ -rw-r--r--. 1 root root 27176 10月 31 2018 main.cf.org
30
+ -rw-r--r--. 1 root root 27408 8月 20 2019 main.cf.org2
31
+ -rw-r--r-- 1 root root 27777 9月 25 2019 main.cf_bk
32
+ -rw-r--r--. 1 root root 6104 8月 27 2019 master.cf
33
+ -rw-r--r--. 1 root root 6104 9月 25 2019 master.cf.org
34
+ -rw-r--r--. 1 root root 6816 10月 31 2018 relocated
35
+ -rw-r--r-- 1 root root 12640 7月 8 15:18 transport
36
+ -rw-r--r-- 1 root root 12288 7月 8 15:18 transport.db
37
+ -rw-r--r-- 1 root root 12549 10月 31 2018 transport_bk
38
+ -rw-r--r--. 1 root root 12696 10月 31 2018 virtual
22
- # systemctl restart transport
39
+ # systemctl restart postfix
23
40
  ```
24
41
 
25
42
  ### unknown mail transport errorを返しており、転送出来ておりません。