From Fedora Project Wiki

m (1 revision(s))
mNo edit summary
Line 1: Line 1:
= Mail Servers =
== Mail Servers ==


This section concerns electronic mail servers or mail transfer agents (MTAs).
This section concerns electronic mail servers or mail transfer agents (MTAs).
<!-- USE THIS FOR EVERY RELEASE -- LOW-DRAG FAQ FOR NEW ADMINS.
<!-- USE THIS FOR EVERY RELEASE -- LOW-DRAG FAQ FOR NEW ADMINS.
-->
-->
== Sendmail ==
=== 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:
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:

Revision as of 02:20, 9 September 2008

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:

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