Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sendmail Help

Status
Not open for further replies.

Mag0007

MIS
Feb 15, 2005
829
0
0
US
In AIX 4.3.3 or 5.2, how do I make changes to my sendmail configuration?

Do I just edit the /etc/sendmail.cf , and to apply the settings, I just refresh -s sendmail?

Or is there more to it?

TIA!
 
yes, refresh -s sendmail

but...
not edit /etc/sendmail.cf

1.
[root@ ~]# cd /usr/samples/tcpip/sendmail/cf
2.
[root@ /usr/samples/tcpip/sendmail/cf]#
edit file aixsample.mc
3.
[root@ /usr/samples/tcpip/sendmail/cf]# m4 ../m4/cf.m4 aixsample.mc > testmail.cf
4.
[root@ ~]# cp -p /etc/mail/sendmail.cf /etc/mail/sendmail.cf_ORIG
5.
[root@ ~]# cp -p /usr/samples/tcpip/sendmail/cf/testmail.cf /etc/mail/sendmail.cf
6.
[root@ ~]# refresh -s sendmail

palo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top