質問編集履歴

2

設定内容を一部編集

2017/02/06 19:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -204,9 +204,9 @@
204
204
 
205
205
  mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
206
206
 
207
- mydomain = fankun.co.jp
207
+ mydomain = example.com
208
-
208
+
209
- myhostname = sv.fankun.co.jp
209
+ myhostname = sv.example.com
210
210
 
211
211
  mynetworks =
212
212
 

1

「postconf -n」を実行して出力される内容を追記

2017/02/06 19:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -153,3 +153,141 @@
153
153
  ご教示頂けましたら誠に幸いです。
154
154
 
155
155
  よろしくお願い致します。
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+ **「postconf -n」を実行して出力される内容を追記**
164
+
165
+
166
+
167
+ [root@sv ~]# postconf -n
168
+
169
+ alias_database = hash:/etc/aliases
170
+
171
+ alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
172
+
173
+ command_directory = /usr/sbin
174
+
175
+ config_directory = /etc/postfix
176
+
177
+ daemon_directory = /usr/libexec/postfix
178
+
179
+ data_directory = /var/lib/postfix
180
+
181
+ debug_peer_level = 2
182
+
183
+ debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
184
+
185
+ disable_vrfy_command = yes
186
+
187
+ html_directory = no
188
+
189
+ inet_interfaces = all
190
+
191
+ inet_protocols = all
192
+
193
+ mail_owner = postfix
194
+
195
+ mailbox_size_limit = 0
196
+
197
+ mailman_destination_recipient_limit = 1
198
+
199
+ mailq_path = /usr/bin/mailq.postfix
200
+
201
+ manpage_directory = /usr/share/man
202
+
203
+ message_size_limit = 10240000
204
+
205
+ mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
206
+
207
+ mydomain = fankun.co.jp
208
+
209
+ myhostname = sv.fankun.co.jp
210
+
211
+ mynetworks =
212
+
213
+ myorigin = $mydomain
214
+
215
+ newaliases_path = /usr/bin/newaliases.postfix
216
+
217
+ plesk_virtual_destination_recipient_limit = 1
218
+
219
+ queue_directory = /var/spool/postfix
220
+
221
+ readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
222
+
223
+ sample_directory = /usr/share/doc/postfix-2.10.1/samples
224
+
225
+ sender_dependent_default_transport_maps = hash:/var/spool/postfix/plesk/sdd_transport_maps
226
+
227
+ sendmail_path = /usr/sbin/sendmail.postfix
228
+
229
+ setgid_group = postdrop
230
+
231
+ smtp_send_xforward_command = yes
232
+
233
+ smtp_tls_security_level = may
234
+
235
+ smtp_use_tls = no
236
+
237
+ smtpd_authorized_xforward_hosts = 127.0.0.0/8 [::1]/128
238
+
239
+ smtpd_banner = $myhostname ESMTP unknown
240
+
241
+ smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated
242
+
243
+ smtpd_helo_required = yes
244
+
245
+ smtpd_milters = , inet:127.0.0.1:12768
246
+
247
+ smtpd_proxy_timeout = 3600s
248
+
249
+ smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
250
+
251
+ smtpd_sasl_auth_enable = yes
252
+
253
+ smtpd_sender_restrictions = check_sender_access hash:/var/spool/postfix/plesk/blacklists, permit_sasl_authenticated
254
+
255
+ smtpd_timeout = 3600s
256
+
257
+ smtpd_tls_cert_file = /etc/postfix/postfix_default.pem
258
+
259
+ smtpd_tls_ciphers = medium
260
+
261
+ smtpd_tls_key_file = $smtpd_tls_cert_file
262
+
263
+ smtpd_tls_mandatory_ciphers = medium
264
+
265
+ smtpd_tls_mandatory_protocols = TLSv1 TLSv1.1 TLSv1.2
266
+
267
+ smtpd_tls_protocols = TLSv1 TLSv1.1 TLSv1.2
268
+
269
+ smtpd_tls_security_level = may
270
+
271
+ smtpd_use_tls = yes
272
+
273
+ tls_medium_cipherlist = HIGH:!aNULL:!MD5
274
+
275
+ transport_maps = , hash:/var/spool/postfix/plesk/transport
276
+
277
+ unknown_local_recipient_reject_code = 550
278
+
279
+ virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
280
+
281
+ virtual_gid_maps = static:31
282
+
283
+ virtual_mailbox_base = /var/qmail/mailnames
284
+
285
+ virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
286
+
287
+ virtual_mailbox_limit = 0
288
+
289
+ virtual_mailbox_maps = , hash:/var/spool/postfix/plesk/vmailbox
290
+
291
+ virtual_transport = plesk_virtual
292
+
293
+ virtual_uid_maps = static:30