Configure send mail server
How to configure send mail server on red hat Linux version 4 and what and all we need?
Expert
Sendmail must be installed by default when you install Red Hat Linux. If it is not then you required to install the Sendmail RPM's along with the Red Hat distribution.
Configuring Sendmail
1) Edit file "/etc/mail/sendmail.mc" - Look for the line:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
Alter this line to:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
Save the file.
2) Create the sendmail configuration file:
# m4 /etc/mail/sendmail.mc > /etc/sendmail.cf
3) Restart Sendmail:
# /etc/rc.d/init.d/sendmail restart
Normal 0 false false
Compare and contrast symmetric and asymmetric encryption including: the number of keys included, key management and distribution, relative speed, operations executed on data, etc. In public key encryptions it possible to first to encrypt with a privat
Explain the uses of the indirect immuno fluorescence.
Specify into how many types of the antigen-antibody reactions are broadly categorized?
Explain the conditions favorable for the formation of cations.
MUTEX: The mutual exclusion object, or MUTEX, is an object formed for use in computer programs. The necessary function of MUTEX is to make it feasible for a multiple program thread to make utilization of a single resource. Usually, the functionality o
Disadvantages of Monolithic Model: Monolithic model is the least structured and least organized of the model present. It does not supports data abstraction and data hiding. It is easy to
18,76,764
1937532 Asked
3,689
Active Tutors
1436117
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!