質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,4 +10,37 @@
|
|
10
10
|
その他、必要な情報があれば教えていただきたいです。
|
11
11
|
|
12
12
|
|
13
|
-
基本的な内容かとは思いますが、よろしくお願いいたします。
|
13
|
+
基本的な内容かとは思いますが、よろしくお願いいたします。
|
14
|
+
|
15
|
+
|
16
|
+
<追記>
|
17
|
+
>ikedaさん
|
18
|
+
|
19
|
+
/etc/aliasesの末尾に「root:***@***.jp(転送先に指定したいメールアドレス)と追記してnewaliasesをしただけです。うまくいかなかったので元に戻しています。一応、postconf -nの結果は以下です。(デフォルトのままだと思いますが)
|
20
|
+
|
21
|
+
|
22
|
+
alias_database = hash:/etc/aliases
|
23
|
+
alias_maps = hash:/etc/aliases
|
24
|
+
command_directory = /usr/sbin
|
25
|
+
config_directory = /etc/postfix
|
26
|
+
daemon_directory = /usr/libexec/postfix
|
27
|
+
data_directory = /var/lib/postfix
|
28
|
+
debug_peer_level = 2
|
29
|
+
html_directory = no
|
30
|
+
inet_interfaces = localhost
|
31
|
+
inet_protocols = all
|
32
|
+
mail_owner = postfix
|
33
|
+
mailq_path = /usr/bin/mailq.postfix
|
34
|
+
manpage_directory = /usr/share/man
|
35
|
+
mydestination = $myhostname, localhost.$mydomain, localhost
|
36
|
+
mynetworks_style = host
|
37
|
+
newaliases_path = /usr/bin/newaliases.postfix
|
38
|
+
queue_directory = /var/spool/postfix
|
39
|
+
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
|
40
|
+
sample_directory = /usr/share/doc/postfix-2.6.6/samples
|
41
|
+
sendmail_path = /usr/sbin/sendmail.postfix
|
42
|
+
setgid_group = postdrop
|
43
|
+
unknown_local_recipient_reject_code = 550
|
44
|
+
|
45
|
+
|
46
|
+
そもそものところが分かっていないと思いますが…
|