[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/SystemDaemons" by PaulFrields

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Sun Mar 4 22:07:10 UTC 2007


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by PaulFrields:
http://fedoraproject.org/wiki/Docs/Beats/SystemDaemons?action=diff&rev2=10&rev1=9

The comment on the change is:
Editorial pass

------------------------------------------------------------------------------
  
  == Sendmail ==
  
- By default, the Sendmail mail transport agent (MTA) does not accept network connections from any host other than the local computer. If you want to configure Sendmail as a server for other clients, you must edit /etc/mail/sendmail.mc and change the DAEMON_OPTIONS line to also listen on network devices (or comment out this option entirely using the dnl comment delimiter). You must then regenerate /etc/mail/sendmail.cf by running the following command (as root):
+ 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.
+  1. Install the `sendmail-cf` package:
+   {{{
+ yum install sendmail-cf
+ }}}
+  1. Regenerate `/etc/mail/sendmail.cf`:
+   {{{
-       make -C /etc/mail
+ make -C /etc/mail
+ }}}
  
- Note that you must have the sendmail-cf package installed for this to work.
- 




More information about the Fedora-relnotes-content mailing list