From Fedora Project Wiki

m (Docs/Beats/MailServers moved to Documentation Mail Servers Beat: Natural language name change.)
(cleared out old content)
Line 2: Line 2:


This section concerns electronic mail servers or mail transfer agents (MTAs).
This section concerns electronic mail servers or mail transfer agents (MTAs).
=== Sendmail ===
<!-- USE THIS FOR EVERY RELEASE -- LOW-DRAG FAQ FOR NEW ADMINS. -->
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 <code>/etc/mail/sendmail.mc</code> and either change the <code>DAEMON_OPTIONS</code> line to also listen on network devices, or comment out this option entirely using the <code>dnl</code> comment delimiter.
# Install the <code>sendmail-cf</code> package:  <pre>su -c 'yum install sendmail-cf'</pre>
# Regenerate <code>/etc/mail/sendmail.cf</code>:  <pre>su -c 'make -C /etc/mail'</pre>

Revision as of 01:55, 4 February 2009

Mail Servers

This section concerns electronic mail servers or mail transfer agents (MTAs).