From Fedora Project Wiki

m (1 revision(s))
No edit summary
(33 intermediate revisions by 13 users not shown)
Line 1: Line 1:
= Mail Servers =
{{header|docs}}{{Docs_beat_open}}
 
[[Category:Docs Project]]
This section concerns electronic mail servers or mail transfer agents (MTAs).
[[Category:Draft documentation]]
<!-- USE THIS FOR EVERY RELEASE -- LOW-DRAG FAQ FOR NEW ADMINS.
[[Category:Documentation beats]]
-->
== 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 <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.
1. Install the <code>sendmail-cf</code> package:
<pre>
yum install sendmail-cf
</pre>
1. Regenerate <code>/etc/mail/sendmail.cf</code>:
<pre>
make -C /etc/mail
</pre>

Revision as of 06:30, 28 February 2014

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer