質問編集履歴

1

追記いたしました

2016/05/20 11:53

投稿

h_h0323
h_h0323

スコア14

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,127 @@
39
39
 
40
40
 
41
41
  初めての構築のため、いたらないところもありますがご教示お願いします。
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+ 【追記】
52
+
53
+ >該当ユーザーのホームディレクトリーを /var/www/ に変更したのではないですか?
54
+
55
+ の変更により受信はできるようになりました。
56
+
57
+ 有難う御座います。
58
+
59
+
60
+
61
+ 送信の方がうまくいかず困っております。
62
+
63
+ ログをみたところ
64
+
65
+ - clj10965 postfix/postfix-script[12988]: stopping the Postfix mail system
66
+
67
+ - clj10965 postfix/master[12965]: terminating on signal 15
68
+
69
+ - clj10965 postfix/postfix-script[13060]: starting the Postfix mail system
70
+
71
+ - clj10965 postfix/master[13061]: daemon started -- version 2.6.6, configuration /etc/postfix
72
+
73
+
74
+
75
+ とでており、解決方法がわからず大変困っております。。
76
+
77
+
78
+
79
+ postconf -n
80
+
81
+ alias_database = hash:/etc/aliases
82
+
83
+ alias_maps = hash:/etc/aliases
84
+
85
+ broken_sasl_auth_clients = no
86
+
87
+ command_directory = /usr/sbin
88
+
89
+ config_directory = /etc/postfix
90
+
91
+ daemon_directory = /usr/libexec/postfix
92
+
93
+ data_directory = /var/lib/postfix
94
+
95
+ debug_peer_level = 2
96
+
97
+ home_mailbox = $HOME/Maildir/
98
+
99
+ html_directory = no
100
+
101
+ inet_interfaces = all
102
+
103
+ inet_protocols = all
104
+
105
+ mail_owner = postfix
106
+
107
+ mail_spool_directory = /var/spool/mail
108
+
109
+ mailbox_size_limit = 102400000
110
+
111
+ mailq_path = /usr/bin/mailq.postfix
112
+
113
+ manpage_directory = /usr/share/man
114
+
115
+ message_size_limit = 102400000
116
+
117
+ mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
118
+
119
+ mydomain = example.com
120
+
121
+ myhostname = mail.example.com
122
+
123
+ mynetworks = 127.0.0.0/8, クラウドのIP
124
+
125
+ mynetworks_style = host
126
+
127
+ myorigin = $mydomain
128
+
129
+ newaliases_path = /usr/bin/newaliases.postfix
130
+
131
+ queue_directory = /var/spool/postfix
132
+
133
+ readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
134
+
135
+ relayhost = [mail.example.com]
136
+
137
+ sample_directory = /usr/share/doc/postfix-2.6.6/samples
138
+
139
+ sendmail_path = /usr/sbin/sendmail.postfix
140
+
141
+ setgid_group = postdrop
142
+
143
+ smtp_sasl_mechanism_filter = plain
144
+
145
+ smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
146
+
147
+ smtpd_banner = $myhostname ESMTP unknown
148
+
149
+ smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
150
+
151
+ smtpd_sasl_auth_enable = yes
152
+
153
+ smtpd_sasl_local_domain = $myhostname
154
+
155
+ unknown_local_recipient_reject_code = 550
156
+
157
+
158
+
159
+ となります。
160
+
161
+
162
+
163
+ また、mynetworksにはクラウドの「ネットワーク」を掲載しています。
164
+
165
+ ここに自信がないのですが、あっておりますでしょうか?