lkundrak / rpms / sendmail

Forked from rpms/sendmail 4 years ago
Clone
cvsdist 333a3fa
Important information to config file handling:
cvsdist 333a3fa
==============================================
cvsdist 333a3fa
cvsdist 333a3fa
The latest version of the sendmail package for Red Hat Linux now uses the new
cvsdist 333a3fa
and recommended way of separating sendmail into two applications, one for
cvsdist 333a3fa
email delivery, the other for email reception. The former doesn't need to run
cvsdist 333a3fa
as root and uses a separate configuration file, called /etc/mail/submit.cf. The
cvsdist 333a3fa
later only provides email reception functionalty and, as before, uses
cvsdist 333a3fa
/etc/mail/sendmail.cf as it's configuration file.
cvsdist 333a3fa
cvsdist 333a3fa
The resons for spliting sendmail into two separate applications and how to use 
cvsdist 333a3fa
it is described in more detail in /usr/share/doc/sendmail/SECURITY.
cvsdist 333a3fa
cvsdist 333a3fa
cvsdist 333a3fa
!Note!
cvsdist 333a3fa
======
cvsdist 333a3fa
cvsdist 333a3fa
New in the latest package now is also that the configuration files will be
cvsdist 333a3fa
automatically updated after a restart if the corresponding mc files in
cvsdist 333a3fa
/etc/mail have been modified so changes done to the sendmail.cf and submit.cf
cvsdist 333a3fa
file will be lost if not done in the respective sendmail.mc and submit.mc
cvsdist 333a3fa
files, too.