From Fedora Project Wiki

(→‎Sendmail: improving the formatting for the steps)
No edit summary
 
(40 intermediate revisions by 13 users not shown)
Line 1: Line 1:
== Mail Servers ==
{{header|docs}}


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


=== Sendmail ===
[[Category:Docs Project]]
<!-- USE THIS FOR EVERY RELEASE -- LOW-DRAG FAQ FOR NEW ADMINS. -->
[[Category:Draft documentation]]
 
[[Category:Documentation beats]]
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>

Latest revision as of 01:33, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.