質問編集履歴

2

maillogを追記しました。

2019/05/30 05:21

投稿

marionetter
marionetter

スコア24

test CHANGED
File without changes
test CHANGED
@@ -175,3 +175,33 @@
175
175
  unknown_local_recipient_reject_code = 550
176
176
 
177
177
  ```
178
+
179
+
180
+
181
+ maillogの一部です。
182
+
183
+ ```ここに言語を入力
184
+
185
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/error[1540]: 88845FD358: to=<xxxxx@yahoo.ne.jp>, relay=none, delay=14504, delays=14148/355/0/0, dsn=4.7.1, status=deferred (delivery temporarily suspended: host ymobilemx1.mail.yahoo.co.jp[xxx.xxx.xxx.xxx] refused to talk to me: xxx.xxx.xxx.xxx [TS03] All messages from xxx.xxx.xxx.xxx will be temporarily deferred; If retrying does not succeed, see https://www.yahoo-help.jp/app/answers/detail/a_id/80870/p/622)
186
+
187
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/error[1541]: 82B09115EE8: to=<xxxxx@yahoo.ne.jp>, relay=none, delay=8542, delas=8187/355/0/0, dsn=4.7.1, status=deferred (delivery temporarily suspended: host ymobilemx1.mail.yahoo.co.jp[xxx.xxx.xxx.xxx] refused to talk to me: 421 4.7.1 [TS03] All messages from xxx.xxx.xxx.xxx will be temporarily deferred; If retrying does not succeed, see https://www.yahoo-help.jp/app/answers/detail/a_id/80870/p/622)
188
+
189
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/qmgr[16673]: 36A3E11927E: from=<zzzzz@asahikawa-med.ac.jp>, size=2198, nrcpt=1 (queue active)
190
+
191
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/qmgr[16673]: 3627411B038: from=<zzzzz@asahikawa-med.ac.jp>, size=2204, nrcpt=1 (queue active)
192
+
193
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/qmgr[16673]: 3C802EEF40: from=<>, size=4130, nrcpt=1 (queue active)
194
+
195
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/qmgr[16673]: 3EAAB7F247: from=<zzzzz@asahikawa-med.ac.jp>, size=2189, nrcpt=1 (queue active)
196
+
197
+ May 30 14:00:51 ip-xxx-xxx-xxx-xxx postfix/error[1514]: 97D5DF3A1F: to=<xxxxx@yahoo.ne.jp>, relay=none, delay=20629, delays=20276/353/0/0, dsn=4.7.1, status=deferred (delivery temporarily suspended: host ymobilemx1.mail.yahoo.co.jp[xxx.xxx.xxx.xxx] refused to talk to me: xxx.xxx.xxx.xxx [TS03] All messages from xxx.xxx.xxx.xxx will be temporarily deferred; If retrying does not succeed, see https://www.yahoo-help.jp/app/answers/detail/a_id/80870/p/622)
198
+
199
+ ```
200
+
201
+
202
+
203
+ 知らないアドレス(@asahikawa-med.ac.jp)からヤフーに送信されております。
204
+
205
+ 届かないので最後のURLを参照してくださいという文と思っています。
206
+
207
+ main.cfの対応から行っております。導入はまだ行っていないです。

1

postconf -nの出力結果を追記しました。

2019/05/30 05:21

投稿

marionetter
marionetter

スコア24

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,123 @@
55
55
 
56
56
 
57
57
  よろしくお願いいたします。
58
+
59
+
60
+
61
+ 以下追記-----
62
+
63
+ postconf -nの出力結果
64
+
65
+ ```
66
+
67
+ alias_database = hash:/etc/aliases
68
+
69
+ alias_maps = hash:/etc/aliases
70
+
71
+ allow_mail_to_commands = forward
72
+
73
+ allow_percent_hack = yes
74
+
75
+ anvil_rate_time_unit = 60s
76
+
77
+ body_checks = regexp:/etc/postfix/body_checks
78
+
79
+ bounce_queue_lifetime = 24h
80
+
81
+ broken_sasl_auth_clients = yes
82
+
83
+ command_directory = /usr/sbin
84
+
85
+ config_directory = /etc/postfix
86
+
87
+ daemon_directory = /usr/libexec/postfix
88
+
89
+ data_directory = /var/lib/postfix
90
+
91
+ debug_peer_level = 2
92
+
93
+ default_destination_concurrency_limit = 50
94
+
95
+ disable_vrfy_command = yes
96
+
97
+ header_checks = regexp:/etc/postfix/header_checks
98
+
99
+ home_mailbox = Maildir/
100
+
101
+ html_directory = no
102
+
103
+ inet_interfaces = all
104
+
105
+ inet_protocols = ipv4
106
+
107
+ mail_owner = postfix
108
+
109
+ mailbox_size_limit = 512000000
110
+
111
+ mailq_path = /usr/bin/mailq.postfix
112
+
113
+ manpage_directory = /usr/share/man
114
+
115
+ maximal_backoff_time = 60s
116
+
117
+ maximal_queue_lifetime = 24h
118
+
119
+ message_size_limit = 102400000
120
+
121
+ minimal_backoff_time = 10s
122
+
123
+ mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain, xxxx.xxx.xxx, mail.xxxx.xxx.xxx
124
+
125
+ mydomain = xxxx.xxx.xxx
126
+
127
+ myhostname = www.xxxx.xxx.xxx
128
+
129
+ mynetworks = xxx.xxx.xxx.xx/xx, xxx.x.x.x/x, xx.xxx.xxx.xx, xxx.x.xx.xxx
130
+
131
+ myorigin = $mydomain
132
+
133
+ newaliases_path = /usr/bin/newaliases.postfix
134
+
135
+ queue_directory = /var/spool/postfix
136
+
137
+ queue_run_delay = 10s
138
+
139
+ readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
140
+
141
+ relay_domains = $mydestination
142
+
143
+ resolve_numeric_domain = yes
144
+
145
+ sample_directory = /usr/share/doc/postfix-2.6.6/samples
146
+
147
+ sendmail_path = /usr/sbin/sendmail.postfix
148
+
149
+ setgid_group = postdrop
150
+
151
+ smtpd_client_connection_count_limit = 200
152
+
153
+ smtpd_client_restrictions = permit_mynetworks, check_client_access cidr:/etc/postfix/reject_ip , permit
154
+
155
+ smtpd_recipient_limit = 2000
156
+
157
+ smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
158
+
159
+ smtpd_sasl_auth_enable = yes
160
+
161
+ smtpd_sasl_local_domain = $mydomain
162
+
163
+ smtpd_sasl_security_options = noanonymous
164
+
165
+ smtpd_sender_restrictions = reject_unknown_sender_domain, reject_non_fqdn_sender, hash:/etc/postfix/reject_sender
166
+
167
+ smtpd_tls_cert_file = /etc/httpd/www.xxxx.xxx.xxx.crt
168
+
169
+ smtpd_tls_key_file = /etc/httpd/www.xxxx.xxx.xxx.key
170
+
171
+ smtpd_use_tls = yes
172
+
173
+ swap_bangpath = yes
174
+
175
+ unknown_local_recipient_reject_code = 550
176
+
177
+ ```