/etc/sysconfig/sendmail
The /etc/sysconfig/sendmail file allows messages to be sent to one or more clients, routing the messages over whatever networks are necessary. The file sets the default values for the Sendmail application to run. Its default values are set to run as a background daemon and to check its queue each hour in case something has backed up.
Values include:
- DAEMON=, where- <value>- <value>
- yes- Sendmail should be configured to listen to port 25 for incoming mail.- yesimplies the use of Sendmail's- -bdoptions.
- no- Sendmail should not be configured to listen to port 25 for incoming mail.
- QUEUE=1hwhich is given to Sendmail as- -q$QUEUE. The- -qoption is not given to Sendmail if- /etc/sysconfig/sendmailexists and- QUEUEis empty or undefined.