initCommon(); $template->displayHeader(); ?>

13. Поштові сервери

[Підказка] Найновіші примітки до випуску знаходяться у мережі

These release notes may be updated. To view the latest release notes for Fedora, visit:

http://docs.fedoraproject.org/release-notes/

Цей розділ стосується серверів зворотної пошти або агентів транспорту пошти (MTA).

13.1. Sendmail

By default, the Sendmail mail transport agent (MTA) does not accept network connections from any host other than the local computer. To configure Sendmail as a server for other clients:

  1. Edit /etc/mail/sendmail.mc and either change the DAEMON_OPTIONS line to also listen on network devices, or comment out this option entirely using the dnl comment delimiter.

  2. Install the sendmail-cf package:

    yum install sendmail-cf
    
  3. Regenerate /etc/mail/sendmail.cf:

    make -C /etc/mail
    
displayFooter('$Date: 2008/04/06 10:46:28 $'); ?>