File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
<section xml : id =" mail.requirements" >
10
10
&reftitle.required;
11
11
<para >
12
- 为了使右键函数正常运行,PHP 必须在编译时访问你系统里的 <literal >sendmail</literal >
13
- 可执行文件。如果你使用了其他邮件程序,例如 <productname >qmail</productname > 或者
14
- <productname >postfix</productname >,请确保它们使用了与 sendmail 适配的包装器。PHP
15
- 首先会在你的 <envar >PATH</envar > 变量里查找 sendmail,然后在下面的路径里查找:
12
+ 为了使邮件功能可用,PHP 在编译时必须能够访问系统上的
13
+ <literal >sendmail</literal > 二进制文件。如果使用其他邮件程序,例如
14
+ <productname >qmail</productname > 或 <productname >postfix</productname >,
15
+ 请确保使用相应的包装器。PHP 首先会在你的 <envar >PATH</envar > 中查找
16
+ sendmail,然后在以下位置查找:
16
17
<literal >/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib</literal >。
17
- 强烈建议 sendmail 在您的 <envar >PATH</envar >
18
- 变量里。并且,运行编译后 PHP 程序的用户也必须有执行 sendmail 的权限 。
18
+ 强烈建议将 sendmail 添加到你的 <envar >PATH</envar > 中。
19
+ 另外,编译 PHP 的用户必须有权限访问 sendmail 二进制文件 。
19
20
</para >
20
21
</section >
21
22
<!-- }}} -->
You can’t perform that action at this time.
0 commit comments