Difference between revisions of "Main Page/Stuff/redhat installation"

From phurvitz
Jump to: navigation, search
(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<...)
(No difference)

Revision as of 21:54, 22 February 2011

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