質問編集履歴
2
設定内容を一部編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -101,8 +101,8 @@
|
|
101
101
|
manpage_directory = /usr/share/man
|
102
102
|
message_size_limit = 10240000
|
103
103
|
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
104
|
-
mydomain =
|
104
|
+
mydomain = example.com
|
105
|
-
myhostname = sv.
|
105
|
+
myhostname = sv.example.com
|
106
106
|
mynetworks =
|
107
107
|
myorigin = $mydomain
|
108
108
|
newaliases_path = /usr/bin/newaliases.postfix
|
1
「postconf -n」を実行して出力される内容を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -75,4 +75,73 @@
|
|
75
75
|
|
76
76
|
上記のような状況となっており、困っております。
|
77
77
|
ご教示頂けましたら誠に幸いです。
|
78
|
-
よろしくお願い致します。
|
78
|
+
よろしくお願い致します。
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
**「postconf -n」を実行して出力される内容を追記**
|
83
|
+
|
84
|
+
[root@sv ~]# postconf -n
|
85
|
+
alias_database = hash:/etc/aliases
|
86
|
+
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
|
87
|
+
command_directory = /usr/sbin
|
88
|
+
config_directory = /etc/postfix
|
89
|
+
daemon_directory = /usr/libexec/postfix
|
90
|
+
data_directory = /var/lib/postfix
|
91
|
+
debug_peer_level = 2
|
92
|
+
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
|
93
|
+
disable_vrfy_command = yes
|
94
|
+
html_directory = no
|
95
|
+
inet_interfaces = all
|
96
|
+
inet_protocols = all
|
97
|
+
mail_owner = postfix
|
98
|
+
mailbox_size_limit = 0
|
99
|
+
mailman_destination_recipient_limit = 1
|
100
|
+
mailq_path = /usr/bin/mailq.postfix
|
101
|
+
manpage_directory = /usr/share/man
|
102
|
+
message_size_limit = 10240000
|
103
|
+
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
|
104
|
+
mydomain = fankun.co.jp
|
105
|
+
myhostname = sv.fankun.co.jp
|
106
|
+
mynetworks =
|
107
|
+
myorigin = $mydomain
|
108
|
+
newaliases_path = /usr/bin/newaliases.postfix
|
109
|
+
plesk_virtual_destination_recipient_limit = 1
|
110
|
+
queue_directory = /var/spool/postfix
|
111
|
+
readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
|
112
|
+
sample_directory = /usr/share/doc/postfix-2.10.1/samples
|
113
|
+
sender_dependent_default_transport_maps = hash:/var/spool/postfix/plesk/sdd_transport_maps
|
114
|
+
sendmail_path = /usr/sbin/sendmail.postfix
|
115
|
+
setgid_group = postdrop
|
116
|
+
smtp_send_xforward_command = yes
|
117
|
+
smtp_tls_security_level = may
|
118
|
+
smtp_use_tls = no
|
119
|
+
smtpd_authorized_xforward_hosts = 127.0.0.0/8 [::1]/128
|
120
|
+
smtpd_banner = $myhostname ESMTP unknown
|
121
|
+
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated
|
122
|
+
smtpd_helo_required = yes
|
123
|
+
smtpd_milters = , inet:127.0.0.1:12768
|
124
|
+
smtpd_proxy_timeout = 3600s
|
125
|
+
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
|
126
|
+
smtpd_sasl_auth_enable = yes
|
127
|
+
smtpd_sender_restrictions = check_sender_access hash:/var/spool/postfix/plesk/blacklists, permit_sasl_authenticated
|
128
|
+
smtpd_timeout = 3600s
|
129
|
+
smtpd_tls_cert_file = /etc/postfix/postfix_default.pem
|
130
|
+
smtpd_tls_ciphers = medium
|
131
|
+
smtpd_tls_key_file = $smtpd_tls_cert_file
|
132
|
+
smtpd_tls_mandatory_ciphers = medium
|
133
|
+
smtpd_tls_mandatory_protocols = TLSv1 TLSv1.1 TLSv1.2
|
134
|
+
smtpd_tls_protocols = TLSv1 TLSv1.1 TLSv1.2
|
135
|
+
smtpd_tls_security_level = may
|
136
|
+
smtpd_use_tls = yes
|
137
|
+
tls_medium_cipherlist = HIGH:!aNULL:!MD5
|
138
|
+
transport_maps = , hash:/var/spool/postfix/plesk/transport
|
139
|
+
unknown_local_recipient_reject_code = 550
|
140
|
+
virtual_alias_maps = $virtual_maps, hash:/var/spool/postfix/plesk/virtual
|
141
|
+
virtual_gid_maps = static:31
|
142
|
+
virtual_mailbox_base = /var/qmail/mailnames
|
143
|
+
virtual_mailbox_domains = $virtual_mailbox_maps, hash:/var/spool/postfix/plesk/virtual_domains
|
144
|
+
virtual_mailbox_limit = 0
|
145
|
+
virtual_mailbox_maps = , hash:/var/spool/postfix/plesk/vmailbox
|
146
|
+
virtual_transport = plesk_virtual
|
147
|
+
virtual_uid_maps = static:30
|