From Fedora Project Wiki
(→Sendmail: improving the formatting for the steps) |
m (Docs/Beats/MailServers moved to Documentation Mail Servers Beat: Natural language name change.) |
(No difference)
|
Revision as of 03:54, 23 January 2009
Mail Servers
This section concerns electronic mail servers or mail transfer agents (MTAs).
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:
- Edit
/etc/mail/sendmail.mc
and either change theDAEMON_OPTIONS
line to also listen on network devices, or comment out this option entirely using thednl
comment delimiter. - Install the
sendmail-cf
package:su -c 'yum install sendmail-cf'
- Regenerate
/etc/mail/sendmail.cf
:su -c 'make -C /etc/mail'