include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
Τελευταίες σημειώσεις κυκλοφορίας στον Ιστό | |
---|---|
These release notes may be updated. To view the latest release notes for Fedora, visit: |
Αυτή η ενότητα αφορά εξυπηρετητές ηλεκτρονικού ταχυδρομείου ή διακομιστές αλληλογραφίας (MTAs).
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:
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.
Install the sendmail-cf package:
yum install sendmail-cf
Regenerate /etc/mail/sendmail.cf
:
make -C /etc/mail