Main Page/Stuff/redhat installation
From phurvitz
< Main Page | Stuff
Revision as of 21:54, 22 February 2011 by Phil Hurvitz (talk | contribs) (New page: Installation of RHEL 5 =shell= * ~/.bashrc * /etc/bashrc =sendmail= change /etc/mail/sendmail.mc <pre>DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl<...)
Installation of RHEL 5
shell
sendmail
change /etc/mail/sendmail.mc
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
to
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
then enter
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf