Files
php-doc-ru/reference/mail/setup.xml
Alexey Pyltsyn b21887f9c3 Yofication
2021-01-03 21:07:35 +03:00

67 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ba08db8805ddb14cbab613c893dd47eacbda22f2 Maintainer: aur Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<chapter xml:id="mail.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="mail.requirements">
&reftitle.required;
<para>
Для работы функций Mail PHP должно иметь доступ к бинарным файлам
<literal>sendmail</literal> в вашей системе во время компиляции.
Если вы используете другую почтовую программу, такую как <productname>qmail</productname>
или <productname>postfix</productname>, вы должны быть уверены, что используете соответствующие
обёртки sendmail, поставляемые с этими продуктами. PHP будет в первую очередь
искать файлы sendmail по пути в переменной окружения <envar>PATH</envar>, и далее:
<literal>/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib</literal>.
Очень рекомендуется иметь sendmail доступным из переменной окружения <envar>PATH</envar>.
Также, пользователь под кем был скомпилирован PHP обязан иметь доступ к бинарным файлам sendmail.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="mail.installation">
&reftitle.install;
&no.install;
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.mail.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="mail.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->