質問編集履歴

3

追記

2017/05/24 12:33

投稿

RhymeLight
RhymeLight

スコア12

test CHANGED
File without changes
test CHANGED
@@ -387,3 +387,73 @@
387
387
  5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp systemd[1]: postfix.service failed.
388
388
 
389
389
  ```
390
+
391
+ ```
392
+
393
+ [root@tk2-230-24926 mastodon]# postconf -n
394
+
395
+ alias_database = hash:/etc/aliases
396
+
397
+ alias_maps = hash:/etc/aliases
398
+
399
+ command_directory = /usr/sbin
400
+
401
+ config_directory = /etc/postfix
402
+
403
+ daemon_directory = /usr/libexec/postfix
404
+
405
+ data_directory = /var/lib/postfix
406
+
407
+ debug_peer_level = 2
408
+
409
+ debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
410
+
411
+ home_mailbox = Maildir/
412
+
413
+ html_directory = no
414
+
415
+ inet_interfaces = all
416
+
417
+ inet_protocols = all
418
+
419
+ mail_owner = postfix
420
+
421
+ mailq_path = /usr/bin/mailq.postfix
422
+
423
+ manpage_directory = /usr/share/man
424
+
425
+ message_size_limit = 10485760
426
+
427
+ mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
428
+
429
+ mydomain = utbs.info
430
+
431
+ myhostname = tk2-230-24926.vs.sakura.ne.jp
432
+
433
+ mynetworks = tk2-230-24926.vs.sakura.ne.jp
434
+
435
+ myorigin = $mydomain
436
+
437
+ newaliases_path = /usr/bin/newaliases.postfix
438
+
439
+ queue_directory = /var/spool/postfix
440
+
441
+ readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
442
+
443
+ relayhost = $mydomain
444
+
445
+ sample_directory = /usr/share/doc/postfix-2.10.1/samples
446
+
447
+ sendmail_path = /usr/sbin/sendmail.postfix
448
+
449
+ setgid_group = postdrop
450
+
451
+ smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
452
+
453
+ smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
454
+
455
+ smtpd_sasl_auth_enable = yes
456
+
457
+ unknown_local_recipient_reject_code = 550
458
+
459
+ ```

2

軽微な修正

2017/05/24 12:33

投稿

RhymeLight
RhymeLight

スコア12

test CHANGED
File without changes
test CHANGED
@@ -338,7 +338,7 @@
338
338
 
339
339
 
340
340
 
341
- 追記
341
+ ###追記
342
342
 
343
343
  postfixの設定を見直しを行った所
344
344
 

1

追記

2017/05/24 12:32

投稿

RhymeLight
RhymeLight

スコア12

test CHANGED
File without changes
test CHANGED
@@ -331,3 +331,59 @@
331
331
  postfix
332
332
 
333
333
  Mastodon
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+ 追記
342
+
343
+ postfixの設定を見直しを行った所
344
+
345
+
346
+
347
+ ```
348
+
349
+ [root@tk2-230-24926 mastodon]# systemctl status postfix.service
350
+
351
+
352
+
353
+ ● postfix.service - Postfix Mail Transport Agent
354
+
355
+ Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; vendor preset: disabled)
356
+
357
+ Active: failed (Result: exit-code) since 水 2017-05-24 21:28:42 JST; 26s ago
358
+
359
+ Process: 28007 ExecStop=/usr/sbin/postfix stop (code=exited, status=1/FAILURE)
360
+
361
+ Process: 28281 ExecStart=/usr/sbin/postfix start (code=exited, status=1/FAILURE)
362
+
363
+ Process: 28279 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS)
364
+
365
+ Process: 28275 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS)
366
+
367
+ Main PID: 23625 (code=killed, signal=TERM)
368
+
369
+
370
+
371
+ 5月 24 21:28:40 tk2-230-24926.vs.sakura.ne.jp systemd[1]: Starting Postfix Mail Transport Agent...
372
+
373
+ 5月 24 21:28:40 tk2-230-24926.vs.sakura.ne.jp postfix/postfix-script[28351]: starting the Postfix mail system
374
+
375
+ 5月 24 21:28:40 tk2-230-24926.vs.sakura.ne.jp postfix/master[28353]: fatal: open lock file /var/lib/postfix/master.lock: unable to set exclusive lock: Resource temporarily unavailable
376
+
377
+ 5月 24 21:28:41 tk2-230-24926.vs.sakura.ne.jp postfix/master[28352]: fatal: daemon initialization failure
378
+
379
+ 5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp postfix/postfix-script[28354]: fatal: mail system startup failed
380
+
381
+ 5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp systemd[1]: postfix.service: control process exited, code=exited status=1
382
+
383
+ 5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp systemd[1]: Failed to start Postfix Mail Transport Agent.
384
+
385
+ 5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp systemd[1]: Unit postfix.service entered failed state.
386
+
387
+ 5月 24 21:28:42 tk2-230-24926.vs.sakura.ne.jp systemd[1]: postfix.service failed.
388
+
389
+ ```